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

Go to the source code of this file.

Macros

#define ADD_METHOD(method, name)

Macro Definition Documentation

◆ ADD_METHOD

#define ADD_METHOD ( method,
name )
Value:
if( ((int)Methods & (int)method) != 0 ) { if( !Choices.is_Empty() ) { Choices += "|"; } Choices += CSG_String::Format("{%d}", (int)method); Choices += name; if( method == Default ) { Choice = nChoices; } nChoices++; }
static CSG_String Format(const char *Format,...)

Referenced by CSG_Parameters::Add_Grid_Resampling().