18 #ifndef itkFloodFilledSpatialFunctionConditionalConstIterator_h
19 #define itkFloodFilledSpatialFunctionConditionalConstIterator_h
34 template<
typename TImage,
typename TFunction >
88 bool IsPixelIncluded(
const IndexType & index)
const override;
119 #ifndef ITK_MANUAL_INSTANTIATION
120 #include "itkFloodFilledSpatialFunctionConditionalConstIterator.hxx"
typename TImage::RegionType RegionType
unsigned char m_InclusionStrategy
void SetIntersectInclusionStrategy()
typename TImage::InternalPixelType InternalPixelType
typename TImage::PixelType PixelType
typename TImage::IndexType IndexType
typename std::vector< IndexType > SeedsContainerType
Iterates over a flood-filled spatial function with read-only access to pixels.
void SetOriginInclusionStrategy()
ImageBaseType::SizeType SizeType
typename TFunction::InputType FunctionInputType
ImageBaseType::IndexType IndexType
typename TImage::SizeType SizeType
void SetCompleteInclusionStrategy()
typename TImage::InternalPixelType InternalPixelType
void SetCenterInclusionStrategy()
Iterates over a flood-filled spatial function.
A base class for other iterators where membership in the set of output pixels is conditional upon som...
ImageBaseType::RegionType RegionType
typename TImage::PixelType PixelType