|
ITK
5.2.0
Insight Toolkit
|
Go to the documentation of this file.
18 #ifndef itkShapedFloodFilledImageFunctionConditionalConstIterator_h
19 #define itkShapedFloodFilledImageFunctionConditionalConstIterator_h
37 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 "itkShapedFloodFilledImageFunctionConditionalConstIterator.hxx"
typename TImage::IndexType IndexType
typename TImage::InternalPixelType InternalPixelType
ImageBaseType::SizeType SizeType
ImageBaseType::IndexType IndexType
Iterates over a flood-filled spatial function with read-only access to pixels.
ShapedFloodFilledImageFunctionConditionalConstIterator(const ImageType *imagePtr, FunctionType *fnPtr, std::vector< IndexType > &startIndex)
typename TImage::InternalPixelType InternalPixelType
ImageBaseType::RegionType RegionType
typename TImage::RegionType RegionType
ShapedFloodFilledImageFunctionConditionalConstIterator(const ImageType *imagePtr, FunctionType *fnPtr)
typename TImage::SizeType SizeType
ShapedFloodFilledImageFunctionConditionalConstIterator(const ImageType *imagePtr, FunctionType *fnPtr, IndexType startIndex)
typename TImage::PixelType PixelType
typename TFunction::InputType FunctionInputType
A base class for other iterators where membership in the set of output pixels is conditional upon som...
The "itk" namespace contains all Insight Segmentation and Registration Toolkit (ITK) classes....
Iterates over a flood-filled image function with read-only access to pixels.
typename TImage::PixelType PixelType