17 #ifndef __itkMinimumFeatureAggregator_h
18 #define __itkMinimumFeatureAggregator_h
41 template <
unsigned int NDimension>
58 itkStaticConstMacro(Dimension,
unsigned int, NDimension);
69 void PrintSelf(std::ostream& os,
Indent indent)
const;
74 void operator=(
const Self&);
76 void ConsolidateFeatures();
82 #ifndef ITK_MANUAL_INSTANTIATION
83 # include "itkMinimumFeatureAggregator.hxx"
Light weight base class for most itk classes.
SmartPointer< Self > Pointer
FeatureAggregator< NDimension > Superclass
Superclass::OutputImageType OutputImageType
Superclass::OutputImageSpatialObjectType OutputImageSpatialObjectType
Class for combining multiple features into a single one.
Class for combining multiple features into a single one by computing the pixel-wise minimum...
Superclass::OutputPixelType OutputPixelType
Control indentation during Print() invocation.
MinimumFeatureAggregator Self
SmartPointer< const Self > ConstPointer