18#ifndef itkShapedFloodFilledImageFunctionConditionalConstIterator_h
19#define itkShapedFloodFilledImageFunctionConditionalConstIterator_h
37template <
typename TImage,
typename TFunction>
75 static constexpr unsigned int NDimensions = Superclass::NDimensions;
91 std::vector<IndexType> & startIndex)
111#ifndef ITK_MANUAL_INSTANTIATION
112# include "itkShapedFloodFilledImageFunctionConditionalConstIterator.hxx"
A base class for other iterators where membership in the set of output pixels is conditional upon som...
typename TImage::IndexType IndexType
Iterates over a flood-filled spatial function with read-only access to pixels.
typename TImage::PixelType PixelType
typename TImage::InternalPixelType InternalPixelType
typename TFunction::InputType FunctionInputType
Iterates over a flood-filled image function with read-only access to pixels.
ShapedFloodFilledImageFunctionConditionalConstIterator(const ImageType *imagePtr, FunctionType *fnPtr, IndexType startIndex)
~ShapedFloodFilledImageFunctionConditionalConstIterator() override=default
ShapedFloodFilledImageFunctionConditionalConstIterator(const ImageType *imagePtr, FunctionType *fnPtr, std::vector< IndexType > &startIndex)
bool IsPixelIncluded(const IndexType &index) const override
ShapedFloodFilledImageFunctionConditionalConstIterator(const ImageType *imagePtr, FunctionType *fnPtr)
ImageBaseType::RegionType RegionType
ImageBaseType::IndexType IndexType
ImageBaseType::SizeType SizeType
The "itk" namespace contains all Insight Segmentation and Registration Toolkit (ITK) classes....