SAGA API
v9.6
|
Go to the source code of this file.
Macros | |
#define | ADD_TO_SPLINE(i) if( i < 0 || i >= Get_NZ() || !m_pGrids[i]->Get_Value(x, y, Value, Resampling) ) return( false ); s.Add(Get_Z(i), Value); |
#define | SORT_SWAP(a, b) {itemp=(a);(a)=(b);(b)=itemp;} |
#define | SG_GRID_HISTOGRAM_CLASSES_DEFAULT 255 |
Functions | |
CSG_Grids * | SG_Create_Grids (void) |
CSG_Grids * | SG_Create_Grids (const CSG_Grids &Grids) |
CSG_Grids * | SG_Create_Grids (const CSG_Grids *_pGrids, bool bCopyData) |
CSG_Grids * | SG_Create_Grids (const char *FileName, bool bLoadData) |
CSG_Grids * | SG_Create_Grids (const wchar_t *FileName, bool bLoadData) |
CSG_Grids * | SG_Create_Grids (const CSG_String &FileName, bool bLoadData) |
CSG_Grids * | SG_Create_Grids (const CSG_Grid_System &System, int NZ, double zMin, TSG_Data_Type Type) |
CSG_Grids * | SG_Create_Grids (const CSG_Grid_System &System, const CSG_Table &Attributes, int zAttribute, TSG_Data_Type Type, bool bCreateGrids) |
CSG_Grids * | SG_Create_Grids (int NX, int NY, int NZ, double Cellsize, double xMin, double yMin, double zMin, TSG_Data_Type Type) |
#define ADD_TO_SPLINE | ( | i | ) | if( i < 0 || i >= Get_NZ() || !m_pGrids[i]->Get_Value(x, y, Value, Resampling) ) return( false ); s.Add(Get_Z(i), Value); |
#define SORT_SWAP | ( | a, | |
b | |||
) | {itemp=(a);(a)=(b);(b)=itemp;} |
CSG_Grids* SG_Create_Grids | ( | const char * | FileName, |
bool | bLoadData = true |
||
) |
Safe construction of a grid collection
Definition at line 87 of file grids.cpp.
References SG_Create_Grids().
CSG_Grids* SG_Create_Grids | ( | const CSG_Grid_System & | System, |
const CSG_Table & | Attributes, | ||
int | zAttribute = 0 , |
||
TSG_Data_Type | Type = SG_DATATYPE_Undefined , |
||
bool | bCreateGrids = false |
||
) |
Safe construction of a grid collection
Definition at line 105 of file grids.cpp.
References CSG_Grids::is_Valid().
CSG_Grids* SG_Create_Grids | ( | const CSG_Grid_System & | System, |
int | NZ = 0 , |
||
double | zMin = 0. , |
||
TSG_Data_Type | Type = SG_DATATYPE_Undefined |
||
) |
Safe construction of a grid collection
Definition at line 97 of file grids.cpp.
References CSG_Grids::is_Valid().
Safe construction of a grid collection
Definition at line 71 of file grids.cpp.
References CSG_Grids::is_Valid().
Safe construction of a grid collection
Definition at line 79 of file grids.cpp.
References CSG_Grids::is_Valid().
CSG_Grids* SG_Create_Grids | ( | const CSG_String & | FileName, |
bool | bLoadData = true |
||
) |
Safe construction of a grid collection
Definition at line 89 of file grids.cpp.
References CSG_Grids::is_Valid().
CSG_Grids* SG_Create_Grids | ( | const wchar_t * | FileName, |
bool | bLoadData = true |
||
) |
Safe construction of a grid collection
Definition at line 88 of file grids.cpp.
References SG_Create_Grids().
CSG_Grids* SG_Create_Grids | ( | int | NX, |
int | NY, | ||
int | NZ = 0 , |
||
double | Cellsize = 0. , |
||
double | xMin = 0. , |
||
double | yMin = 0. , |
||
double | zMin = 0. , |
||
TSG_Data_Type | Type = SG_DATATYPE_Undefined |
||
) |
Safe construction of a grid collection
Definition at line 113 of file grids.cpp.
References CSG_Grids::is_Valid().
CSG_Grids* SG_Create_Grids | ( | void | ) |
Safe construction of a grid collection
Definition at line 65 of file grids.cpp.
Referenced by CSG_Parameters_Grid_Target::Get_Grids(), and SG_Create_Grids().