|
ITK
5.2.0
Insight Toolkit
|
Go to the documentation of this file.
18 #ifndef itkFloodFilledImageFunctionConditionalConstIterator_h
19 #define itkFloodFilledImageFunctionConditionalConstIterator_h
34 template <
typename TImage,
typename TFunction>
75 static constexpr
unsigned int NDimensions = Superclass::NDimensions;
91 std::vector<IndexType> & startIndex)
107 IsPixelIncluded(
const IndexType & index)
const override;
111 #ifndef ITK_MANUAL_INSTANTIATION
112 # include "itkFloodFilledImageFunctionConditionalConstIterator.hxx"
typename TImage::IndexType IndexType
Iterates over a flood-filled image function with read-only access to pixels.
typename TImage::InternalPixelType InternalPixelType
ImageBaseType::SizeType SizeType
typename TImage::PixelType PixelType
typename TImage::InternalPixelType InternalPixelType
ImageBaseType::IndexType IndexType
ImageBaseType::RegionType RegionType
FloodFilledImageFunctionConditionalConstIterator(const ImageType *imagePtr, FunctionType *fnPtr)
typename TImage::RegionType RegionType
typename TFunction::InputType FunctionInputType
FloodFilledImageFunctionConditionalConstIterator(const ImageType *imagePtr, FunctionType *fnPtr, std::vector< IndexType > &startIndex)
typename std::vector< IndexType > SeedsContainerType
typename TImage::SizeType SizeType
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....
typename TImage::PixelType PixelType
FloodFilledImageFunctionConditionalConstIterator(const ImageType *imagePtr, FunctionType *fnPtr, IndexType startIndex)