18 #ifndef itkFloodFilledImageFunctionConditionalConstIterator_h
19 #define itkFloodFilledImageFunctionConditionalConstIterator_h
34 template<
typename TImage,
typename TFunction >
95 std::vector< IndexType > & startIndex):
Superclass(imagePtr,
115 #ifndef ITK_MANUAL_INSTANTIATION
116 #include "itkFloodFilledImageFunctionConditionalConstIterator.hxx"
static const unsigned int NDimensions
Superclass::InternalPixelType InternalPixelType
TFunction::InputType FunctionInputType
bool IsPixelIncluded(const IndexType &index) const
std::vector< IndexType > SeedsContainerType
Superclass::PixelType PixelType
Superclass::RegionType RegionType
TImage::IndexType IndexType
Superclass::ImageType ImageType
static const unsigned int NDimensions
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)