SAGA API v9.10
Loading...
Searching...
No Matches
parameter_data.cpp File Reference
#include "parameters.h"
#include "data_manager.h"

Go to the source code of this file.

Macros

#define ADD_TYPE(type)

Functions

CSG_String SG_Parameter_Type_Get_Name (TSG_Parameter_Type Type)
CSG_String SG_Parameter_Type_Get_Identifier (TSG_Parameter_Type Type)
TSG_Parameter_Type SG_Parameter_Type_Get_Type (const CSG_String &Identifier)

Macro Definition Documentation

◆ ADD_TYPE

#define ADD_TYPE ( type)
Value:
if( (Data_Types & SG_Data_Type_Get_Flag(type)) != 0 ) { if( Default == type ) { _Default = Get_Count(); } Add_Item(SG_Data_Type_Get_Name(type), SG_Data_Type_Get_Identifier(type)); }
int SG_Data_Type_Get_Flag(TSG_Data_Type Type)
Definition api_core.cpp:174
CSG_String SG_Data_Type_Get_Name(TSG_Data_Type Type, bool bShort)
Definition api_core.cpp:123
CSG_String SG_Data_Type_Get_Identifier(TSG_Data_Type Type)
Definition api_core.cpp:147

Referenced by CSG_Parameter_Data_Type::Set_Data_Types().

Function Documentation

◆ SG_Parameter_Type_Get_Identifier()

◆ SG_Parameter_Type_Get_Name()

◆ SG_Parameter_Type_Get_Type()