ITK
5.2.0
Insight Toolkit
|
#include <itkShapedFloodFilledImageFunctionConditionalConstIterator.h>
Public Types | |
using | FunctionInputType = typename Superclass::FunctionInputType |
using | FunctionType = typename Superclass::FunctionType |
using | ImageType = typename Superclass::ImageType |
using | IndexType = typename Superclass::IndexType |
using | InternalPixelType = typename Superclass::InternalPixelType |
using | PixelType = typename Superclass::PixelType |
using | RegionType = typename Superclass::RegionType |
using | Self = ShapedFloodFilledImageFunctionConditionalConstIterator< TImage, TFunction > |
using | SizeType = typename Superclass::SizeType |
using | Superclass = ShapedFloodFilledFunctionConditionalConstIterator< TImage, TFunction > |
Public Types inherited from itk::ShapedFloodFilledFunctionConditionalConstIterator< TImage, TFunction > | |
using | FunctionInputType = typename TFunction::InputType |
using | FunctionType = TFunction |
using | ImageType = TImage |
using | IndexType = typename TImage::IndexType |
using | InternalPixelType = typename TImage::InternalPixelType |
using | NeighborhoodIteratorType = typename itk::ShapedNeighborhoodIterator< ImageType > |
using | OffsetType = typename TImage::OffsetType |
using | PixelType = typename TImage::PixelType |
using | RegionType = typename TImage::RegionType |
using | SeedsContainerType = typename std::vector< IndexType > |
using | Self = ShapedFloodFilledFunctionConditionalConstIterator |
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::ShapedFloodFilledFunctionConditionalConstIterator< TImage, TFunction > | |
static constexpr unsigned int | NDimensions = TImage::ImageDimension |
Static Public Attributes inherited from itk::ConditionalConstIterator< TImage > | |
static constexpr unsigned int | NDimension = TImage::ImageDimension |
Iterates over a flood-filled image function with read-only access to pixels.
Contributed as a paper to the Insight Journal: https://www.insight-journal.org/browse/publication/204
Definition at line 38 of file itkShapedFloodFilledImageFunctionConditionalConstIterator.h.
using itk::ShapedFloodFilledImageFunctionConditionalConstIterator< TImage, TFunction >::FunctionInputType = typename Superclass::FunctionInputType |
Type of vector used to store location info in the spatial function
Definition at line 51 of file itkShapedFloodFilledImageFunctionConditionalConstIterator.h.
using itk::ShapedFloodFilledImageFunctionConditionalConstIterator< TImage, TFunction >::FunctionType = typename Superclass::FunctionType |
Type of function
Definition at line 48 of file itkShapedFloodFilledImageFunctionConditionalConstIterator.h.
using itk::ShapedFloodFilledImageFunctionConditionalConstIterator< TImage, TFunction >::ImageType = typename Superclass::ImageType |
Image type alias support
Definition at line 63 of file itkShapedFloodFilledImageFunctionConditionalConstIterator.h.
using itk::ShapedFloodFilledImageFunctionConditionalConstIterator< TImage, TFunction >::IndexType = typename Superclass::IndexType |
Index type alias support
Definition at line 54 of file itkShapedFloodFilledImageFunctionConditionalConstIterator.h.
using itk::ShapedFloodFilledImageFunctionConditionalConstIterator< TImage, TFunction >::InternalPixelType = typename Superclass::InternalPixelType |
Internal Pixel Type
Definition at line 66 of file itkShapedFloodFilledImageFunctionConditionalConstIterator.h.
using itk::ShapedFloodFilledImageFunctionConditionalConstIterator< TImage, TFunction >::PixelType = typename Superclass::PixelType |
External Pixel Type
Definition at line 69 of file itkShapedFloodFilledImageFunctionConditionalConstIterator.h.
using itk::ShapedFloodFilledImageFunctionConditionalConstIterator< TImage, TFunction >::RegionType = typename Superclass::RegionType |
Region type alias support
Definition at line 60 of file itkShapedFloodFilledImageFunctionConditionalConstIterator.h.
using itk::ShapedFloodFilledImageFunctionConditionalConstIterator< TImage, TFunction >::Self = ShapedFloodFilledImageFunctionConditionalConstIterator<TImage, TFunction> |
Standard class type aliases.
Definition at line 44 of file itkShapedFloodFilledImageFunctionConditionalConstIterator.h.
using itk::ShapedFloodFilledImageFunctionConditionalConstIterator< TImage, TFunction >::SizeType = typename Superclass::SizeType |
Size type alias support
Definition at line 57 of file itkShapedFloodFilledImageFunctionConditionalConstIterator.h.
using itk::ShapedFloodFilledImageFunctionConditionalConstIterator< TImage, TFunction >::Superclass = ShapedFloodFilledFunctionConditionalConstIterator<TImage, TFunction> |
Definition at line 45 of file itkShapedFloodFilledImageFunctionConditionalConstIterator.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 80 of file itkShapedFloodFilledImageFunctionConditionalConstIterator.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 89 of file itkShapedFloodFilledImageFunctionConditionalConstIterator.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 98 of file itkShapedFloodFilledImageFunctionConditionalConstIterator.h.
|
overridedefault |
Default Destructor.
|
overridevirtual |
Compute whether the index of interest should be included in the flood
Implements itk::ShapedFloodFilledFunctionConditionalConstIterator< 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 75 of file itkShapedFloodFilledImageFunctionConditionalConstIterator.h.