18#ifndef itkFloodFilledImageFunctionConditionalConstIterator_h
19#define itkFloodFilledImageFunctionConditionalConstIterator_h
34template <
typename TImage,
typename TFunction>
91 std::vector<IndexType> & startIndex)
111#ifndef ITK_MANUAL_INSTANTIATION
112# include "itkFloodFilledImageFunctionConditionalConstIterator.hxx"
typename TImage::InternalPixelType InternalPixelType
static constexpr unsigned int NDimensions
typename TImage::IndexType IndexType
typename std::vector< IndexType > SeedsContainerType
typename TImage::RegionType RegionType
typename TImage::SizeType SizeType
typename TImage::PixelType PixelType
typename TFunction::InputType FunctionInputType
FloodFilledFunctionConditionalConstIterator(const ImageType *imagePtr, FunctionType *fnPtr, IndexType startIndex)
~FloodFilledImageFunctionConditionalConstIterator() override=default
FloodFilledFunctionConditionalConstIterator< TImage, TFunction > Superclass
typename TImage::IndexType IndexType
bool IsPixelIncluded(const IndexType &index) const override
FloodFilledImageFunctionConditionalConstIterator(const ImageType *imagePtr, FunctionType *fnPtr, IndexType startIndex)
FloodFilledImageFunctionConditionalConstIterator< TImage, TFunction > Self
static constexpr unsigned int NDimensions
FloodFilledImageFunctionConditionalConstIterator(const ImageType *imagePtr, FunctionType *fnPtr)
FloodFilledImageFunctionConditionalConstIterator(const ImageType *imagePtr, FunctionType *fnPtr, std::vector< IndexType > &startIndex)
The "itk" namespace contains all Insight Segmentation and Registration Toolkit (ITK) classes....