ITK
4.3.0
Insight Segmentation and Registration Toolkit
|
#include <itkFloodFilledImageFunctionConditionalIterator.h>
Iterates over a flood-filled image function with write access to pixels.
Definition at line 34 of file itkFloodFilledImageFunctionConditionalIterator.h.
Static Public Attributes | |
static const unsigned int | NDimensions = Superclass::NDimensions |
Static Public Attributes inherited from itk::FloodFilledImageFunctionConditionalConstIterator< TImage, TFunction > | |
static const unsigned int | NDimensions = Superclass::NDimensions |
Static Public Attributes inherited from itk::FloodFilledFunctionConditionalConstIterator< TImage, TFunction > | |
static const unsigned int | NDimensions = TImage::ImageDimension |
Static Public Attributes inherited from itk::ConditionalConstIterator< TImage > | |
static const unsigned int | NDimension = TImage::ImageDimension |
Additional Inherited Members | |
Static Public Member Functions inherited from itk::FloodFilledFunctionConditionalConstIterator< TImage, TFunction > | |
static unsigned int | GetIteratorDimension () |
Protected Types inherited from itk::FloodFilledFunctionConditionalConstIterator< TImage, TFunction > | |
typedef Image< unsigned char, itkGetStaticConstMacro(NDimensions) > | TTempImage |
Protected Attributes inherited from itk::FloodFilledFunctionConditionalConstIterator< TImage, TFunction > | |
bool | m_FoundUncheckedNeighbor |
SmartPointer< FunctionType > | m_Function |
ImageType::PointType | m_ImageOrigin |
RegionType | m_ImageRegion |
ImageType::SpacingType | m_ImageSpacing |
std::queue< IndexType > | m_IndexStack |
bool | m_IsValidIndex |
FunctionInputType | m_LocationVector |
SeedsContainerType | m_Seeds |
TTempImage::Pointer | m_TemporaryPointer |
typedef Superclass::FunctionInputType itk::FloodFilledImageFunctionConditionalIterator< TImage, TFunction >::FunctionInputType |
Type of vector used to store location info in the spatial function
Definition at line 47 of file itkFloodFilledImageFunctionConditionalIterator.h.
typedef Superclass::FunctionType itk::FloodFilledImageFunctionConditionalIterator< TImage, TFunction >::FunctionType |
Type of function
Definition at line 44 of file itkFloodFilledImageFunctionConditionalIterator.h.
typedef Superclass::ImageType itk::FloodFilledImageFunctionConditionalIterator< TImage, TFunction >::ImageType |
Image typedef support.
Definition at line 62 of file itkFloodFilledImageFunctionConditionalIterator.h.
typedef Superclass::IndexType itk::FloodFilledImageFunctionConditionalIterator< TImage, TFunction >::IndexType |
Index typedef support.
Definition at line 50 of file itkFloodFilledImageFunctionConditionalIterator.h.
typedef Superclass::InternalPixelType itk::FloodFilledImageFunctionConditionalIterator< TImage, TFunction >::InternalPixelType |
Internal Pixel Type
Definition at line 65 of file itkFloodFilledImageFunctionConditionalIterator.h.
typedef Superclass::PixelType itk::FloodFilledImageFunctionConditionalIterator< TImage, TFunction >::PixelType |
External Pixel Type
Definition at line 68 of file itkFloodFilledImageFunctionConditionalIterator.h.
typedef Superclass::RegionType itk::FloodFilledImageFunctionConditionalIterator< TImage, TFunction >::RegionType |
Region typedef support
Definition at line 59 of file itkFloodFilledImageFunctionConditionalIterator.h.
typedef Superclass::SeedsContainerType itk::FloodFilledImageFunctionConditionalIterator< TImage, TFunction >::SeedsContainerType |
Index ContainerType.
Definition at line 53 of file itkFloodFilledImageFunctionConditionalIterator.h.
typedef FloodFilledImageFunctionConditionalIterator itk::FloodFilledImageFunctionConditionalIterator< TImage, TFunction >::Self |
Standard class typedefs.
Definition at line 40 of file itkFloodFilledImageFunctionConditionalIterator.h.
typedef Superclass::SizeType itk::FloodFilledImageFunctionConditionalIterator< TImage, TFunction >::SizeType |
Size typedef support.
Definition at line 56 of file itkFloodFilledImageFunctionConditionalIterator.h.
typedef FloodFilledImageFunctionConditionalConstIterator< TImage, TFunction > itk::FloodFilledImageFunctionConditionalIterator< TImage, TFunction >::Superclass |
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.
Definition at line 74 of file itkFloodFilledImageFunctionConditionalIterator.h.