![]() |
SAGA API v9.10
|
#include <geo_tools.h>
Public Member Functions | |
CSG_Points_3D (void) | |
CSG_Points_3D (const CSG_Points_3D &Points) | |
CSG_Points_3D (sLong nPoints, TSG_Array_Growth Growth=TSG_Array_Growth::SG_ARRAY_GROWTH_1) | |
bool | Clear (void) |
CSG_Points_3D & | operator= (const CSG_Points_3D &Points) |
bool | Assign (const CSG_Points_3D &Points) |
bool | Add (double x, double y, double z) |
bool | Add (const TSG_Point_3D &Point) |
bool | Del (sLong Index) |
bool | Set_Count (sLong nPoints) |
sLong | Get_Count (void) const |
TSG_Point_3D * | Get_Points (void) const |
TSG_Point_3D & | operator[] (sLong Index) |
const TSG_Point_3D & | operator[] (sLong Index) const |
Definition at line 321 of file geo_tools.h.
CSG_Points_3D::CSG_Points_3D | ( | void | ) |
Definition at line 548 of file geo_classes.cpp.
References SG_ARRAY_GROWTH_1.
Referenced by Assign(), CSG_Points_3D(), and operator=().
CSG_Points_3D::CSG_Points_3D | ( | const CSG_Points_3D & | Points | ) |
Definition at line 553 of file geo_classes.cpp.
References Assign(), CSG_Points_3D(), and SG_ARRAY_GROWTH_1.
CSG_Points_3D::CSG_Points_3D | ( | sLong | nPoints, |
TSG_Array_Growth | Growth = TSG_Array_Growth::SG_ARRAY_GROWTH_1 ) |
Definition at line 560 of file geo_classes.cpp.
|
inline |
Definition at line 334 of file geo_tools.h.
References Add(), SSG_Point_3D::x, SSG_Point_3D::y, and SSG_Point_3D::z.
Referenced by Add().
bool CSG_Points_3D::Add | ( | double | x, |
double | y, | ||
double | z ) |
Definition at line 582 of file geo_classes.cpp.
References SSG_Point_3D::x, SSG_Point_3D::y, and SSG_Point_3D::z.
Referenced by CSG_PRQuadTree::Get_Nearest_Points(), CSG_Parameters_Point_Search_KDTree_2D::Get_Points(), and CSG_TIN_Node::Get_Polygon().
bool CSG_Points_3D::Assign | ( | const CSG_Points_3D & | Points | ) |
Definition at line 566 of file geo_classes.cpp.
References CSG_Points_3D(), CSG_Array::Get_Array(), and CSG_Array::Get_Size().
Referenced by CSG_Points_3D(), and operator=().
|
inline |
Definition at line 328 of file geo_tools.h.
Referenced by CSG_PRQuadTree::Get_Nearest_Points(), and CSG_Parameters_Point_Search_KDTree_2D::Get_Points().
|
inline |
Definition at line 335 of file geo_tools.h.
|
inline |
Definition at line 338 of file geo_tools.h.
Referenced by CSG_PRQuadTree::Get_Nearest_Points(), and CSG_TIN_Node::Get_Polygon().
|
inline |
Definition at line 340 of file geo_tools.h.
Referenced by operator[](), and operator[]().
|
inline |
Definition at line 330 of file geo_tools.h.
References Assign(), and CSG_Points_3D().
|
inline |
Definition at line 342 of file geo_tools.h.
References Get_Points().
|
inline |
Definition at line 343 of file geo_tools.h.
References Get_Points().
|
inline |
Definition at line 337 of file geo_tools.h.