#include "parameters.h"
#include "data_manager.h"
#include "tool.h"
Go to the source code of this file.
◆ 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().