SAGA API
v9.6
|
This is the complete list of members for CSG_KDTree_2D, including all inherited members.
_On_Construction(void) | CSG_KDTree | protected |
Create(CSG_Shapes *pPoints, int Field=-1) | CSG_KDTree_2D | |
Create(CSG_PointCloud *pPoints) | CSG_KDTree_2D | |
Create(const CSG_Matrix &Points) | CSG_KDTree_2D | |
Create(const double **Points, size_t nPoints) | CSG_KDTree_2D | |
CSG_KDTree(void) | CSG_KDTree | |
CSG_KDTree_2D(void) | CSG_KDTree_2D | |
CSG_KDTree_2D(CSG_Shapes *pPoints, int Field=-1) | CSG_KDTree_2D | |
CSG_KDTree_2D(CSG_PointCloud *pPoints) | CSG_KDTree_2D | |
CSG_KDTree_2D(const CSG_Matrix &Points) | CSG_KDTree_2D | |
CSG_KDTree_2D(const double **Points, size_t nPoints) | CSG_KDTree_2D | |
Destroy(void) | CSG_KDTree_2D | virtual |
Get_Duplicates(double Coordinate[2], CSG_Array_sLong &Indices, CSG_Vector &Distances) | CSG_KDTree_2D | virtual |
Get_Duplicates(double Coordinate[2]) | CSG_KDTree_2D | virtual |
Get_Duplicates(double x, double y, CSG_Array_sLong &Indices, CSG_Vector &Distances) | CSG_KDTree_2D | virtual |
Get_Duplicates(double x, double y) | CSG_KDTree_2D | virtual |
Get_Match_Count(void) const | CSG_KDTree | inline |
Get_Match_Distance(size_t i) const | CSG_KDTree | inline |
Get_Match_Index(size_t i) const | CSG_KDTree | inline |
Get_Match_Shape(size_t i) const | CSG_KDTree | |
Get_Nearest_Point(double Coordinate[2], size_t &Index, double &Distance) | CSG_KDTree_2D | virtual |
Get_Nearest_Point(double Coordinate[2], size_t &Index) | CSG_KDTree_2D | virtual |
Get_Nearest_Point(double x, double y, size_t &Index, double &Distance) | CSG_KDTree_2D | virtual |
Get_Nearest_Point(double x, double y, size_t &Index) | CSG_KDTree_2D | virtual |
Get_Nearest_Points(double Coordinate[2], size_t Count, double Radius) | CSG_KDTree_2D | virtual |
Get_Nearest_Points(double Coordinate[2], size_t Count, double Radius, CSG_Array_sLong &Indices, CSG_Vector &Distances) | CSG_KDTree_2D | virtual |
Get_Nearest_Points(double Coordinate[2], size_t Count, size_t *Indices, double *Distances) | CSG_KDTree_2D | virtual |
Get_Nearest_Points(double x, double y, size_t Count, double Radius) | CSG_KDTree_2D | virtual |
Get_Nearest_Points(double x, double y, size_t Count, double Radius, CSG_Array_sLong &Indices, CSG_Vector &Distances) | CSG_KDTree_2D | virtual |
Get_Nearest_Points(double x, double y, size_t Count, size_t *Indices, double *Distances) | CSG_KDTree_2D | virtual |
Get_Nearest_Shape(double Coordinate[2]) | CSG_KDTree_2D | virtual |
Get_Nearest_Shape(double x, double y) | CSG_KDTree_2D | virtual |
Get_Nearest_Value(double Coordinate[2], double &Value) | CSG_KDTree_2D | virtual |
Get_Nearest_Value(double x, double y, double &Value) | CSG_KDTree_2D | virtual |
Get_Point(int i) const | CSG_KDTree | inline |
Get_Point(size_t i) const | CSG_KDTree | inline |
Get_Point_Count(void) const | CSG_KDTree | inline |
Get_Point_Value(size_t i) const | CSG_KDTree_2D | inlinevirtual |
CSG_KDTree::Get_Point_Value(int i) const | CSG_KDTree | inlinevirtual |
Get_Version(void) | CSG_KDTree | static |
is_Okay(void) const | CSG_KDTree | inline |
m_Distances | CSG_KDTree | protected |
m_Indices | CSG_KDTree | protected |
m_pAdaptor | CSG_KDTree | protected |
m_pKDTree | CSG_KDTree | protected |
m_Points | CSG_KDTree | protected |
operator[](int i) const | CSG_KDTree | inline |
operator[](size_t i) const | CSG_KDTree | inline |
~CSG_KDTree(void) | CSG_KDTree | virtual |
~CSG_KDTree_2D(void) | CSG_KDTree_2D | virtual |