ITK
4.2.0
Insight Segmentation and Registration Toolkit
|
#include <itkFloodFilledImageFunctionConditionalIterator.h>
Public Types | |
typedef Superclass::FunctionInputType | FunctionInputType |
typedef Superclass::FunctionType | FunctionType |
typedef Superclass::ImageType | ImageType |
typedef Superclass::IndexType | IndexType |
typedef Superclass::InternalPixelType | InternalPixelType |
typedef Superclass::PixelType | PixelType |
typedef Superclass::RegionType | RegionType |
typedef Superclass::SeedsContainerType | SeedsContainerType |
typedef FloodFilledImageFunctionConditionalIterator | Self |
typedef Superclass::SizeType | SizeType |
typedef FloodFilledImageFunctionConditionalConstIterator < TImage, TFunction > | Superclass |
Public Types inherited from itk::FloodFilledImageFunctionConditionalConstIterator< TImage, TFunction > | |
Public Types inherited from itk::FloodFilledFunctionConditionalConstIterator< TImage, TFunction > | |
Public Types inherited from itk::ConditionalConstIterator< TImage > |
Static Public Attributes | |
static const unsigned int | NDimensions = Superclass::NDimensions |
Static Public Attributes inherited from itk::FloodFilledImageFunctionConditionalConstIterator< TImage, TFunction > | |
Static Public Attributes inherited from itk::FloodFilledFunctionConditionalConstIterator< TImage, TFunction > | |
Static Public Attributes inherited from itk::ConditionalConstIterator< TImage > | |
static const unsigned int | NDimension = TImage::ImageDimension |
Iterates over a flood-filled image function with write access to pixels.
Definition at line 34 of file itkFloodFilledImageFunctionConditionalIterator.h.
typedef Superclass::FunctionInputType itk::FloodFilledImageFunctionConditionalIterator< TImage, TFunction >::FunctionInputType |
Type of vector used to store location info in the spatial function
Reimplemented from itk::FloodFilledImageFunctionConditionalConstIterator< TImage, TFunction >.
Definition at line 47 of file itkFloodFilledImageFunctionConditionalIterator.h.
typedef Superclass::FunctionType itk::FloodFilledImageFunctionConditionalIterator< TImage, TFunction >::FunctionType |
Type of function
Reimplemented from itk::FloodFilledImageFunctionConditionalConstIterator< TImage, TFunction >.
Definition at line 44 of file itkFloodFilledImageFunctionConditionalIterator.h.
typedef Superclass::ImageType itk::FloodFilledImageFunctionConditionalIterator< TImage, TFunction >::ImageType |
Image typedef support.
Reimplemented from itk::FloodFilledImageFunctionConditionalConstIterator< TImage, TFunction >.
Definition at line 62 of file itkFloodFilledImageFunctionConditionalIterator.h.
typedef Superclass::IndexType itk::FloodFilledImageFunctionConditionalIterator< TImage, TFunction >::IndexType |
Index typedef support.
Reimplemented from itk::FloodFilledImageFunctionConditionalConstIterator< TImage, TFunction >.
Definition at line 50 of file itkFloodFilledImageFunctionConditionalIterator.h.
typedef Superclass::InternalPixelType itk::FloodFilledImageFunctionConditionalIterator< TImage, TFunction >::InternalPixelType |
Internal Pixel Type
Reimplemented from itk::FloodFilledImageFunctionConditionalConstIterator< TImage, TFunction >.
Definition at line 65 of file itkFloodFilledImageFunctionConditionalIterator.h.
typedef Superclass::PixelType itk::FloodFilledImageFunctionConditionalIterator< TImage, TFunction >::PixelType |
External Pixel Type
Reimplemented from itk::FloodFilledImageFunctionConditionalConstIterator< TImage, TFunction >.
Definition at line 68 of file itkFloodFilledImageFunctionConditionalIterator.h.
typedef Superclass::RegionType itk::FloodFilledImageFunctionConditionalIterator< TImage, TFunction >::RegionType |
Region typedef support
Reimplemented from itk::FloodFilledImageFunctionConditionalConstIterator< TImage, TFunction >.
Definition at line 59 of file itkFloodFilledImageFunctionConditionalIterator.h.
typedef Superclass::SeedsContainerType itk::FloodFilledImageFunctionConditionalIterator< TImage, TFunction >::SeedsContainerType |
Index ContainerType.
Reimplemented from itk::FloodFilledImageFunctionConditionalConstIterator< TImage, TFunction >.
Definition at line 53 of file itkFloodFilledImageFunctionConditionalIterator.h.
typedef FloodFilledImageFunctionConditionalIterator itk::FloodFilledImageFunctionConditionalIterator< TImage, TFunction >::Self |
Standard class typedefs.
Reimplemented from itk::FloodFilledImageFunctionConditionalConstIterator< TImage, TFunction >.
Definition at line 40 of file itkFloodFilledImageFunctionConditionalIterator.h.
typedef Superclass::SizeType itk::FloodFilledImageFunctionConditionalIterator< TImage, TFunction >::SizeType |
Size typedef support.
Reimplemented from itk::FloodFilledImageFunctionConditionalConstIterator< TImage, TFunction >.
Definition at line 56 of file itkFloodFilledImageFunctionConditionalIterator.h.
typedef FloodFilledImageFunctionConditionalConstIterator< TImage, TFunction > itk::FloodFilledImageFunctionConditionalIterator< TImage, TFunction >::Superclass |
Reimplemented from itk::FloodFilledImageFunctionConditionalConstIterator< TImage, TFunction >.
Definition at line 41 of file itkFloodFilledImageFunctionConditionalIterator.h.
|
inline |
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 79 of file itkFloodFilledImageFunctionConditionalIterator.h.
|
inline |
Constructor establishes an iterator to walk a particular image and a particular region of that image. This version of the constructor uses an explicit list of seed pixels for the flood fill, the "startIndex"
Definition at line 86 of file itkFloodFilledImageFunctionConditionalIterator.h.
|
inline |
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 94 of file itkFloodFilledImageFunctionConditionalIterator.h.
|
inlinevirtual |
Default Destructor.
Definition at line 106 of file itkFloodFilledImageFunctionConditionalIterator.h.
|
inlinevirtual |
Get the pixel value
Reimplemented from itk::FloodFilledFunctionConditionalConstIterator< TImage, TFunction >.
Definition at line 98 of file itkFloodFilledImageFunctionConditionalIterator.h.
|
inline |
Set the pixel value
Definition at line 102 of file itkFloodFilledImageFunctionConditionalIterator.h.
|
static |
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 >.
Definition at line 74 of file itkFloodFilledImageFunctionConditionalIterator.h.