SAGA API
v9.6
|
#include <mat_tools.h>
Public Member Functions | |
CSG_Grid_Radius (int maxRadius=0) | |
~CSG_Grid_Radius (void) | |
bool | Create (int maxRadius) |
void | Destroy (void) |
int | Get_Maximum (void) |
int | Get_nPoints (void) |
int | Get_nPoints (int iRadius) |
double | Get_Point (int iPoint, int &x, int &y) |
double | Get_Point (int iPoint, int xOffset, int yOffset, int &x, int &y) |
double | Get_Point (int iRadius, int iPoint, int &x, int &y) |
double | Get_Point (int iRadius, int iPoint, int xOffset, int yOffset, int &x, int &y) |
Definition at line 608 of file mat_tools.h.
CSG_Grid_Radius::CSG_Grid_Radius | ( | int | maxRadius = 0 | ) |
Definition at line 76 of file mat_grid_radius.cpp.
References Create().
CSG_Grid_Radius::~CSG_Grid_Radius | ( | void | ) |
Definition at line 88 of file mat_grid_radius.cpp.
References Destroy().
bool CSG_Grid_Radius::Create | ( | int | maxRadius | ) |
Definition at line 101 of file mat_grid_radius.cpp.
References Destroy(), M_GET_LENGTH, and SG_Calloc().
Referenced by CSG_Grid_Radius().
void CSG_Grid_Radius::Destroy | ( | void | ) |
Definition at line 168 of file mat_grid_radius.cpp.
References SG_Free().
Referenced by Create(), and ~CSG_Grid_Radius().
|
inline |
Definition at line 617 of file mat_tools.h.
|
inline |
Definition at line 620 of file mat_tools.h.
|
inline |
Definition at line 619 of file mat_tools.h.
|
inline |
Definition at line 622 of file mat_tools.h.
|
inline |
Definition at line 635 of file mat_tools.h.
|
inline |
Definition at line 648 of file mat_tools.h.
|
inline |
Definition at line 661 of file mat_tools.h.