#include <itkShapedFloodFilledImageFunctionConditionalIterator.h>
Iterates over a flood-filled image function with write access to pixels.
Contributed as a paper to the Insight Journal: https://doi.org/10.54294/iei8xt
Definition at line 38 of file itkShapedFloodFilledImageFunctionConditionalIterator.h.
Static Public Attributes | |
static constexpr unsigned int | NDimensions = Superclass::NDimensions |
![]() | |
static constexpr unsigned int | NDimensions = Superclass::NDimensions |
![]() | |
static constexpr unsigned int | NDimensions = TImage::ImageDimension |
![]() | |
static constexpr unsigned int | NDimension = TImage::ImageDimension |
using itk::ShapedFloodFilledFunctionConditionalConstIterator< TImage, TFunction >::FunctionInputType |
Type of vector used to store location info in the spatial function
Definition at line 50 of file itkShapedFloodFilledFunctionConditionalConstIterator.h.
using itk::ShapedFloodFilledFunctionConditionalConstIterator< TImage, TFunction >::FunctionType |
Type of function
Definition at line 47 of file itkShapedFloodFilledFunctionConditionalConstIterator.h.
using itk::ShapedFloodFilledFunctionConditionalConstIterator< TImage, TFunction >::ImageType |
Image type alias support
Definition at line 62 of file itkShapedFloodFilledFunctionConditionalConstIterator.h.
using itk::ShapedFloodFilledFunctionConditionalConstIterator< TImage, TFunction >::IndexType |
Index type alias support
Definition at line 53 of file itkShapedFloodFilledFunctionConditionalConstIterator.h.
using itk::ShapedFloodFilledFunctionConditionalConstIterator< TImage, TFunction >::InternalPixelType |
Internal Pixel Type
Definition at line 65 of file itkShapedFloodFilledFunctionConditionalConstIterator.h.
using itk::ShapedFloodFilledFunctionConditionalConstIterator< TImage, TFunction >::PixelType |
External Pixel Type
Definition at line 68 of file itkShapedFloodFilledFunctionConditionalConstIterator.h.
using itk::ShapedFloodFilledFunctionConditionalConstIterator< TImage, TFunction >::RegionType |
Region type alias support
Definition at line 59 of file itkShapedFloodFilledFunctionConditionalConstIterator.h.
using itk::ShapedFloodFilledImageFunctionConditionalIterator< TImage, TFunction >::Self = ShapedFloodFilledImageFunctionConditionalIterator |
Standard class type aliases.
Definition at line 43 of file itkShapedFloodFilledImageFunctionConditionalIterator.h.
using itk::ShapedFloodFilledFunctionConditionalConstIterator< TImage, TFunction >::SizeType |
Size type alias support
Definition at line 56 of file itkShapedFloodFilledFunctionConditionalConstIterator.h.
using itk::ShapedFloodFilledImageFunctionConditionalIterator< TImage, TFunction >::Superclass = ShapedFloodFilledImageFunctionConditionalConstIterator<TImage, TFunction> |
Definition at line 44 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 79 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 86 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.
|
overridedefault |
Default Destructor.
|
inlineoverridevirtual |
Get the pixel value
Reimplemented from itk::ShapedFloodFilledFunctionConditionalConstIterator< TImage, TFunction >.
Definition at line 101 of file itkShapedFloodFilledImageFunctionConditionalIterator.h.
References itk::ConditionalConstIterator< TImage >::m_Image, and itk::ShapedFloodFilledFunctionConditionalConstIterator< TImage, TFunction >::m_IndexStack.
|
inline |
Set the pixel value
Definition at line 108 of file itkShapedFloodFilledImageFunctionConditionalIterator.h.
References itk::ConditionalConstIterator< TImage >::m_Image, and itk::ShapedFloodFilledFunctionConditionalConstIterator< TImage, TFunction >::m_IndexStack.
|
staticconstexpr |
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 itkShapedFloodFilledImageFunctionConditionalIterator.h.