|
SAGA API v9.10
|
Go to the source code of this file.
Macros | |
| #define | ADD_TO_SPLINE(i) |
| #define | SORT_SWAP(a, b) |
| #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 *File, bool bLoadData) |
| CSG_Grids * | SG_Create_Grids (const wchar_t *File, bool bLoadData) |
| CSG_Grids * | SG_Create_Grids (const CSG_String &File, 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) |
| CSG_Grids * | SG_Create_Grids (const CSG_Table &Attributes, int zAttribute) |
| #define ADD_TO_SPLINE | ( | i | ) |
Referenced by CSG_Grids::Get_Value().
| #define SORT_SWAP | ( | a, | |
| b ) |
| CSG_Grids * SG_Create_Grids | ( | const char * | FileName, |
| bool | bLoadData = true ) |
Safe construction of a grid collection
Definition at line 97 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 125 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 112 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 84 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 99 of file grids.cpp.
References CSG_Grids::Create().
| CSG_Grids * SG_Create_Grids | ( | const wchar_t * | FileName, |
| bool | bLoadData = true ) |
Safe construction of a grid collection
Definition at line 98 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 138 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(), SG_Create_Grids(), and SG_Create_Grids().