ITK
5.2.0
Insight Toolkit
|
#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::FloodFilledSpatialFunctionConditionalIterator< TImage, TFunction >::FunctionInputType = typename Superclass::FunctionInputType |
Type of vector used to store location info in the spatial function
Definition at line 48 of file itkFloodFilledSpatialFunctionConditionalIterator.h.
using itk::FloodFilledSpatialFunctionConditionalIterator< TImage, TFunction >::FunctionType = typename Superclass::FunctionType |
Type of function
Definition at line 45 of file itkFloodFilledSpatialFunctionConditionalIterator.h.
using itk::FloodFilledSpatialFunctionConditionalIterator< TImage, TFunction >::ImageType = typename Superclass::ImageType |
Image type alias support
Definition at line 63 of file itkFloodFilledSpatialFunctionConditionalIterator.h.
using itk::FloodFilledSpatialFunctionConditionalIterator< TImage, TFunction >::IndexType = typename Superclass::IndexType |
Index type alias support
Definition at line 51 of file itkFloodFilledSpatialFunctionConditionalIterator.h.
using itk::FloodFilledSpatialFunctionConditionalIterator< TImage, TFunction >::InternalPixelType = typename Superclass::InternalPixelType |
Internal Pixel Type
Definition at line 66 of file itkFloodFilledSpatialFunctionConditionalIterator.h.
using itk::FloodFilledSpatialFunctionConditionalIterator< TImage, TFunction >::PixelType = typename Superclass::PixelType |
External Pixel Type
Definition at line 69 of file itkFloodFilledSpatialFunctionConditionalIterator.h.
using itk::FloodFilledSpatialFunctionConditionalIterator< TImage, TFunction >::RegionType = typename Superclass::RegionType |
Region type alias support
Definition at line 60 of file itkFloodFilledSpatialFunctionConditionalIterator.h.
using itk::FloodFilledSpatialFunctionConditionalIterator< TImage, TFunction >::SeedsContainerType = typename Superclass::SeedsContainerType |
Index ContainerType.
Definition at line 54 of file itkFloodFilledSpatialFunctionConditionalIterator.h.
using itk::FloodFilledSpatialFunctionConditionalIterator< TImage, TFunction >::Self = FloodFilledSpatialFunctionConditionalIterator |
Standard class type aliases.
Definition at line 41 of file itkFloodFilledSpatialFunctionConditionalIterator.h.
using itk::FloodFilledSpatialFunctionConditionalIterator< TImage, TFunction >::SizeType = typename Superclass::SizeType |
Size type alias support
Definition at line 57 of file itkFloodFilledSpatialFunctionConditionalIterator.h.
using itk::FloodFilledSpatialFunctionConditionalIterator< TImage, TFunction >::Superclass = 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.
|
overridedefault |
Default Destructor.
|
inline |
Get the pixel value, non-const version is sometimes useful.
Definition at line 94 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 87 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 101 of file itkFloodFilledSpatialFunctionConditionalIterator.h.
References itk::ConditionalConstIterator< TImage >::m_Image, and itk::FloodFilledFunctionConditionalConstIterator< TImage, TFunction >::m_IndexStack.