18#ifndef itkFloodFilledImageFunctionConditionalConstIterator_h
19#define itkFloodFilledImageFunctionConditionalConstIterator_h
34template <
typename TImage,
typename TFunction>
75 static constexpr unsigned int NDimensions = Superclass::NDimensions;
91 std::vector<IndexType> & startIndex)
111#ifndef ITK_MANUAL_INSTANTIATION
112# include "itkFloodFilledImageFunctionConditionalConstIterator.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.
typename TImage::InternalPixelType InternalPixelType
typename std::vector< IndexType > SeedsContainerType
typename TImage::PixelType PixelType
typename TFunction::InputType FunctionInputType
Iterates over a flood-filled image function with read-only access to pixels.
~FloodFilledImageFunctionConditionalConstIterator() override=default
bool IsPixelIncluded(const IndexType &index) const override
FloodFilledImageFunctionConditionalConstIterator(const ImageType *imagePtr, FunctionType *fnPtr, IndexType startIndex)
FloodFilledImageFunctionConditionalConstIterator(const ImageType *imagePtr, FunctionType *fnPtr)
FloodFilledImageFunctionConditionalConstIterator(const ImageType *imagePtr, FunctionType *fnPtr, std::vector< IndexType > &startIndex)
ImageBaseType::RegionType RegionType
ImageBaseType::IndexType IndexType
ImageBaseType::SizeType SizeType
The "itk" namespace contains all Insight Segmentation and Registration Toolkit (ITK) classes....