ITK
4.2.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 Types inherited from itk::FloodFilledSpatialFunctionConditionalConstIterator< TImage, TFunction > | |
Public Types inherited from itk::FloodFilledFunctionConditionalConstIterator< TImage, TFunction > | |
Public Types inherited from itk::ConditionalConstIterator< TImage > |
Additional Inherited Members | |
Protected Attributes inherited from itk::FloodFilledSpatialFunctionConditionalConstIterator< TImage, TFunction > | |
unsigned char | m_InclusionStrategy |
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 |
Protected Attributes inherited from itk::ConditionalConstIterator< TImage > | |
ImageType::ConstWeakPointer | m_Image |
bool | m_IsAtEnd |
RegionType | m_Region |
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.
|
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.
|
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.
|
inlinevirtual |
Default Destructor.
Definition at line 97 of file itkFloodFilledSpatialFunctionConditionalIterator.h.
|
inlinevirtual |
Get the pixel value, const version to avoid overload warnings
Reimplemented from itk::FloodFilledFunctionConditionalConstIterator< TImage, TFunction >.
Definition at line 85 of file itkFloodFilledSpatialFunctionConditionalIterator.h.
|
inline |
Get the pixel value, non-const version is sometimes useful.
Definition at line 89 of file itkFloodFilledSpatialFunctionConditionalIterator.h.
|
inline |
Set the pixel value
Definition at line 93 of file itkFloodFilledSpatialFunctionConditionalIterator.h.