#include <itkConditionalIterator.h>
Inheritance diagram for itk::ConditionalIterator:
Public Types | |
typedef ConditionalIterator | Self |
typedef TImage::IndexType | IndexType |
typedef TImage::SizeType | SizeType |
typedef TImage::RegionType | RegionType |
typedef TImage | ImageType |
typedef TImage::InternalPixelType | InternalPixelType |
typedef TImage::PixelType | PixelType |
Public Methods | |
itkStaticConstMacro (NDimensions, unsigned int, TImage::ImageDimension) | |
Self & | operator= (const Self &it) |
ConditionalIterator () | |
virtual | ~ConditionalIterator () |
Definition at line 36 of file itkConditionalIterator.h.
|
Image typedef support. Reimplemented from itk::ConditionalConstIterator< TImage >. Definition at line 58 of file itkConditionalIterator.h. |
|
Index typedef support. Reimplemented from itk::ConditionalConstIterator< TImage >. Definition at line 49 of file itkConditionalIterator.h. |
|
Internal Pixel Type Reimplemented from itk::ConditionalConstIterator< TImage >. Definition at line 61 of file itkConditionalIterator.h. |
|
External Pixel Type Reimplemented from itk::ConditionalConstIterator< TImage >. Definition at line 64 of file itkConditionalIterator.h. |
|
Region typedef support. Reimplemented from itk::ConditionalConstIterator< TImage >. Definition at line 55 of file itkConditionalIterator.h. |
|
Standard class typedefs. Reimplemented from itk::ConditionalConstIterator< TImage >. Definition at line 40 of file itkConditionalIterator.h. |
|
Size typedef support. Reimplemented from itk::ConditionalConstIterator< TImage >. Definition at line 52 of file itkConditionalIterator.h. |
|
Constructor |
|
Destructor |
|
Dimension of the image the iterator walks. This constant is needed so functions that are templated over image iterator type (as opposed to being templated over pixel type and dimension) can have compile time access to the dimension of the image that the iterator walks. Reimplemented from itk::ConditionalConstIterator< TImage >. |
|
operator= is provided to make sure the handle to the image is properly reference counted. Reimplemented from itk::ConditionalConstIterator< TImage >. Definition at line 68 of file itkConditionalIterator.h. References itk::ConditionalConstIterator< TImage >::m_Image, and itk::ConditionalConstIterator< TImage >::m_Region. |