18 #ifndef itkShapedFloodFilledImageFunctionConditionalConstIterator_h
19 #define itkShapedFloodFilledImageFunctionConditionalConstIterator_h
37 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 "itkShapedFloodFilledImageFunctionConditionalConstIterator.hxx"
ShapedFloodFilledImageFunctionConditionalConstIterator(const ImageType *imagePtr, FunctionType *fnPtr, IndexType startIndex)
ShapedFloodFilledFunctionConditionalConstIterator< TImage, TFunction > Superclass
ShapedFloodFilledImageFunctionConditionalConstIterator Self
Superclass::SizeType SizeType
Superclass::ImageType ImageType
TImage::RegionType RegionType
Superclass::RegionType RegionType
virtual ~ShapedFloodFilledImageFunctionConditionalConstIterator()
TFunction::InputType FunctionInputType
TImage::IndexType IndexType
ShapedFloodFilledImageFunctionConditionalConstIterator(const ImageType *imagePtr, FunctionType *fnPtr)
TImage::IndexType IndexType
Iterates over a flood-filled image function with read-only access to pixels.
Superclass::FunctionInputType FunctionInputType
Superclass::PixelType PixelType
Iterates over a flood-filled spatial function with read-only access to pixels.
Superclass::IndexType IndexType
Superclass::InternalPixelType InternalPixelType
TImage::InternalPixelType InternalPixelType
Superclass::FunctionType FunctionType
ShapedFloodFilledImageFunctionConditionalConstIterator(const ImageType *imagePtr, FunctionType *fnPtr, std::vector< IndexType > &startIndex)
ImageBaseType::IndexType IndexType
TImage::PixelType PixelType
TImage::SizeType SizeType