Home
last modified time | relevance | path

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

/dports/math/saga/saga-8.1.3/saga-gis/src/tools/grid/grid_tools/
H A DGrid_Tiling.cpp328 CSG_String Tiles_Name, Tiles_Path; in On_Execute() local
334 Tiles_Name = Parameters("TILES_NAME")->asString(); in On_Execute()
336 if( Tiles_Name.is_Empty() ) in On_Execute()
378 …CSG_String FileName = CSG_String::Format("%s/%s_%d_%d.sgrd", Tiles_Path.c_str(), Tiles_Name.c_str(… in On_Execute()