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