ITK
4.2.0
Insight Segmentation and Registration Toolkit
|
#include <itkShapedFloodFilledImageFunctionConditionalIterator.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 ShapedFloodFilledImageFunctionConditionalIterator | Self |
typedef Superclass::SizeType | SizeType |
typedef ShapedFloodFilledImageFunctionConditionalConstIterator < TImage, TFunction > | Superclass |
Public Types inherited from itk::ShapedFloodFilledImageFunctionConditionalConstIterator< TImage, TFunction > | |
Public Types inherited from itk::ShapedFloodFilledFunctionConditionalConstIterator< TImage, TFunction > | |
typedef itk::ShapedNeighborhoodIterator < ImageType > | NeighborhoodIteratorType |
typedef TImage::OffsetType | OffsetType |
typedef std::vector< IndexType > | SeedsContainerType |
Public Types inherited from itk::ConditionalConstIterator< TImage > |
Static Public Attributes | |
static const unsigned int | NDimensions = Superclass::NDimensions |
Static Public Attributes inherited from itk::ShapedFloodFilledImageFunctionConditionalConstIterator< TImage, TFunction > | |
Static Public Attributes inherited from itk::ShapedFloodFilledFunctionConditionalConstIterator< 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.
Contributed as a paper to the Insight Journal: http://hdl.handle.net/1926/1320
Definition at line 38 of file itkShapedFloodFilledImageFunctionConditionalIterator.h.
typedef Superclass::FunctionInputType itk::ShapedFloodFilledImageFunctionConditionalIterator< TImage, TFunction >::FunctionInputType |
Type of vector used to store location info in the spatial function
Reimplemented from itk::ShapedFloodFilledImageFunctionConditionalConstIterator< TImage, TFunction >.
Definition at line 51 of file itkShapedFloodFilledImageFunctionConditionalIterator.h.
typedef Superclass::FunctionType itk::ShapedFloodFilledImageFunctionConditionalIterator< TImage, TFunction >::FunctionType |
Type of function
Reimplemented from itk::ShapedFloodFilledImageFunctionConditionalConstIterator< TImage, TFunction >.
Definition at line 48 of file itkShapedFloodFilledImageFunctionConditionalIterator.h.
typedef Superclass::ImageType itk::ShapedFloodFilledImageFunctionConditionalIterator< TImage, TFunction >::ImageType |
Image typedef support.
Reimplemented from itk::ShapedFloodFilledImageFunctionConditionalConstIterator< TImage, TFunction >.
Definition at line 63 of file itkShapedFloodFilledImageFunctionConditionalIterator.h.
typedef Superclass::IndexType itk::ShapedFloodFilledImageFunctionConditionalIterator< TImage, TFunction >::IndexType |
Index typedef support.
Reimplemented from itk::ShapedFloodFilledImageFunctionConditionalConstIterator< TImage, TFunction >.
Definition at line 54 of file itkShapedFloodFilledImageFunctionConditionalIterator.h.
typedef Superclass::InternalPixelType itk::ShapedFloodFilledImageFunctionConditionalIterator< TImage, TFunction >::InternalPixelType |
Internal Pixel Type
Reimplemented from itk::ShapedFloodFilledImageFunctionConditionalConstIterator< TImage, TFunction >.
Definition at line 66 of file itkShapedFloodFilledImageFunctionConditionalIterator.h.
typedef Superclass::PixelType itk::ShapedFloodFilledImageFunctionConditionalIterator< TImage, TFunction >::PixelType |
External Pixel Type
Reimplemented from itk::ShapedFloodFilledImageFunctionConditionalConstIterator< TImage, TFunction >.
Definition at line 69 of file itkShapedFloodFilledImageFunctionConditionalIterator.h.
typedef Superclass::RegionType itk::ShapedFloodFilledImageFunctionConditionalIterator< TImage, TFunction >::RegionType |
Region typedef support
Reimplemented from itk::ShapedFloodFilledImageFunctionConditionalConstIterator< TImage, TFunction >.
Definition at line 60 of file itkShapedFloodFilledImageFunctionConditionalIterator.h.
typedef ShapedFloodFilledImageFunctionConditionalIterator itk::ShapedFloodFilledImageFunctionConditionalIterator< TImage, TFunction >::Self |
Standard class typedefs.
Reimplemented from itk::ShapedFloodFilledImageFunctionConditionalConstIterator< TImage, TFunction >.
Definition at line 44 of file itkShapedFloodFilledImageFunctionConditionalIterator.h.
typedef Superclass::SizeType itk::ShapedFloodFilledImageFunctionConditionalIterator< TImage, TFunction >::SizeType |
Size typedef support.
Reimplemented from itk::ShapedFloodFilledImageFunctionConditionalConstIterator< TImage, TFunction >.
Definition at line 57 of file itkShapedFloodFilledImageFunctionConditionalIterator.h.
typedef ShapedFloodFilledImageFunctionConditionalConstIterator< TImage, TFunction > itk::ShapedFloodFilledImageFunctionConditionalIterator< TImage, TFunction >::Superclass |
Reimplemented from itk::ShapedFloodFilledImageFunctionConditionalConstIterator< TImage, TFunction >.
Definition at line 45 of file itkShapedFloodFilledImageFunctionConditionalIterator.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 80 of file itkShapedFloodFilledImageFunctionConditionalIterator.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 87 of file itkShapedFloodFilledImageFunctionConditionalIterator.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 95 of file itkShapedFloodFilledImageFunctionConditionalIterator.h.
|
inlinevirtual |
Default Destructor.
Definition at line 107 of file itkShapedFloodFilledImageFunctionConditionalIterator.h.
|
inlinevirtual |
Get the pixel value
Reimplemented from itk::ShapedFloodFilledFunctionConditionalConstIterator< TImage, TFunction >.
Definition at line 99 of file itkShapedFloodFilledImageFunctionConditionalIterator.h.
|
inline |
Set the pixel value
Definition at line 103 of file itkShapedFloodFilledImageFunctionConditionalIterator.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::ShapedFloodFilledImageFunctionConditionalConstIterator< TImage, TFunction >.
Definition at line 75 of file itkShapedFloodFilledImageFunctionConditionalIterator.h.