![]() |
SAGA API v9.10
|
Go to the source code of this file.
Macros | |
#define | GET_GROW_SIZE(n) |
#define | GET_RECORD(i) |
#define | GET_RECORD(i) |
Functions | |
CSG_Table * | SG_Create_Table (void) |
CSG_Table * | SG_Create_Table (const CSG_Table &Table) |
CSG_Table * | SG_Create_Table (CSG_Table *pTemplate) |
CSG_Table * | SG_Create_Table (const char *File, TSG_Table_File_Type Format, int Encoding) |
CSG_Table * | SG_Create_Table (const wchar_t *File, TSG_Table_File_Type Format, int Encoding) |
CSG_Table * | SG_Create_Table (const CSG_String &File, TSG_Table_File_Type Format, int Encoding) |
CSG_Table * | SG_Create_Table (const char *File, TSG_Table_File_Type Format, const SG_Char Separator, int Encoding) |
CSG_Table * | SG_Create_Table (const wchar_t *File, TSG_Table_File_Type Format, const SG_Char Separator, int Encoding) |
CSG_Table * | SG_Create_Table (const CSG_String &File, TSG_Table_File_Type Format, const SG_Char Separator, int Encoding) |
#define GET_GROW_SIZE | ( | n | ) |
#define GET_RECORD | ( | i | ) |
Referenced by CSG_Table::Find_Record(), and CSG_Table::Find_Record().
#define GET_RECORD | ( | i | ) |
CSG_Table * SG_Create_Table | ( | const char * | File, |
TSG_Table_File_Type | Format, | ||
const SG_Char | Separator, | ||
int | Encoding = SG_FILE_ENCODING_UNDEFINED ) |
Safe table construction
Definition at line 125 of file table.cpp.
References SG_Char, and SG_Create_Table().
CSG_Table * SG_Create_Table | ( | const char * | File, |
TSG_Table_File_Type | Format = TABLE_FILETYPE_Undefined, | ||
int | Encoding = SG_FILE_ENCODING_UNDEFINED ) |
CSG_Table * SG_Create_Table | ( | const CSG_String & | File, |
TSG_Table_File_Type | Format, | ||
const SG_Char | Separator, | ||
int | Encoding = SG_FILE_ENCODING_UNDEFINED ) |
Safe table construction
Definition at line 127 of file table.cpp.
References CSG_Table::Create(), and SG_Char.
CSG_Table * SG_Create_Table | ( | const CSG_String & | File, |
TSG_Table_File_Type | Format = TABLE_FILETYPE_Undefined, | ||
int | Encoding = SG_FILE_ENCODING_UNDEFINED ) |
Safe table construction
Definition at line 71 of file table.cpp.
References CSG_Table::Get_ObjectType(), SG_Create_Shapes(), SG_DATAOBJECT_TYPE_PointCloud, SG_DATAOBJECT_TYPE_Shapes, and SG_DATAOBJECT_TYPE_Table.
CSG_Table * SG_Create_Table | ( | const wchar_t * | File, |
TSG_Table_File_Type | Format, | ||
const SG_Char | Separator, | ||
int | Encoding = SG_FILE_ENCODING_UNDEFINED ) |
Safe table construction
Definition at line 126 of file table.cpp.
References SG_Char, and SG_Create_Table().
CSG_Table * SG_Create_Table | ( | const wchar_t * | File, |
TSG_Table_File_Type | Format = TABLE_FILETYPE_Undefined, | ||
int | Encoding = SG_FILE_ENCODING_UNDEFINED ) |
Safe table construction
Definition at line 88 of file table.cpp.
References CSG_Table::Get_ObjectType(), SG_Create_Shapes(), SG_DATAOBJECT_TYPE_PointCloud, SG_DATAOBJECT_TYPE_Shapes, and SG_DATAOBJECT_TYPE_Table.
CSG_Table * SG_Create_Table | ( | void | ) |
Safe table construction
Definition at line 65 of file table.cpp.
Referenced by SG_Create_Table(), SG_Create_Table(), SG_Create_Table(), and SG_Create_Table().