![]() |
SAGA API v9.10
|
#include <geo_tools.h>
Public Member Functions | |
CSG_Points_Int (void) | |
CSG_Points_Int (const CSG_Points_Int &Points) | |
CSG_Points_Int (sLong nPoints, TSG_Array_Growth Growth=TSG_Array_Growth::SG_ARRAY_GROWTH_1) | |
bool | Clear (void) |
CSG_Points_Int & | operator= (const CSG_Points_Int &Points) |
bool | Assign (const CSG_Points_Int &Points) |
bool | Add (int x, int y) |
bool | Add (const TSG_Point_Int &Point) |
bool | Del (sLong Index) |
bool | Set_Count (sLong nPoints) |
sLong | Get_Count (void) const |
TSG_Point_Int * | Get_Points (void) const |
TSG_Point_Int & | operator[] (sLong Index) |
const TSG_Point_Int & | operator[] (sLong Index) const |
Definition at line 427 of file geo_tools.h.
CSG_Points_Int::CSG_Points_Int | ( | void | ) |
Definition at line 606 of file geo_classes.cpp.
References SG_ARRAY_GROWTH_1.
Referenced by Assign(), CSG_Points_Int(), and operator=().
CSG_Points_Int::CSG_Points_Int | ( | const CSG_Points_Int & | Points | ) |
Definition at line 611 of file geo_classes.cpp.
References Assign(), CSG_Points_Int(), and SG_ARRAY_GROWTH_1.
CSG_Points_Int::CSG_Points_Int | ( | sLong | nPoints, |
TSG_Array_Growth | Growth = TSG_Array_Growth::SG_ARRAY_GROWTH_1 ) |
Definition at line 618 of file geo_classes.cpp.
|
inline |
Definition at line 440 of file geo_tools.h.
References Add(), SSG_Point_Int::x, and SSG_Point_Int::y.
Referenced by Add().
bool CSG_Points_Int::Add | ( | int | x, |
int | y ) |
Definition at line 640 of file geo_classes.cpp.
References SSG_Point_Int::x, and SSG_Point_Int::y.
bool CSG_Points_Int::Assign | ( | const CSG_Points_Int & | Points | ) |
Definition at line 624 of file geo_classes.cpp.
References CSG_Points_Int(), CSG_Array::Get_Array(), and CSG_Array::Get_Size().
Referenced by CSG_Points_Int(), and operator=().
|
inline |
Definition at line 434 of file geo_tools.h.
|
inline |
Definition at line 441 of file geo_tools.h.
|
inline |
Definition at line 444 of file geo_tools.h.
|
inline |
Definition at line 446 of file geo_tools.h.
Referenced by operator[](), and operator[]().
|
inline |
Definition at line 436 of file geo_tools.h.
References Assign(), and CSG_Points_Int().
|
inline |
Definition at line 448 of file geo_tools.h.
References Get_Points().
|
inline |
Definition at line 449 of file geo_tools.h.
References Get_Points().
|
inline |
Definition at line 443 of file geo_tools.h.