18#ifndef itkFloodFilledImageFunctionConditionalIterator_h
19#define itkFloodFilledImageFunctionConditionalIterator_h
37template <
typename TImage,
typename TFunction>
92 std::vector<IndexType> & startIndex)
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 image 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
static constexpr unsigned int NDimensions
Iterates over a flood-filled image function with write access to pixels.
const PixelType Get() const override
FloodFilledImageFunctionConditionalIterator(ImageType *imagePtr, FunctionType *fnPtr)
FloodFilledImageFunctionConditionalIterator(ImageType *imagePtr, FunctionType *fnPtr, IndexType startIndex)
~FloodFilledImageFunctionConditionalIterator() override=default
static constexpr unsigned int NDimensions
typename TImage::PixelType PixelType
void Set(const PixelType &value)
FloodFilledImageFunctionConditionalIterator(ImageType *imagePtr, FunctionType *fnPtr, std::vector< IndexType > &startIndex)
The "itk" namespace contains all Insight Segmentation and Registration Toolkit (ITK) classes....