17 #ifndef itkFeatureGenerator_h
18 #define itkFeatureGenerator_h
39 template <
unsigned int NDimension>
58 static constexpr
unsigned int Dimension = NDimension;
79 void PrintSelf(std::ostream& os,
Indent indent)
const override;
89 #ifndef ITK_MANUAL_INSTANTIATION
90 # include "itkFeatureGenerator.hxx"
Light weight base class for most itk classes.
typename SpatialObjectType::Pointer SpatialObjectPointer
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 that generates features (typically images) used as input for a segmentation method...
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.