Public Member Functions | List of all members
mirtk::NonaryForEachVoxelBody_Const< T1, T2, T3, T4, T5, T6, T7, T8, T9, VoxelFunc > Struct Template Reference

#include <ForEachNonaryVoxelFunction.h>

Inheritance diagram for mirtk::NonaryForEachVoxelBody_Const< T1, T2, T3, T4, T5, T6, T7, T8, T9, VoxelFunc >:
Inheritance graph
Collaboration diagram for mirtk::NonaryForEachVoxelBody_Const< T1, T2, T3, T4, T5, T6, T7, T8, T9, VoxelFunc >:
Collaboration graph

Public Member Functions

 NonaryForEachVoxelBody_Const (const GenericImage< T1 > &im1, const GenericImage< T2 > &im2, const GenericImage< T3 > &im3, const GenericImage< T4 > &im4, const GenericImage< T5 > &im5, const GenericImage< T6 > &im6, const GenericImage< T7 > &im7, const GenericImage< T8 > &im8, const GenericImage< T9 > &im9, VoxelFunc &vf)
 Constructor.
 
 NonaryForEachVoxelBody_Const (const NonaryForEachVoxelBody_Const &o)
 Copy constructor.
 
 NonaryForEachVoxelBody_Const (NonaryForEachVoxelBody_Const &o, split s)
 Split constructor.
 
void operator() (const ImageAttributes &attr) const
 Process entire image.
 
void operator() (const blocked_range< int > &re) const
 Process image region using linear index.
 
void operator() (const blocked_range2d< int > &re) const
 Process 2D image region.
 
void operator() (const blocked_range3d< int > &re) const
 Process 3D image region.
 
- Public Member Functions inherited from mirtk::ForEachVoxelBody< VoxelFunc >
 ForEachVoxelBody (const VoxelFunc &vf, const ImageAttributes &attr)
 Constructor.
 
 ForEachVoxelBody (const ForEachVoxelBody &o)
 Copy constructor.
 
 ForEachVoxelBody (ForEachVoxelBody &o, split s)
 Split constructor.
 
void join (ForEachVoxelBody &rhs)
 Join results.
 

Additional Inherited Members

- Public Attributes inherited from mirtk::ForEachVoxelBody< VoxelFunc >
int _l
 Indices for fixed dimensions.
 
VoxelFunc _VoxelFunc
 Functor executed for each voxel.
 

Detailed Description

template<class T1, class T2, class T3, class T4, class T5, class T6, class T7, class T8, class T9, class VoxelFunc>
struct mirtk::NonaryForEachVoxelBody_Const< T1, T2, T3, T4, T5, T6, T7, T8, T9, VoxelFunc >

ForEachVoxel body for voxel function of 9 const images

Definition at line 57 of file ForEachNonaryVoxelFunction.h.


The documentation for this struct was generated from the following file: