18 #ifndef itkFloodFilledImageFunctionConditionalConstIterator_h
19 #define itkFloodFilledImageFunctionConditionalConstIterator_h
34 template<
typename TImage,
typename TFunction >
75 static constexpr
unsigned int NDimensions = Superclass::NDimensions;
93 std::vector< IndexType > & startIndex):
Superclass(imagePtr,
109 bool IsPixelIncluded(
const IndexType & index)
const override;
113 #ifndef ITK_MANUAL_INSTANTIATION
114 #include "itkFloodFilledImageFunctionConditionalConstIterator.hxx"
typename TImage::RegionType RegionType
typename TImage::InternalPixelType InternalPixelType
typename TImage::PixelType PixelType
typename TImage::IndexType IndexType
typename std::vector< IndexType > SeedsContainerType
ImageBaseType::SizeType SizeType
typename TFunction::InputType FunctionInputType
ImageBaseType::IndexType IndexType
typename TImage::SizeType SizeType
FloodFilledImageFunctionConditionalConstIterator(const ImageType *imagePtr, FunctionType *fnPtr, std::vector< IndexType > &startIndex)
Iterates over a flood-filled image function with read-only access to pixels.
typename TImage::InternalPixelType InternalPixelType
FloodFilledImageFunctionConditionalConstIterator(const ImageType *imagePtr, FunctionType *fnPtr, IndexType startIndex)
Iterates over a flood-filled spatial function.
A base class for other iterators where membership in the set of output pixels is conditional upon som...
ImageBaseType::RegionType RegionType
FloodFilledImageFunctionConditionalConstIterator(const ImageType *imagePtr, FunctionType *fnPtr)
typename TImage::PixelType PixelType