17 #ifndef itkSegmentationModule_h
18 #define itkSegmentationModule_h
39 template <
unsigned int NDimension>
58 static constexpr
unsigned int Dimension = NDimension;
82 unsigned int GetExpectedNumberOfFeatures()
const;
87 void PrintSelf(std::ostream& os,
Indent indent)
const override;
98 #ifndef ITK_MANUAL_INSTANTIATION
99 # include "itkSegmentationModule.hxx"
typename SpatialObjectType::Pointer SpatialObjectPointer
Light weight base class for most itk classes.
The base class for all process objects (source, filters, mappers) in the Insight data processing pipe...
constexpr unsigned int Dimension
class ITK_FORWARD_EXPORT ProcessObject
Class provides the abstract interface of the segmentation methods.
Implementation of the composite pattern.
virtual void SetInput(const DataObjectIdentifierType &key, DataObject *input)
Protected method for setting indexed and named inputs.
Control indentation during Print() invocation.