$extrastylesheet
Olena  User documentation 2.1
An Image Processing Platform
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
simple_point3d_lut_tbb_range< FG, BG > Struct Template Reference

#include <tools/simple_point3d_lut_tbb.hh>

Public Member Functions

 simple_point3d_lut_tbb_range (FG fg_fun, BG bg_fun, const N &nbh, simple_point_lut_t &simple_point_lut)
void operator() (const tbb::blocked_range< config_3d_t > &r) const

Public Types

typedef mln::neighb3d N

Detailed Description

template<typename FG, typename BG>
struct simple_point3d_lut_tbb_range< FG, BG >

Elements to compute a look-up table (LUT) showing whether a 3D point is simple or not.

Definition at line 45 of file simple_point3d_lut_tbb.hh.

Constructor & Destructor Documentation

template<typename FG , typename BG >
simple_point3d_lut_tbb_range< FG, BG >::simple_point3d_lut_tbb_range ( FG  fg_fun,
BG  bg_fun,
const N nbh,
simple_point_lut_t &  simple_point_lut 
)
inline

Definition at line 49 of file simple_point3d_lut_tbb.hh.

Member Function Documentation

template<typename FG , typename BG >
void simple_point3d_lut_tbb_range< FG, BG >::operator() ( const tbb::blocked_range< config_3d_t > &  r) const
inline

Definition at line 56 of file simple_point3d_lut_tbb.hh.

Member Typedef Documentation

template<typename FG , typename BG >
typedef mln::neighb3d simple_point3d_lut_tbb_range< FG, BG >::N

Definition at line 47 of file simple_point3d_lut_tbb.hh.