#include <ImageIterator.h>


Public Member Functions | |
| template<class VoxelType > | |
| VoxelType * | Current () const |
| template<class VoxelType > | |
| VoxelType * | Current (int) const |
| ImageIterator (const ImageAttributes &, int) | |
| Constructor. | |
| ImageIterator (const ImageAttributes &, void *=NULL, int=MIRTK_VOXEL_UNKNOWN) | |
| Constructor. | |
| ImageIterator (BaseImage &) | |
| Constructor. | |
| ImageIterator (BaseImage *) | |
| Constructor. | |
| ImageIterator (const ConstImageIterator &) | |
| Copy constructor. | |
| template<class VoxelType > | |
| VoxelType * | Next () |
| template<class VoxelType > | |
| VoxelType * | Next (int) |
| ImageIterator & | operator= (const ImageIterator &) |
| Assignment operator. | |
| template<class VoxelType > | |
| VoxelType & | Value () const |
| template<class VoxelType > | |
| VoxelType & | Value (int t) const |
| virtual | ~ImageIterator () |
| Destructor. | |
Public Member Functions inherited from mirtk::ConstImageIterator | |
| int | ColumnStride () const |
| Get stride between columns in number of voxels. | |
| ConstImageIterator (const ImageAttributes &, int) | |
| Constructor. | |
| ConstImageIterator (const ImageAttributes &, const void *=NULL, int=MIRTK_VOXEL_UNKNOWN) | |
| Constructor. | |
| ConstImageIterator (const BaseImage &) | |
| Constructor. | |
| ConstImageIterator (const BaseImage *) | |
| Constructor. | |
| ConstImageIterator (const ConstImageIterator &) | |
| Copy constructor. | |
| template<class VoxelType > | |
| const VoxelType * | Current () const |
| template<class VoxelType > | |
| const VoxelType * | Current (int) const |
| int | FrameStride () const |
| Get stride between frames in number of voxels. | |
| void | GoToBegin () |
| Go to begin of region. | |
| void | GoToCenter () |
| Go to center of region. | |
| void | GoToEnd () |
| Go to end of region. | |
| void | GoToIndex (int) |
| Go to voxel with specified index relative to entire image. | |
| void | GoToPos (int) |
| Go to specified position within image region. | |
| void | GoToVoxel (int, int, int=-1, int=-1) |
| Go to voxel with specified coordinates relative to entire image. | |
| void | GoToVoxel (const Vector4D< int > &) |
| Go to voxel with specified coordinates relative to entire image. | |
| int | Index () const |
| Index of voxel at current iterator position. | |
| int | IndexToPos (int) const |
| Convert voxel index to iterator position. | |
| void | IndexToVoxel (int, int &, int &) const |
| Convert iterator position to voxel coordinates. | |
| void | IndexToVoxel (int, int &, int &, int &) const |
| Convert iterator position to voxel coordinates. | |
| void | IndexToVoxel (int, int &, int &, int &, int &) const |
| Convert iterator position to voxel coordinates. | |
| void | IndexToVoxel (int, Vector4D< int > &) const |
| Convert iterator position to voxel coordinates. | |
| bool | IsAtBegin () const |
| Whether iterator reached the start of the region and is invalid now. | |
| bool | IsAtEnd () const |
| Whether iterator reached the end of the region and is invalid now. | |
| bool | IsImageSequence () const |
| bool | IsScalar () const |
| bool | IsScalarImage () const |
| bool | IsSequence () const |
| int | LineStride () const |
| Get stride between rows/lines in number of voxels. | |
| template<class VoxelType > | |
| void | Move (const VoxelType *&) const |
| template<class VoxelType > | |
| void | Move (VoxelType *&) const |
| template<class VoxelType > | |
| const VoxelType * | Next () |
| template<class VoxelType > | |
| const VoxelType * | Next (int) |
| int | NumberOfChannels () const |
| Get number of channels in image region. | |
| int | NumberOfComponents () const |
| Get number of vector components considered. | |
| int | NumberOfFrames () const |
| Get number of frames in image region. | |
| int | NumberOfImageChannels () const |
| int | NumberOfImageVoxels () const |
| Number of voxels in the entire image. | |
| int | NumberOfSequenceFrames () const |
| int | NumberOfVectorComponents () const |
| int | NumberOfVoxels () const |
| Number of voxels in image region. | |
| operator bool () const | |
| Whether iterator is valid and not yet at end of region. | |
| void | operator++ () |
| Pre-increment operator. | |
| void | operator-- () |
| Pre-decrement operator. | |
| ConstImageIterator & | operator= (const ConstImageIterator &) |
| Assignment operator. | |
| int | Pos () const |
| Current iterator position within image region. | |
| int | PosToIndex (int) const |
| Convert iterator position to voxel index. | |
| void | PosToVoxel (int, int &, int &) const |
| Convert iterator position to voxel coordinates. | |
| void | PosToVoxel (int, int &, int &, int &) const |
| Convert iterator position to voxel coordinates. | |
| void | PosToVoxel (int, int &, int &, int &, int &) const |
| Convert iterator position to voxel coordinates. | |
| void | PosToVoxel (int, Vector4D< int > &) const |
| Convert iterator position to voxel coordinates. | |
| void | SetChannel (int, int=1) |
| Set temporal region (start and size) | |
| void | SetChannel (const blocked_range< int > &) |
| Set temporal region (start and end) | |
| void | SetComponent (int, int=1) |
| Set temporal region (start and size) | |
| void | SetComponent (const blocked_range< int > &) |
| Set temporal region (start and end) | |
| void | SetData (const void *, int=MIRTK_VOXEL_UNKNOWN) |
| Set raw data pointer to start of entire image. | |
| void | SetDataType (int) |
| Set data type - defines number of bytes per voxel. | |
| void | SetFrame (int, int=1) |
| Set temporal region (start and size) | |
| void | SetFrame (const blocked_range< int > &) |
| Set temporal region (start and end) | |
| void | SetNeighborhood (int, int, int, int) |
| Set 2D neighborhood (center and radius) | |
| void | SetNeighborhood (int, int, int, int, int, int) |
| Set 3D neighborhood (center and radius) | |
| void | SetNeighborhood (int, int, int, int, int, int, int, int) |
| Set 4D neighborhood (center and radius) | |
| void | SetRegion (int, int, int, int) |
| Set 2D image region (start and size) | |
| void | SetRegion (const blocked_range2d< int > &) |
| Set 2D image region (start and end) | |
| void | SetRegion (int, int, int, int, int, int) |
| Set 3D image region (start and size) | |
| void | SetRegion (const blocked_range3d< int > &) |
| Set 3D image region (start and end) | |
| void | SetRegion (int, int, int, int, int, int, int, int) |
| Set 4D image region (start and size) | |
| int | SliceStride () const |
| Get stride between slices in number of voxels. | |
| template<class VoxelType > | |
| const VoxelType & | Value () const |
| template<class VoxelType > | |
| const VoxelType & | Value (int t) const |
| virtual double | ValueAsDouble () const |
| Get current voxel value casted to double. | |
| virtual double | ValueAsDouble (int) const |
| void | Voxel (int &, int &) const |
| Coordinates of voxel at current iterator position. | |
| void | Voxel (int &, int &, int &) const |
| Coordinates of voxel at current iterator position. | |
| void | Voxel (int &, int &, int &, int &) const |
| Coordinates of voxel at current iterator position. | |
| int | VoxelToIndex (int, int, int=0, int=0) const |
| Convert voxel coordinates to index. | |
| int | VoxelToIndex (const Vector4D< int > &) const |
| Convert voxel coordinates to index. | |
| int | VoxelToPos (int, int, int=0, int=0) const |
| Convert voxel cooridnates to iterator position. | |
| int | VoxelToPos (const Vector4D< int > &) const |
| Convert voxel cooridnates to iterator position. | |
| virtual | ~ConstImageIterator () |
| Destructor. | |
Additional Inherited Members | |
Protected Member Functions inherited from mirtk::ConstImageIterator | |
| void | CalculateStride () |
| Calculate pointer increments. | |
| void | Initialize () |
| Initialize iterator, called by first GoTo command. | |
Protected Attributes inherited from mirtk::ConstImageIterator | |
| Vector4D< int > | _Begin |
| First index of the image region. | |
| int | _ColumnStride |
| Increment in number of bytes (size of voxel type) | |
| const char * | _Data |
| Pointer to begin of entire image. | |
| Vector4D< int > | _DataSize |
| Size of the entire image. | |
| Vector4D< int > | _End |
| Last index of the image region. | |
| int | _FrameStride |
| Increment at end of frame in number of bytes. | |
| int | _Inc |
| Previous pointer increment in number of bytes. | |
| Vector4D< int > | _Index |
| Start index of the image region. | |
| bool | _IsImageSequence |
| Whether the image is a sequence. | |
| int | _LineStride |
| Increment at end of line in number of bytes. | |
| const char * | _Next |
| Pointer to next image voxel. | |
| Vector4D< int > | _Size |
| Size of image region. | |
| int | _SliceStride |
| Increment at end of slice in number of bytes. | |
| int | _XYZ |
| Number of voxels per frame of the image. | |
Base class of non-const image iterator
Definition at line 34 of file ImageIterator.h.
|
inline |
Get pointer to current iterator position
The VoxelType template argument must match the actual scalar type of the image.
Definition at line 176 of file ImageIterator.h.
|
inline |
Get pointer to current iterator position
The VoxelType template argument must match the actual scalar type of the image.
| [in] | t | Channel/Component/Frame offset relative to current iterator position. For example, set iterator region to only the first channel/frame and then access other channels/vector components/frames using this method. |
Definition at line 183 of file ImageIterator.h.
|
inline |
Get pointer to current iterator position and post-increment iterator
The VoxelType template argument must match the actual scalar type of the image.
Definition at line 190 of file ImageIterator.h.
|
inline |
Get pointer to current iterator position and post-increment iterator
The VoxelType template argument must match the actual scalar type of the image.
| [in] | t | Channel/Component/Frame offset relative to current iterator position. For example, set iterator region to only the first channel/frame and then access other channels/vector components/frames using this method. |
Definition at line 199 of file ImageIterator.h.
|
inline |
Get reference to voxel value at current iterator position
The VoxelType template argument must match the actual scalar type of the image.
Definition at line 208 of file ImageIterator.h.
|
inline |
Get reference to voxel value at current iterator position
The VoxelType template argument must match the actual scalar type of the image.
| [in] | t | Channel/Component/Frame offset relative to current iterator position. For example, set iterator region to only the first channel/frame and then access other channels/vector components/frames using this method. |
Definition at line 215 of file ImageIterator.h.