ITK
4.1.0
Insight Segmentation and Registration Toolkit
|
#include <itkFloodFilledSpatialFunctionConditionalIterator.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 FloodFilledSpatialFunctionConditionalIterator | Self |
typedef Superclass::SizeType | SizeType |
typedef FloodFilledSpatialFunctionConditionalConstIterator < TImage, TFunction > | Superclass |
Public Member Functions | |
FloodFilledSpatialFunctionConditionalIterator (ImageType *imagePtr, FunctionType *fnPtr, IndexType startIndex) | |
FloodFilledSpatialFunctionConditionalIterator (ImageType *imagePtr, FunctionType *fnPtr) | |
const PixelType & | Get (void) const |
PixelType & | Get (void) |
void | Set (const PixelType &value) |
virtual | ~FloodFilledSpatialFunctionConditionalIterator () |
Iterates over a flood-filled spatial function with write access to pixels.
Definition at line 35 of file itkFloodFilledSpatialFunctionConditionalIterator.h.
typedef Superclass::FunctionInputType itk::FloodFilledSpatialFunctionConditionalIterator< TImage, TFunction >::FunctionInputType |
Type of vector used to store location info in the spatial function
Reimplemented from itk::FloodFilledSpatialFunctionConditionalConstIterator< TImage, TFunction >.
Definition at line 48 of file itkFloodFilledSpatialFunctionConditionalIterator.h.
typedef Superclass::FunctionType itk::FloodFilledSpatialFunctionConditionalIterator< TImage, TFunction >::FunctionType |
Type of function
Reimplemented from itk::FloodFilledSpatialFunctionConditionalConstIterator< TImage, TFunction >.
Definition at line 45 of file itkFloodFilledSpatialFunctionConditionalIterator.h.
typedef Superclass::ImageType itk::FloodFilledSpatialFunctionConditionalIterator< TImage, TFunction >::ImageType |
Image typedef support.
Reimplemented from itk::FloodFilledSpatialFunctionConditionalConstIterator< TImage, TFunction >.
Definition at line 63 of file itkFloodFilledSpatialFunctionConditionalIterator.h.
typedef Superclass::IndexType itk::FloodFilledSpatialFunctionConditionalIterator< TImage, TFunction >::IndexType |
Index typedef support.
Reimplemented from itk::FloodFilledSpatialFunctionConditionalConstIterator< TImage, TFunction >.
Definition at line 51 of file itkFloodFilledSpatialFunctionConditionalIterator.h.
typedef Superclass::InternalPixelType itk::FloodFilledSpatialFunctionConditionalIterator< TImage, TFunction >::InternalPixelType |
Internal Pixel Type
Reimplemented from itk::FloodFilledSpatialFunctionConditionalConstIterator< TImage, TFunction >.
Definition at line 66 of file itkFloodFilledSpatialFunctionConditionalIterator.h.
typedef Superclass::PixelType itk::FloodFilledSpatialFunctionConditionalIterator< TImage, TFunction >::PixelType |
External Pixel Type
Reimplemented from itk::FloodFilledSpatialFunctionConditionalConstIterator< TImage, TFunction >.
Definition at line 69 of file itkFloodFilledSpatialFunctionConditionalIterator.h.
typedef Superclass::RegionType itk::FloodFilledSpatialFunctionConditionalIterator< TImage, TFunction >::RegionType |
Region typedef support
Reimplemented from itk::FloodFilledSpatialFunctionConditionalConstIterator< TImage, TFunction >.
Definition at line 60 of file itkFloodFilledSpatialFunctionConditionalIterator.h.
typedef Superclass::SeedsContainerType itk::FloodFilledSpatialFunctionConditionalIterator< TImage, TFunction >::SeedsContainerType |
Index ContainerType.
Reimplemented from itk::FloodFilledSpatialFunctionConditionalConstIterator< TImage, TFunction >.
Definition at line 54 of file itkFloodFilledSpatialFunctionConditionalIterator.h.
typedef FloodFilledSpatialFunctionConditionalIterator itk::FloodFilledSpatialFunctionConditionalIterator< TImage, TFunction >::Self |
Standard class typedefs.
Reimplemented from itk::FloodFilledSpatialFunctionConditionalConstIterator< TImage, TFunction >.
Definition at line 41 of file itkFloodFilledSpatialFunctionConditionalIterator.h.
typedef Superclass::SizeType itk::FloodFilledSpatialFunctionConditionalIterator< TImage, TFunction >::SizeType |
Size typedef support.
Reimplemented from itk::FloodFilledSpatialFunctionConditionalConstIterator< TImage, TFunction >.
Definition at line 57 of file itkFloodFilledSpatialFunctionConditionalIterator.h.
typedef FloodFilledSpatialFunctionConditionalConstIterator< TImage, TFunction > itk::FloodFilledSpatialFunctionConditionalIterator< TImage, TFunction >::Superclass |
Reimplemented from itk::FloodFilledSpatialFunctionConditionalConstIterator< TImage, TFunction >.
Definition at line 42 of file itkFloodFilledSpatialFunctionConditionalIterator.h.
itk::FloodFilledSpatialFunctionConditionalIterator< TImage, TFunction >::FloodFilledSpatialFunctionConditionalIterator | ( | ImageType * | imagePtr, |
FunctionType * | fnPtr, | ||
IndexType | startIndex | ||
) | [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 74 of file itkFloodFilledSpatialFunctionConditionalIterator.h.
itk::FloodFilledSpatialFunctionConditionalIterator< TImage, TFunction >::FloodFilledSpatialFunctionConditionalIterator | ( | ImageType * | imagePtr, |
FunctionType * | fnPtr | ||
) | [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 81 of file itkFloodFilledSpatialFunctionConditionalIterator.h.
virtual itk::FloodFilledSpatialFunctionConditionalIterator< TImage, TFunction >::~FloodFilledSpatialFunctionConditionalIterator | ( | ) | [inline, virtual] |
Default Destructor.
Definition at line 97 of file itkFloodFilledSpatialFunctionConditionalIterator.h.
const PixelType& itk::FloodFilledSpatialFunctionConditionalIterator< TImage, TFunction >::Get | ( | void | ) | const [inline, virtual] |
Get the pixel value, const version to avoid overload warnings
Reimplemented from itk::FloodFilledFunctionConditionalConstIterator< TImage, TFunction >.
Definition at line 85 of file itkFloodFilledSpatialFunctionConditionalIterator.h.
PixelType& itk::FloodFilledSpatialFunctionConditionalIterator< TImage, TFunction >::Get | ( | void | ) | [inline] |
Get the pixel value, non-const version is sometimes useful.
Definition at line 89 of file itkFloodFilledSpatialFunctionConditionalIterator.h.
void itk::FloodFilledSpatialFunctionConditionalIterator< TImage, TFunction >::Set | ( | const PixelType & | value | ) | [inline] |
Set the pixel value
Definition at line 93 of file itkFloodFilledSpatialFunctionConditionalIterator.h.