18 #ifndef itkFloodFilledImageFunctionConditionalConstIterator_h
19 #define itkFloodFilledImageFunctionConditionalConstIterator_h
34 template<
typename TImage,
typename TFunction >
77 itkStaticConstMacro(NDimensions,
unsigned int, Superclass::NDimensions);
95 std::vector< IndexType > & startIndex):
Superclass(imagePtr,
111 bool IsPixelIncluded(
const IndexType & index)
const;
115 #ifndef ITK_MANUAL_INSTANTIATION
116 #include "itkFloodFilledImageFunctionConditionalConstIterator.hxx"
Superclass::InternalPixelType InternalPixelType
TFunction::InputType FunctionInputType
std::vector< IndexType > SeedsContainerType
Superclass::PixelType PixelType
Superclass::RegionType RegionType
TImage::IndexType IndexType
Superclass::ImageType ImageType
FloodFilledImageFunctionConditionalConstIterator Self
TImage::IndexType IndexType
TImage::PixelType PixelType
Superclass::FunctionInputType FunctionInputType
virtual ~FloodFilledImageFunctionConditionalConstIterator()
FloodFilledImageFunctionConditionalConstIterator(const ImageType *imagePtr, FunctionType *fnPtr, std::vector< IndexType > &startIndex)
FloodFilledFunctionConditionalConstIterator< TImage, TFunction > Superclass
TImage::SizeType SizeType
Iterates over a flood-filled image function with read-only access to pixels.
Superclass::SizeType SizeType
Superclass::FunctionType FunctionType
Superclass::IndexType IndexType
FloodFilledImageFunctionConditionalConstIterator(const ImageType *imagePtr, FunctionType *fnPtr, IndexType startIndex)
TImage::InternalPixelType InternalPixelType
Iterates over a flood-filled spatial function.
TImage::RegionType RegionType
Superclass::SeedsContainerType SeedsContainerType
FloodFilledImageFunctionConditionalConstIterator(const ImageType *imagePtr, FunctionType *fnPtr)
ImageBaseType::IndexType IndexType