18 #ifndef itkFloodFilledSpatialFunctionConditionalIterator_h
19 #define itkFloodFilledSpatialFunctionConditionalIterator_h
34 template<
typename TImage,
typename TFunction >
std::queue< IndexType > m_IndexStack
~FloodFilledSpatialFunctionConditionalIterator() override=default
typename TImage::RegionType RegionType
typename TImage::InternalPixelType InternalPixelType
typename TImage::PixelType PixelType
typename TImage::IndexType IndexType
typename Superclass::PixelType PixelType
typename std::vector< IndexType > SeedsContainerType
Iterates over a flood-filled spatial function with read-only access to pixels.
typename Superclass::ImageType ImageType
typename TFunction::InputType FunctionInputType
typename TImage::SizeType SizeType
ImageType::ConstWeakPointer m_Image
typename Superclass::RegionType RegionType
typename Superclass::IndexType IndexType
const PixelType Get() const override
void Set(const PixelType &value)
typename Superclass::FunctionType FunctionType
typename Superclass::FunctionInputType FunctionInputType
typename Superclass::SizeType SizeType
FloodFilledSpatialFunctionConditionalIterator(ImageType *imagePtr, FunctionType *fnPtr)
Iterates over a flood-filled spatial function.
Iterates over a flood-filled spatial function with write access to pixels.
A base class for other iterators where membership in the set of output pixels is conditional upon som...
typename Superclass::InternalPixelType InternalPixelType
typename Superclass::SeedsContainerType SeedsContainerType
FloodFilledSpatialFunctionConditionalIterator(ImageType *imagePtr, FunctionType *fnPtr, IndexType startIndex)