|
SAGA API
v9.6
|
Go to the documentation of this file.
51 #ifndef HEADER_INCLUDED__SAGA_API__tool_chain_H
52 #define HEADER_INCLUDED__SAGA_API__tool_chain_H
84 bool Create (
const CSG_Tool_Chain &Tool,
bool bWithGUI,
bool bWithCMD);
96 bool is_Okay (
void)
const {
return( m_Chain.Get_Children_Count() > 0 ); }
98 void Set_Library_Menu (
const CSG_String &Menu);
129 void Add_References (
void);
133 bool Data_Del_Temp (
const CSG_String &ID,
bool bData);
134 bool Data_Update (
const CSG_String &ID,
bool bShow);
136 bool Data_Initialize (
void);
137 bool Data_Finalize (
void);
149 bool Tool_Run (
const CSG_MetaData &Tool,
bool bShowError =
true);
185 virtual int Get_Count (
void)
const {
return( (
int)m_Tools.Get_Size() ); }
218 #endif // #ifndef HEADER_INCLUDED__SAGA_API__tool_chain_H
#define SAGA_API_DLL_EXPORT