#include <itkFloodFilledImageFunctionConditionalIterator.h>
Inheritance diagram for itk::FloodFilledImageFunctionConditionalIterator:
Public Types | |
typedef FloodFilledImageFunctionConditionalIterator | Self |
typedef FloodFilledImageFunctionConditionalConstIterator< TImage, TFunction > | Superclass |
typedef Superclass::FunctionType | FunctionType |
typedef Superclass::FunctionInputType | FunctionInputType |
typedef Superclass::IndexType | IndexType |
typedef Superclass::SizeType | SizeType |
typedef Superclass::RegionType | RegionType |
typedef Superclass::ImageType | ImageType |
typedef Superclass::InternalPixelType | InternalPixelType |
typedef Superclass::PixelType | PixelType |
Public Methods | |
itkStaticConstMacro (NDimensions, unsigned int, Superclass::NDimensions) | |
FloodFilledImageFunctionConditionalIterator (ImageType *imagePtr, FunctionType *fnPtr, IndexType startIndex) | |
FloodFilledImageFunctionConditionalIterator (ImageType *imagePtr, FunctionType *fnPtr) | |
const PixelType & | Get (void) const |
void | Set (const PixelType &value) |
virtual | ~FloodFilledImageFunctionConditionalIterator () |
Definition at line 33 of file itkFloodFilledImageFunctionConditionalIterator.h.
|
Type of vector used to store location info in the spatial function Reimplemented from itk::FloodFilledImageFunctionConditionalConstIterator< TImage, TFunction >. Definition at line 45 of file itkFloodFilledImageFunctionConditionalIterator.h. |
|
Type of function Reimplemented from itk::FloodFilledImageFunctionConditionalConstIterator< TImage, TFunction >. Definition at line 42 of file itkFloodFilledImageFunctionConditionalIterator.h. Referenced by itk::FloodFilledImageFunctionConditionalIterator< TImage, TFunction >::FloodFilledImageFunctionConditionalIterator(). |
|
Image typedef support. Reimplemented from itk::FloodFilledImageFunctionConditionalConstIterator< TImage, TFunction >. Definition at line 57 of file itkFloodFilledImageFunctionConditionalIterator.h. |
|
Index typedef support. Reimplemented from itk::FloodFilledImageFunctionConditionalConstIterator< TImage, TFunction >. Definition at line 48 of file itkFloodFilledImageFunctionConditionalIterator.h. Referenced by itk::FloodFilledImageFunctionConditionalIterator< TImage, TFunction >::FloodFilledImageFunctionConditionalIterator(). |
|
Internal Pixel Type Reimplemented from itk::FloodFilledImageFunctionConditionalConstIterator< TImage, TFunction >. Definition at line 60 of file itkFloodFilledImageFunctionConditionalIterator.h. |
|
External Pixel Type Reimplemented from itk::FloodFilledImageFunctionConditionalConstIterator< TImage, TFunction >. Definition at line 63 of file itkFloodFilledImageFunctionConditionalIterator.h. |
|
Region typedef support Reimplemented from itk::FloodFilledImageFunctionConditionalConstIterator< TImage, TFunction >. Definition at line 54 of file itkFloodFilledImageFunctionConditionalIterator.h. |
|
Standard class typedefs. Reimplemented from itk::FloodFilledImageFunctionConditionalConstIterator< TImage, TFunction >. Definition at line 38 of file itkFloodFilledImageFunctionConditionalIterator.h. |
|
Size typedef support. Reimplemented from itk::FloodFilledImageFunctionConditionalConstIterator< TImage, TFunction >. Definition at line 51 of file itkFloodFilledImageFunctionConditionalIterator.h. |
|
Reimplemented from itk::FloodFilledImageFunctionConditionalConstIterator< TImage, TFunction >. Definition at line 39 of file itkFloodFilledImageFunctionConditionalIterator.h. |
|
Constructor establishes an iterator to walk a particular image and a particular region of that image. This version of the constructor uses an explicit seed pixel for the flood fill, the "startIndex" Definition at line 74 of file itkFloodFilledImageFunctionConditionalIterator.h. References itk::FloodFilledImageFunctionConditionalIterator< TImage, TFunction >::FunctionType, and itk::FloodFilledImageFunctionConditionalIterator< TImage, TFunction >::IndexType. |
|
Constructor establishes an iterator to walk a particular image and a particular region of that image. This version of the constructor should be used when the seed pixel is unknown. Definition at line 81 of file itkFloodFilledImageFunctionConditionalIterator.h. References itk::FloodFilledImageFunctionConditionalIterator< TImage, TFunction >::FunctionType. |
|
Default Destructor. Definition at line 93 of file itkFloodFilledImageFunctionConditionalIterator.h. |
|
Get the pixel value Reimplemented from itk::FloodFilledFunctionConditionalConstIterator< TImage, TFunction >. Definition at line 85 of file itkFloodFilledImageFunctionConditionalIterator.h. References itk::ConditionalConstIterator< TImage >::m_Image, and itk::FloodFilledFunctionConditionalConstIterator< TImage, TFunction >::m_IndexStack. |
|
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::FloodFilledImageFunctionConditionalConstIterator< TImage, TFunction >. |
|
Set the pixel value Definition at line 89 of file itkFloodFilledImageFunctionConditionalIterator.h. References itk::ConditionalConstIterator< TImage >::m_Image, and itk::FloodFilledFunctionConditionalConstIterator< TImage, TFunction >::m_IndexStack. |