#include <itkFloodFilledSpatialFunctionConditionalIterator.h>
Iterates over a flood-filled spatial function with write access to pixels.
Definition at line 35 of file itkFloodFilledSpatialFunctionConditionalIterator.h.
using itk::FloodFilledFunctionConditionalConstIterator< TImage, TFunction >::FunctionInputType |
Type of vector used to store location info in the spatial function
Definition at line 47 of file itkFloodFilledFunctionConditionalConstIterator.h.
using itk::FloodFilledFunctionConditionalConstIterator< TImage, TFunction >::FunctionType |
Type of function
Definition at line 44 of file itkFloodFilledFunctionConditionalConstIterator.h.
using itk::FloodFilledFunctionConditionalConstIterator< TImage, TFunction >::ImageType |
Image type alias support.
Definition at line 62 of file itkFloodFilledFunctionConditionalConstIterator.h.
using itk::FloodFilledFunctionConditionalConstIterator< TImage, TFunction >::IndexType |
Index type alias support.
Definition at line 50 of file itkFloodFilledFunctionConditionalConstIterator.h.
using itk::FloodFilledFunctionConditionalConstIterator< TImage, TFunction >::InternalPixelType |
Internal Pixel Type
Definition at line 65 of file itkFloodFilledFunctionConditionalConstIterator.h.
using itk::FloodFilledFunctionConditionalConstIterator< TImage, TFunction >::PixelType |
External Pixel Type
Definition at line 68 of file itkFloodFilledFunctionConditionalConstIterator.h.
using itk::FloodFilledFunctionConditionalConstIterator< TImage, TFunction >::RegionType |
Region type alias support
Definition at line 59 of file itkFloodFilledFunctionConditionalConstIterator.h.
using itk::FloodFilledFunctionConditionalConstIterator< TImage, TFunction >::SeedsContainerType |
Index ContainerType
Definition at line 53 of file itkFloodFilledFunctionConditionalConstIterator.h.
using itk::FloodFilledSpatialFunctionConditionalIterator< TImage, TFunction >::Self = FloodFilledSpatialFunctionConditionalIterator |
Standard class type aliases.
Definition at line 40 of file itkFloodFilledSpatialFunctionConditionalIterator.h.
using itk::FloodFilledFunctionConditionalConstIterator< TImage, TFunction >::SizeType |
Size type alias support.
Definition at line 56 of file itkFloodFilledFunctionConditionalConstIterator.h.
using itk::FloodFilledSpatialFunctionConditionalIterator< TImage, TFunction >::Superclass = FloodFilledSpatialFunctionConditionalConstIterator<TImage, TFunction> |
Definition at line 41 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 73 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 80 of file itkFloodFilledSpatialFunctionConditionalIterator.h.
|
overridedefault |
Default Destructor.
|
inline |
Get the pixel value, non-const version is sometimes useful.
Definition at line 93 of file itkFloodFilledSpatialFunctionConditionalIterator.h.
References itk::ConditionalConstIterator< TImage >::m_Image, and itk::FloodFilledFunctionConditionalConstIterator< TImage, TFunction >::m_IndexStack.
|
inlineoverridevirtual |
Get the pixel value, const version to avoid overload warnings
Reimplemented from itk::FloodFilledFunctionConditionalConstIterator< TImage, TFunction >.
Definition at line 86 of file itkFloodFilledSpatialFunctionConditionalIterator.h.
References itk::ConditionalConstIterator< TImage >::m_Image, and itk::FloodFilledFunctionConditionalConstIterator< TImage, TFunction >::m_IndexStack.
|
inline |
Set the pixel value
Definition at line 100 of file itkFloodFilledSpatialFunctionConditionalIterator.h.
References itk::ConditionalConstIterator< TImage >::m_Image, and itk::FloodFilledFunctionConditionalConstIterator< TImage, TFunction >::m_IndexStack.