SAGA API
v9.6
|
#include <grid.h>
Public Member Functions | |
CSG_Grid_Stack (void) | |
const TSG_Point_Int & | operator[] (size_t i) const |
virtual bool | Push (int x, int y) |
virtual bool | Pop (int &x, int &y) |
Public Member Functions inherited from CSG_Stack | |
CSG_Stack (size_t RecordSize) | |
virtual | ~CSG_Stack (void) |
bool | Destroy (void) |
size_t | Get_RecordSize (void) const |
size_t | Get_Size (void) const |
bool | Clear (bool bFreeMemory=false) |
Additional Inherited Members | |
Protected Member Functions inherited from CSG_Stack | |
void * | Get_Record (size_t i) const |
void * | Get_Record_Push (void) |
void * | Get_Record_Pop (void) |
|
inline |
Definition at line 1048 of file grid.h.
References CSG_Stack::Get_Record().
|
inlinevirtual |
Definition at line 1067 of file grid.h.
References CSG_Stack::Get_Record_Pop(), SSG_Point_Int::x, and SSG_Point_Int::y.
|
inlinevirtual |
Definition at line 1051 of file grid.h.
References CSG_Stack::Get_Record_Push(), SSG_Point_Int::x, and SSG_Point_Int::y.