SAGA API
v9.6
|
#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 424 of file geo_tools.h.
CSG_Points_Int::CSG_Points_Int | ( | void | ) |
Definition at line 606 of file geo_classes.cpp.
References CSG_Array::Create().
CSG_Points_Int::CSG_Points_Int | ( | const CSG_Points_Int & | Points | ) |
Definition at line 611 of file geo_classes.cpp.
References Assign(), and CSG_Array::Create().
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.
References CSG_Array::Create().
|
inline |
Definition at line 437 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 CSG_Array::Get_Entry(), CSG_Array::Get_Size(), CSG_Array::Inc_Array(), 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_Array::Get_Array(), CSG_Array::Get_Size(), CSG_Array::Get_Value_Size(), and CSG_Array::Set_Array().
Referenced by CSG_Points_Int().
|
inline |
Definition at line 431 of file geo_tools.h.
|
inline |
Definition at line 438 of file geo_tools.h.
|
inline |
Definition at line 441 of file geo_tools.h.
|
inline |
Definition at line 443 of file geo_tools.h.
|
inline |
Definition at line 433 of file geo_tools.h.
|
inline |
Definition at line 445 of file geo_tools.h.
|
inline |
Definition at line 446 of file geo_tools.h.
|
inline |
Definition at line 440 of file geo_tools.h.