18 #ifndef itkWeightedCentroidKdTreeGenerator_h
19 #define itkWeightedCentroidKdTreeGenerator_h
65 template<
typename TSample >
97 void PrintSelf(std::ostream & os,
Indent indent)
const ITK_OVERRIDE;
100 virtual KdTreeNodeType * GenerateNonterminalNode(
unsigned int beginIndex,
101 unsigned int endIndex,
102 MeasurementVectorType
104 MeasurementVectorType
106 unsigned int level) ITK_OVERRIDE;
118 #ifndef ITK_MANUAL_INSTANTIATION
119 #include "itkWeightedCentroidKdTreeGenerator.hxx"
SmartPointer< const Self > ConstPointer
Superclass::KdTreeNodeType KdTreeNodeType
Light weight base class for most itk classes.
KdTreeGenerator< TSample > Superclass
MeasurementVectorType m_TempMean
Superclass::KdTreeType KdTreeType
This class generates a KdTree object with centroid information.
WeightedCentroidKdTreeGenerator Self
MeasurementVectorType m_TempLowerBound
SmartPointer< Self > Pointer
This class generates a KdTree object without centroid information.
virtual ~WeightedCentroidKdTreeGenerator() override
MeasurementVectorType m_TempUpperBound
Superclass::MeasurementType MeasurementType
Superclass::MeasurementVectorType MeasurementVectorType
Superclass::SubsamplePointer SubsamplePointer
Control indentation during Print() invocation.
TSample::MeasurementVectorType MeasurementVectorType
Superclass::SubsampleType SubsampleType