Home
last modified time | relevance | path

Searched refs:SG_Dir_Create (Results 1 – 7 of 7) sorted by relevance

/dports/math/saga/saga-8.1.3/saga-gis/src/tools/simulation/sim_rivflow/
H A DGridComb.cpp202 SG_Dir_Create(CSG_String(m_pSPath.c_str())); //Ordner wird erstellt in On_Execute()
H A DLandFlow.cpp821SG_Dir_Create(CSG_String(m_pSPath .c_str())); //SaveOrdner zum speichern der Simulationsdaten wir… in On_Execute()
822SG_Dir_Create(CSG_String(m_pSPath2.c_str())); //Unter-SaveOrdner1 zum speichern der Grid-Dateien … in On_Execute()
823SG_Dir_Create(CSG_String(m_pSPath3.c_str())); //Unter-SaveOrdner2 zum speichern der Grid-Dateien … in On_Execute()
/dports/math/saga/saga-8.1.3/saga-gis/src/tools/develop/dev_tools/
H A Dqgistoolbox.cpp109 SG_Dir_Create(Directory + "/description"); in On_Execute()
/dports/math/saga/saga-8.1.3/saga-gis/src/saga_core/saga_api/
H A Dapi_file.cpp730 bool SG_Dir_Create(const CSG_String &Directory) in SG_Dir_Create() function
H A Dtool_summary.cpp914 if( SG_Dir_Create(Directory) ) in Get_Summary()
H A Dapi_core.h1170 SAGA_API_DLL_EXPORT bool SG_Dir_Create (const CSG_String &Directory);
/dports/math/saga/saga-8.1.3/saga-gis/src/tools/docs/docs_pdf/
H A Ddoc_pdf.cpp221 if( m_pPDF && m_nPages > 0 && SG_Dir_Create(SG_File_Get_Path(FileName)) ) in Save()