18 #ifndef itkFloodFilledImageFunctionConditionalIterator_h
19 #define itkFloodFilledImageFunctionConditionalIterator_h
33 template<
typename TImage,
typename TFunction >
88 std::vector< IndexType > & startIndex):
Superclass(imagePtr, fnPtr,
std::queue< IndexType > m_IndexStack
TFunction::InputType FunctionInputType
FloodFilledImageFunctionConditionalIterator(ImageType *imagePtr, FunctionType *fnPtr)
FloodFilledImageFunctionConditionalIterator Self
std::vector< IndexType > SeedsContainerType
TImage::PixelType PixelType
Superclass::FunctionInputType FunctionInputType
Superclass::FunctionType FunctionType
FloodFilledImageFunctionConditionalIterator(ImageType *imagePtr, FunctionType *fnPtr, IndexType startIndex)
Superclass::PixelType PixelType
TImage::IndexType IndexType
static const unsigned int NDimensions
Superclass::ImageType ImageType
TImage::IndexType IndexType
TImage::PixelType PixelType
ImageType::ConstWeakPointer m_Image
Superclass::RegionType RegionType
Superclass::SizeType SizeType
void Set(const PixelType &value)
Superclass::SeedsContainerType SeedsContainerType
TImage::SizeType SizeType
Iterates over a flood-filled image function with read-only access to pixels.
Superclass::IndexType IndexType
FloodFilledImageFunctionConditionalIterator(ImageType *imagePtr, FunctionType *fnPtr, std::vector< IndexType > &startIndex)
TImage::InternalPixelType InternalPixelType
virtual ~FloodFilledImageFunctionConditionalIterator()
FloodFilledImageFunctionConditionalConstIterator< TImage, TFunction > Superclass
Iterates over a flood-filled spatial function.
TImage::RegionType RegionType
Iterates over a flood-filled image function with write access to pixels.
const PixelType Get(void) const
Superclass::InternalPixelType InternalPixelType
static const unsigned int NDimensions