ITK
6.0.0
Insight Toolkit
|
#include <itkFloodFilledImageFunctionConditionalIterator.h>
Iterates over a flood-filled image function with write access to pixels.
Definition at line 38 of file itkFloodFilledImageFunctionConditionalIterator.h.
Public Types | |
using | FunctionInputType = typename TFunction::InputType |
using | FunctionType = TFunction |
using | ImageType = TImage |
using | IndexType = typename TImage::IndexType |
using | InternalPixelType = typename TImage::InternalPixelType |
using | PixelType = typename TImage::PixelType |
using | RegionType = typename TImage::RegionType |
using | SeedsContainerType = typename std::vector< IndexType > |
using | Self = FloodFilledImageFunctionConditionalIterator |
using | SizeType = typename TImage::SizeType |
using | Superclass = FloodFilledImageFunctionConditionalConstIterator< TImage, TFunction > |
Public Types inherited from itk::FloodFilledImageFunctionConditionalConstIterator< TImage, TFunction > | |
using | FunctionInputType = typename TFunction::InputType |
using | FunctionType = TFunction |
using | ImageType = TImage |
using | IndexType = typename TImage::IndexType |
using | InternalPixelType = typename TImage::InternalPixelType |
using | PixelType = typename TImage::PixelType |
using | RegionType = typename TImage::RegionType |
using | SeedsContainerType = typename std::vector< IndexType > |
using | Self = FloodFilledImageFunctionConditionalConstIterator< TImage, TFunction > |
using | SizeType = typename TImage::SizeType |
using | Superclass = FloodFilledFunctionConditionalConstIterator< TImage, TFunction > |
Public Types inherited from itk::FloodFilledFunctionConditionalConstIterator< TImage, TFunction > | |
using | FunctionInputType = typename TFunction::InputType |
using | FunctionType = TFunction |
using | ImageType = TImage |
using | IndexType = typename TImage::IndexType |
using | InternalPixelType = typename TImage::InternalPixelType |
using | PixelType = typename TImage::PixelType |
using | RegionType = typename TImage::RegionType |
using | SeedsContainerType = typename std::vector< IndexType > |
using | Self = FloodFilledFunctionConditionalConstIterator |
using | SizeType = typename TImage::SizeType |
Public Types inherited from itk::ConditionalConstIterator< TImage > | |
using | ImageType = TImage |
using | IndexType = typename TImage::IndexType |
using | InternalPixelType = typename TImage::InternalPixelType |
using | PixelType = typename TImage::PixelType |
using | RegionType = typename TImage::RegionType |
using | Self = ConditionalConstIterator |
using | SizeType = typename TImage::SizeType |
Static Public Attributes | |
static constexpr unsigned int | NDimensions = Superclass::NDimensions |
Static Public Attributes inherited from itk::FloodFilledImageFunctionConditionalConstIterator< TImage, TFunction > | |
static constexpr unsigned int | NDimensions = Superclass::NDimensions |
Static Public Attributes inherited from itk::FloodFilledFunctionConditionalConstIterator< TImage, TFunction > | |
static constexpr unsigned int | NDimensions = TImage::ImageDimension |
Static Public Attributes inherited from itk::ConditionalConstIterator< TImage > | |
static constexpr unsigned int | NDimension = TImage::ImageDimension |
using itk::FloodFilledFunctionConditionalConstIterator< TImage, TFunction >::FunctionInputType = typename TFunction::InputType |
Type of vector used to store location info in the spatial function
Definition at line 50 of file itkFloodFilledFunctionConditionalConstIterator.h.
using itk::FloodFilledFunctionConditionalConstIterator< TImage, TFunction >::FunctionType = TFunction |
Type of function
Definition at line 47 of file itkFloodFilledFunctionConditionalConstIterator.h.
using itk::FloodFilledFunctionConditionalConstIterator< TImage, TFunction >::ImageType = TImage |
Image type alias support.
Definition at line 65 of file itkFloodFilledFunctionConditionalConstIterator.h.
using itk::FloodFilledFunctionConditionalConstIterator< TImage, TFunction >::IndexType = typename TImage::IndexType |
Index type alias support.
Definition at line 53 of file itkFloodFilledFunctionConditionalConstIterator.h.
using itk::FloodFilledFunctionConditionalConstIterator< TImage, TFunction >::InternalPixelType = typename TImage::InternalPixelType |
Internal Pixel Type
Definition at line 68 of file itkFloodFilledFunctionConditionalConstIterator.h.
using itk::FloodFilledFunctionConditionalConstIterator< TImage, TFunction >::PixelType = typename TImage::PixelType |
External Pixel Type
Definition at line 71 of file itkFloodFilledFunctionConditionalConstIterator.h.
using itk::FloodFilledFunctionConditionalConstIterator< TImage, TFunction >::RegionType = typename TImage::RegionType |
Region type alias support
Definition at line 62 of file itkFloodFilledFunctionConditionalConstIterator.h.
using itk::FloodFilledFunctionConditionalConstIterator< TImage, TFunction >::SeedsContainerType = typename std::vector<IndexType> |
Index ContainerType
Definition at line 56 of file itkFloodFilledFunctionConditionalConstIterator.h.
using itk::FloodFilledImageFunctionConditionalIterator< TImage, TFunction >::Self = FloodFilledImageFunctionConditionalIterator |
Standard class type aliases.
Definition at line 44 of file itkFloodFilledImageFunctionConditionalIterator.h.
using itk::FloodFilledFunctionConditionalConstIterator< TImage, TFunction >::SizeType = typename TImage::SizeType |
Size type alias support.
Definition at line 59 of file itkFloodFilledFunctionConditionalConstIterator.h.
using itk::FloodFilledImageFunctionConditionalIterator< TImage, TFunction >::Superclass = FloodFilledImageFunctionConditionalConstIterator<TImage, TFunction> |
Definition at line 45 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 83 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 90 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 99 of file itkFloodFilledImageFunctionConditionalIterator.h.
|
overridedefault |
Default Destructor.
|
inlineoverridevirtual |
Get the pixel value
Reimplemented from itk::FloodFilledFunctionConditionalConstIterator< TImage, TFunction >.
Definition at line 105 of file itkFloodFilledImageFunctionConditionalIterator.h.
References itk::ConditionalConstIterator< TImage >::m_Image, and itk::FloodFilledFunctionConditionalConstIterator< TImage, TFunction >::m_IndexStack.
|
inline |
Set the pixel value
Definition at line 112 of file itkFloodFilledImageFunctionConditionalIterator.h.
References itk::ConditionalConstIterator< TImage >::m_Image, and itk::FloodFilledFunctionConditionalConstIterator< 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 78 of file itkFloodFilledImageFunctionConditionalIterator.h.