Home
last modified time | relevance | path

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

/dports/math/saga/saga-8.1.3/saga-gis/src/tools/io/io_gdal/
H A Dgdal_formats.cpp208 CSG_String Filter_All, Filter_Last; in On_Execute() local
220 Filter_All += (Filter_All.is_Empty() ? "*." : ";*.") + Filter; in On_Execute()
228 if( !Filter_All.is_Empty() ) in On_Execute()
233 pFormat->Set_Value(GDAL_LIST_FMT_FILTER, Filter_All); in On_Execute()
H A Dogr_import.cpp71 CSG_String Description, Filter, Filter_All; in COGR_Import() local
101 Filter_All += (Filter_All.is_Empty() ? "*." : ";*.") + Ext; in COGR_Import()
110 Filter.Prepend(CSG_String::Format("%s|%s|", _TL("All Recognized Files"), Filter_All.c_str())); in COGR_Import()
H A Dgdal_buildvrt.cpp91 CSG_String Description, Filter, Filter_All; in CGDAL_BuildVRT() local
122 Filter_All += (Filter_All.is_Empty() ? "*." : ";*.") + Ext; in CGDAL_BuildVRT()
131 Filter.Prepend(CSG_String::Format("%s|%s|" , _TL("All Recognized Files"), Filter_All.c_str())); in CGDAL_BuildVRT()
H A Dgdal_import.cpp72 CSG_String Description, Filter, Filter_All; in CGDAL_Import() local
102 Filter_All += (Filter_All.is_Empty() ? "*." : ";*.") + Ext; in CGDAL_Import()
111 Filter.Prepend(CSG_String::Format("%s|%s|" , _TL("All Recognized Files"), Filter_All.c_str())); in CGDAL_Import()
H A Dgdal_import_vrt.cpp71 CSG_String Description, Filter, Filter_All; in CGDAL_Import_VRT() local
/dports/math/saga/saga-8.1.3/saga-gis/src/tools/io/io_pdal/
H A Dpdal_reader.cpp101 CSG_String Description, Filter, Filter_All; in CPDAL_Reader() local
159 Filter_All += (Filter_All.is_Empty() ? "*." : ";*.") + Ext; in CPDAL_Reader()
169 Filter.Prepend(CSG_String::Format("%s|%s|" , _TL("All Recognized Files"), Filter_All.c_str())); in CPDAL_Reader()