#include <itkFloodFilledFunctionConditionalIterator.h>
Inheritance diagram for itk::FloodFilledFunctionConditionalIterator:
Public Types | |
typedef FloodFilledFunctionConditionalIterator | Self |
typedef FloodFilledFunctionConditionalConstIterator< TImage, TFunction > | Superclass |
typedef TFunction | FunctionType |
typedef TFunction::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, TImage::ImageDimension) | |
FloodFilledFunctionConditionalIterator (ImageType *imagePtr, FunctionType *fnPtr, IndexType startIndex) | |
FloodFilledFunctionConditionalIterator (ImageType *imagePtr, FunctionType *fnPtr) | |
virtual | ~FloodFilledFunctionConditionalIterator () |
Self & | operator= (const Self &it) |
PixelType & | Get (void) |
void | Set (const PixelType &value) |
Definition at line 36 of file itkFloodFilledFunctionConditionalIterator.h.
|
Type of vector used to store location info in the spatial function Reimplemented from itk::FloodFilledFunctionConditionalConstIterator< TImage, TFunction >. Definition at line 48 of file itkFloodFilledFunctionConditionalIterator.h. |
|
Type of function Reimplemented from itk::FloodFilledFunctionConditionalConstIterator< TImage, TFunction >. Definition at line 45 of file itkFloodFilledFunctionConditionalIterator.h. Referenced by itk::FloodFilledFunctionConditionalIterator< TImage, TFunction >::FloodFilledFunctionConditionalIterator(). |
|
Image typedef support. Reimplemented from itk::FloodFilledFunctionConditionalConstIterator< TImage, TFunction >. Definition at line 60 of file itkFloodFilledFunctionConditionalIterator.h. |
|
Index typedef support. Reimplemented from itk::FloodFilledFunctionConditionalConstIterator< TImage, TFunction >. Definition at line 51 of file itkFloodFilledFunctionConditionalIterator.h. Referenced by itk::FloodFilledFunctionConditionalIterator< TImage, TFunction >::FloodFilledFunctionConditionalIterator(). |
|
Internal Pixel Type Reimplemented from itk::FloodFilledFunctionConditionalConstIterator< TImage, TFunction >. Definition at line 63 of file itkFloodFilledFunctionConditionalIterator.h. |
|
External Pixel Type Reimplemented from itk::FloodFilledFunctionConditionalConstIterator< TImage, TFunction >. Definition at line 66 of file itkFloodFilledFunctionConditionalIterator.h. |
|
Region typedef support Reimplemented from itk::FloodFilledFunctionConditionalConstIterator< TImage, TFunction >. Definition at line 57 of file itkFloodFilledFunctionConditionalIterator.h. |
|
Standard class typedefs. Reimplemented from itk::FloodFilledFunctionConditionalConstIterator< TImage, TFunction >. Definition at line 41 of file itkFloodFilledFunctionConditionalIterator.h. |
|
Size typedef support. Reimplemented from itk::FloodFilledFunctionConditionalConstIterator< TImage, TFunction >. Definition at line 54 of file itkFloodFilledFunctionConditionalIterator.h. |
|
Definition at line 42 of file itkFloodFilledFunctionConditionalIterator.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 77 of file itkFloodFilledFunctionConditionalIterator.h. References itk::FloodFilledFunctionConditionalIterator< TImage, TFunction >::FunctionType, and itk::FloodFilledFunctionConditionalIterator< 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 85 of file itkFloodFilledFunctionConditionalIterator.h. References itk::FloodFilledFunctionConditionalIterator< TImage, TFunction >::FunctionType. |
|
Default Destructor. Definition at line 90 of file itkFloodFilledFunctionConditionalIterator.h. |
|
Get the pixel value Definition at line 101 of file itkFloodFilledFunctionConditionalIterator.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::FloodFilledFunctionConditionalConstIterator< TImage, TFunction >. |
|
operator= is provided to make sure the handle to the image is properly reference counted. Reimplemented from itk::FloodFilledFunctionConditionalConstIterator< TImage, TFunction >. Definition at line 94 of file itkFloodFilledFunctionConditionalIterator.h. References itk::ConditionalConstIterator< TImage >::m_Image, and itk::ConditionalConstIterator< TImage >::m_Region. |
|
Set the pixel value Definition at line 105 of file itkFloodFilledFunctionConditionalIterator.h. References itk::ConditionalConstIterator< TImage >::m_Image, and itk::FloodFilledFunctionConditionalConstIterator< TImage, TFunction >::m_IndexStack. |