#include <ForEachSeptenaryVoxelFunction.h>
Public Member Functions | |
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. | |
SeptenaryForEachVoxelBody_5Const (const GenericImage< T1 > &im1, const GenericImage< T2 > &im2, const GenericImage< T3 > &im3, const GenericImage< T4 > &im4, const GenericImage< T5 > &im5, GenericImage< T6 > &im6, GenericImage< T7 > &im7, VoxelFunc &vf) | |
Constructor. | |
SeptenaryForEachVoxelBody_5Const (const SeptenaryForEachVoxelBody_5Const &o) | |
Copy constructor. | |
SeptenaryForEachVoxelBody_5Const (SeptenaryForEachVoxelBody_5Const &o, split s) | |
Split constructor. | |
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. | |
ForEachVoxel body for voxel function of 5 const, 2 non-const images
Definition at line 3397 of file ForEachSeptenaryVoxelFunction.h.