17 #ifndef __itkMaximumFeatureAggregator_h
18 #define __itkMaximumFeatureAggregator_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 "itkMaximumFeatureAggregator.hxx"
Superclass::OutputImageSpatialObjectType OutputImageSpatialObjectType
Light weight base class for most itk classes.
Superclass::OutputImageType OutputImageType
Superclass::OutputPixelType OutputPixelType
SmartPointer< Self > Pointer
SmartPointer< const Self > ConstPointer
MaximumFeatureAggregator Self
Class for combining multiple features into a single one.
FeatureAggregator< NDimension > Superclass
Class for combining multiple features into a single one by computing the pixel-wise maximum...
Control indentation during Print() invocation.