Public Member Functions | List of all members
mirtk::BinaryForEachVoxelBody< T1, T2, VoxelFunc > Struct Template Reference

#include <ForEachBinaryVoxelFunction.h>

Inheritance diagram for mirtk::BinaryForEachVoxelBody< T1, T2, VoxelFunc >:
Inheritance graph
Collaboration diagram for mirtk::BinaryForEachVoxelBody< T1, T2, VoxelFunc >:
Collaboration graph

Public Member Functions

 BinaryForEachVoxelBody (GenericImage< T1 > &im1, GenericImage< T2 > &im2, VoxelFunc &vf)
 Constructor.
 
 BinaryForEachVoxelBody (const BinaryForEachVoxelBody &o)
 Copy constructor.
 
 BinaryForEachVoxelBody (BinaryForEachVoxelBody &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 VoxelFunc>
struct mirtk::BinaryForEachVoxelBody< T1, T2, VoxelFunc >

ForEachVoxel body for voxel function of 2 non-const images

Definition at line 3277 of file ForEachBinaryVoxelFunction.h.


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