|
SAGA API Version 9.11
|
#include "saga_api.h"#include "data_manager.h"#include "tool.h"#include "tool_chain.h"#include <wx/string.h>#include <wx/cmdline.h>Go to the source code of this file.
Macros | |
| #define | ADD_MESSAGE_EXECUTION(Text, Style) |
| #define | _TOOL_EXCEPTION |
| #define | INIT_STRETCH_OPTIONS(method) |
| #define | INIT_CLASSIFY_OPTIONS(method) |
| #define | GET_ID1(p) |
| #define | GET_ID2(p, s) |
| #define | WRITE_CHILD(pChild, Prefix) |
| #define | CHECK_OBJECTS_NODE() |
| #define | CHECK_DATA_NODE(Name) |
| #define | GET_PARENT_NODE(prt) |
| #define | FORMAT_DATASET() |
| #define _TOOL_EXCEPTION |
| #define ADD_MESSAGE_EXECUTION | ( | Text, | |
| Style ) |
Referenced by CSG_Tool::Execute(), and CSG_Tool_Interactive_Base::Execute_Finish().
| #define CHECK_DATA_NODE | ( | Name | ) |
| #define CHECK_OBJECTS_NODE | ( | ) |
| #define FORMAT_DATASET | ( | ) |
| #define GET_ID1 | ( | p | ) |
| #define GET_ID2 | ( | p, | |
| s ) |
| #define GET_PARENT_NODE | ( | prt | ) |
| #define INIT_CLASSIFY_OPTIONS | ( | method | ) |
Definition at line 1208 of file tool.cpp.
Referenced by CSG_Tool::DataObject_Classify_Defined(), CSG_Tool::DataObject_Classify_Equal(), CSG_Tool::DataObject_Classify_Geometric(), CSG_Tool::DataObject_Classify_Natural(), CSG_Tool::DataObject_Classify_Quantile(), CSG_Tool::DataObject_Classify_StdDev(), and CSG_Tool::DataObject_Classify_Unique().
| #define INIT_STRETCH_OPTIONS | ( | method | ) |
Definition at line 1145 of file tool.cpp.
Referenced by CSG_Tool::DataObject_Set_Stretch(), CSG_Tool::DataObject_Set_Stretch_Linear(), CSG_Tool::DataObject_Set_Stretch_Percentile(), and CSG_Tool::DataObject_Set_Stretch_StdDev().
| #define WRITE_CHILD | ( | pChild, | |
| Prefix ) |