#include <itkFloodFilledImageFunctionConditionalConstIterator.h>
Iterates over a flood-filled image function with read-only access to pixels.
Definition at line 35 of file itkFloodFilledImageFunctionConditionalConstIterator.h.
Public Types | |
using | FunctionInputType |
using | FunctionType |
using | ImageType |
using | IndexType |
using | InternalPixelType |
using | PixelType |
using | RegionType |
using | SeedsContainerType |
using | Self = FloodFilledImageFunctionConditionalConstIterator<TImage, TFunction> |
using | SizeType |
using | Superclass = 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 |
![]() | |
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 constexpr unsigned int | NDimensions = TImage::ImageDimension |
![]() | |
static constexpr unsigned int | NDimension = TImage::ImageDimension |
using itk::FloodFilledFunctionConditionalConstIterator< TImage, TFunction >::FunctionInputType |
Type of vector used to store location info in the spatial function
Definition at line 49 of file itkFloodFilledFunctionConditionalConstIterator.h.
using itk::FloodFilledFunctionConditionalConstIterator< TImage, TFunction >::FunctionType |
Type of function
Definition at line 46 of file itkFloodFilledFunctionConditionalConstIterator.h.
using itk::FloodFilledFunctionConditionalConstIterator< TImage, TFunction >::ImageType |
Image type alias support.
Definition at line 64 of file itkFloodFilledFunctionConditionalConstIterator.h.
using itk::FloodFilledFunctionConditionalConstIterator< TImage, TFunction >::IndexType |
Index type alias support.
Definition at line 52 of file itkFloodFilledFunctionConditionalConstIterator.h.
using itk::FloodFilledFunctionConditionalConstIterator< TImage, TFunction >::InternalPixelType |
Internal Pixel Type
Definition at line 67 of file itkFloodFilledFunctionConditionalConstIterator.h.
using itk::FloodFilledFunctionConditionalConstIterator< TImage, TFunction >::PixelType |
External Pixel Type
Definition at line 70 of file itkFloodFilledFunctionConditionalConstIterator.h.
using itk::FloodFilledFunctionConditionalConstIterator< TImage, TFunction >::RegionType |
Region type alias support
Definition at line 61 of file itkFloodFilledFunctionConditionalConstIterator.h.
using itk::FloodFilledFunctionConditionalConstIterator< TImage, TFunction >::SeedsContainerType |
Index ContainerType
Definition at line 55 of file itkFloodFilledFunctionConditionalConstIterator.h.
using itk::FloodFilledImageFunctionConditionalConstIterator< TImage, TFunction >::Self = FloodFilledImageFunctionConditionalConstIterator<TImage, TFunction> |
Standard class type aliases.
Definition at line 40 of file itkFloodFilledImageFunctionConditionalConstIterator.h.
using itk::FloodFilledFunctionConditionalConstIterator< TImage, TFunction >::SizeType |
Size type alias support.
Definition at line 58 of file itkFloodFilledFunctionConditionalConstIterator.h.
using itk::FloodFilledImageFunctionConditionalConstIterator< TImage, TFunction >::Superclass = FloodFilledFunctionConditionalConstIterator<TImage, TFunction> |
Definition at line 41 of file itkFloodFilledImageFunctionConditionalConstIterator.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 itkFloodFilledImageFunctionConditionalConstIterator.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 88 of file itkFloodFilledImageFunctionConditionalConstIterator.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 97 of file itkFloodFilledImageFunctionConditionalConstIterator.h.
|
overridedefault |
Default Destructor.
|
overridevirtual |
Compute whether the index of interest should be included in the flood
Implements itk::FloodFilledFunctionConditionalConstIterator< TImage, TFunction >.
|
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 itkFloodFilledImageFunctionConditionalConstIterator.h.