18 #ifndef itkWeightedCentroidKdTreeGenerator_h
19 #define itkWeightedCentroidKdTreeGenerator_h
65 template<
typename TSample >
99 void PrintSelf(std::ostream & os,
Indent indent)
const override;
103 unsigned int endIndex,
108 unsigned int level)
override;
118 #ifndef ITK_MANUAL_INSTANTIATION
119 #include "itkWeightedCentroidKdTreeGenerator.hxx"
typename TSample::MeasurementType MeasurementType
Light weight base class for most itk classes.
typename SubsampleType::Pointer SubsamplePointer
This class stores a subset of instance identifiers from another sample object. You can create a subsa...
typename KdTreeType::KdTreeNodeType KdTreeNodeType
MeasurementVectorType m_TempMean
This class generates a KdTree object with centroid information.
MeasurementVectorType m_TempLowerBound
This class generates a KdTree object without centroid information.
MeasurementVectorType m_TempUpperBound
Control indentation during Print() invocation.
This class provides methods for k-nearest neighbor search and related data structures for a k-d tree...
typename TSample::MeasurementVectorType MeasurementVectorType