|
ITK
5.2.0
Insight Toolkit
|
Go to the documentation of this file.
18 #ifndef itkWeightedCentroidKdTreeGenerator_h
19 #define itkWeightedCentroidKdTreeGenerator_h
66 template <
typename TSample>
100 PrintSelf(std::ostream & os,
Indent indent)
const override;
104 GenerateNonterminalNode(
unsigned int beginIndex,
105 unsigned int endIndex,
108 unsigned int level)
override;
118 #ifndef ITK_MANUAL_INSTANTIATION
119 # include "itkWeightedCentroidKdTreeGenerator.hxx"
This class generates a KdTree object with centroid information.
This class provides methods for k-nearest neighbor search and related data structures for a k-d tree.
typename KdTreeType::KdTreeNodeType KdTreeNodeType
MeasurementVectorType m_TempLowerBound
typename SubsampleType::Pointer SubsamplePointer
Control indentation during Print() invocation.
typename TSample::MeasurementVectorType MeasurementVectorType
Light weight base class for most itk classes.
This class stores a subset of instance identifiers from another sample object. You can create a subsa...
MeasurementVectorType m_TempUpperBound
typename TSample::MeasurementType MeasurementType
The "itk" namespace contains all Insight Segmentation and Registration Toolkit (ITK) classes....
This class generates a KdTree object without centroid information.
MeasurementVectorType m_TempMean