|
ITK
5.2.0
Insight Toolkit
|
Go to the documentation of this file.
18 #ifndef itkFloodFilledSpatialFunctionConditionalConstIterator_h
19 #define itkFloodFilledSpatialFunctionConditionalConstIterator_h
34 template <
typename TImage,
typename TFunction>
88 IsPixelIncluded(
const IndexType & index)
const override;
94 m_InclusionStrategy = 0;
101 m_InclusionStrategy = 1;
108 m_InclusionStrategy = 2;
115 m_InclusionStrategy = 3;
134 #ifndef ITK_MANUAL_INSTANTIATION
135 # include "itkFloodFilledSpatialFunctionConditionalConstIterator.hxx"
void SetOriginInclusionStrategy()
typename TImage::IndexType IndexType
Iterates over a flood-filled spatial function with read-only access to pixels.
unsigned char m_InclusionStrategy
void SetCompleteInclusionStrategy()
typename TImage::InternalPixelType InternalPixelType
ImageBaseType::SizeType SizeType
typename TImage::PixelType PixelType
typename TImage::InternalPixelType InternalPixelType
ImageBaseType::IndexType IndexType
ImageBaseType::RegionType RegionType
typename TImage::RegionType RegionType
typename TFunction::InputType FunctionInputType
typename std::vector< IndexType > SeedsContainerType
typename TImage::SizeType SizeType
void SetIntersectInclusionStrategy()
A base class for other iterators where membership in the set of output pixels is conditional upon som...
Iterates over a flood-filled spatial function.
The "itk" namespace contains all Insight Segmentation and Registration Toolkit (ITK) classes....
void SetCenterInclusionStrategy()
typename TImage::PixelType PixelType