SAGA API
v9.6
|
#include "shapes.h"
Go to the source code of this file.
Classes | |
class | CSG_TIN_Node |
class | CSG_TIN_Edge |
class | CSG_TIN_Triangle |
class | CSG_TIN |
struct | CSG_TIN::TTIN_Edge |
struct | CSG_TIN::TTIN_Triangle |
Functions | |
SAGA_API_DLL_EXPORT CSG_TIN * | SG_Create_TIN (void) |
SAGA_API_DLL_EXPORT CSG_TIN * | SG_Create_TIN (const CSG_TIN &TIN) |
SAGA_API_DLL_EXPORT CSG_TIN * | SG_Create_TIN (CSG_Shapes *pShapes) |
SAGA_API_DLL_EXPORT CSG_TIN * | SG_Create_TIN (const char *File) |
SAGA_API_DLL_EXPORT CSG_TIN * | SG_Create_TIN (const wchar_t *File) |
SAGA_API_DLL_EXPORT CSG_TIN * | SG_Create_TIN (const CSG_String &File) |
Classes for the construction and management of Triangulated Irregular Networks (TIN) from point data. The core class CSG_TIN is derived from CSG_Shapes.
Definition in file tin.h.
SAGA_API_DLL_EXPORT CSG_TIN* SG_Create_TIN | ( | const char * | File | ) |
SAGA_API_DLL_EXPORT CSG_TIN* SG_Create_TIN | ( | const CSG_String & | File | ) |
SAGA_API_DLL_EXPORT CSG_TIN* SG_Create_TIN | ( | const CSG_TIN & | TIN | ) |
SAGA_API_DLL_EXPORT CSG_TIN* SG_Create_TIN | ( | const wchar_t * | File | ) |
SAGA_API_DLL_EXPORT CSG_TIN* SG_Create_TIN | ( | CSG_Shapes * | pShapes | ) |
SAGA_API_DLL_EXPORT CSG_TIN* SG_Create_TIN | ( | void | ) |