SAGA API
v9.6
|
#include <geo_tools.h>
Public Member Functions | |
CSG_Rects_Int (void) | |
virtual | ~CSG_Rects_Int (void) |
void | Clear (void) |
CSG_Rects_Int & | operator= (const CSG_Rects_Int &Rects) |
bool | Assign (const CSG_Rects_Int &Rects) |
bool | Add (void) |
bool | Add (int xMin, int yMin, int xMax, int yMax) |
bool | Add (const CSG_Rect_Int &Rect) |
int | Get_Count (void) const |
CSG_Rect_Int & | operator[] (int Index) |
CSG_Rect_Int & | Get_Rect (int Index) |
Definition at line 657 of file geo_tools.h.
CSG_Rects_Int::CSG_Rects_Int | ( | void | ) |
Definition at line 1283 of file geo_classes.cpp.
|
virtual |
Definition at line 1290 of file geo_classes.cpp.
References Clear().
bool CSG_Rects_Int::Add | ( | const CSG_Rect_Int & | Rect | ) |
Definition at line 1346 of file geo_classes.cpp.
References SG_Realloc().
bool CSG_Rects_Int::Add | ( | int | xMin, |
int | yMin, | ||
int | xMax, | ||
int | yMax | ||
) |
Definition at line 1340 of file geo_classes.cpp.
References Add().
bool CSG_Rects_Int::Add | ( | void | ) |
Definition at line 1334 of file geo_classes.cpp.
bool CSG_Rects_Int::Assign | ( | const CSG_Rects_Int & | Rects | ) |
Definition at line 1313 of file geo_classes.cpp.
References Add(), and Clear().
Referenced by operator=().
void CSG_Rects_Int::Clear | ( | void | ) |
Definition at line 1296 of file geo_classes.cpp.
References SG_Free().
Referenced by Assign(), and ~CSG_Rects_Int().
|
inline |
Definition at line 672 of file geo_tools.h.
|
inline |
Definition at line 675 of file geo_tools.h.
CSG_Rects_Int & CSG_Rects_Int::operator= | ( | const CSG_Rects_Int & | Rects | ) |
Definition at line 1326 of file geo_classes.cpp.
References Assign().
|
inline |
Definition at line 674 of file geo_tools.h.