SAGA API  v9.5
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)   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)); }
 

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)    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)); }

Function Documentation

◆ SG_Parameter_Type_Get_Identifier()

◆ SG_Parameter_Type_Get_Name()

◆ SG_Parameter_Type_Get_Type()