17 #ifndef __itkFeatureGenerator_h
18 #define __itkFeatureGenerator_h
39 template <
unsigned int NDimension>
56 itkStaticConstMacro(Dimension,
unsigned int, NDimension);
77 void PrintSelf(std::ostream& os,
Indent indent)
const;
86 void operator=(
const Self&);
92 #ifndef ITK_MANUAL_INSTANTIATION
93 # include "itkFeatureGenerator.hxx"
Light weight base class for most itk classes.
The base class for all process objects (source, filters, mappers) in the Insight data processing pipe...
Class that generates features (typically images) used as input for a segmentation method...
SmartPointer< Self > Pointer
SpatialObject< NDimension > SpatialObjectType
Implementation of the composite pattern.
SpatialObjectType::Pointer SpatialObjectPointer
virtual void SetInput(const DataObjectIdentifierType &key, DataObject *input)
Protected method for setting indexed and named inputs.
Control indentation during Print() invocation.
SmartPointer< const Self > ConstPointer