SAGA API
v9.6
|
#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 319 of file geo_tools.h.
CSG_Points_3D::CSG_Points_3D | ( | void | ) |
Definition at line 548 of file geo_classes.cpp.
References CSG_Array::Create().
CSG_Points_3D::CSG_Points_3D | ( | const CSG_Points_3D & | Points | ) |
Definition at line 553 of file geo_classes.cpp.
References Assign(), and CSG_Array::Create().
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.
References CSG_Array::Create().
|
inline |
Definition at line 332 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 CSG_Array::Get_Entry(), CSG_Array::Get_Size(), CSG_Array::Inc_Array(), 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_Array::Get_Array(), CSG_Array::Get_Size(), CSG_Array::Get_Value_Size(), and CSG_Array::Set_Array().
Referenced by CSG_Points_3D().
|
inline |
Definition at line 326 of file geo_tools.h.
Referenced by CSG_Thin_Plate_Spline::Destroy(), CSG_PRQuadTree::Get_Nearest_Points(), and CSG_Parameters_Point_Search_KDTree_2D::Get_Points().
|
inline |
Definition at line 333 of file geo_tools.h.
|
inline |
Definition at line 336 of file geo_tools.h.
Referenced by CSG_Thin_Plate_Spline::Create(), CSG_PRQuadTree::Get_Nearest_Points(), CSG_TIN_Node::Get_Polygon(), and CSG_Thin_Plate_Spline::Get_Value().
|
inline |
Definition at line 338 of file geo_tools.h.
|
inline |
Definition at line 328 of file geo_tools.h.
|
inline |
Definition at line 340 of file geo_tools.h.
|
inline |
Definition at line 341 of file geo_tools.h.
|
inline |
Definition at line 335 of file geo_tools.h.