Home
last modified time | relevance | path

Searched refs:layerList (Results 101 – 125 of 213) sorted by relevance

123456789

/dports/graphics/py-gdal/gdal-3.3.3/swig/java/apps/
H A DGDALGrid.java777 String[] layerList = layers.split(":"); in main() local
778 int layerCount = layerList.length; in main()
835 for (int i = 0; i < layerList.length; i++) { in main()
837 Layer srcLayer = srcDS.GetLayerByName(layerList[i]); in main()
841 System.out.println("Unable to find layer '" + layerList[i]); in main()
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/swig/java/apps/
H A DGDALGrid.java777 String[] layerList = layers.split(":");
778 int layerCount = layerList.length;
835 for (int i = 0; i < layerList.length; i++) {
837 Layer srcLayer = srcDS.GetLayerByName(layerList[i]);
841 System.out.println("Unable to find layer '" + layerList[i]);
/dports/graphics/gdal/gdal-3.3.3/swig/java/apps/
H A DGDALGrid.java777 String[] layerList = layers.split(":"); in main() local
778 int layerCount = layerList.length; in main()
835 for (int i = 0; i < layerList.length; i++) { in main()
837 Layer srcLayer = srcDS.GetLayerByName(layerList[i]); in main()
841 System.out.println("Unable to find layer '" + layerList[i]); in main()
/dports/print/py-fonttools3/fonttools-3.44.0/Lib/fontTools/ttLib/tables/
H A DC_O_L_R_.py51 for name, layerList in zip(names, layerLists):
52 colorLayerLists[name] = layerList
/dports/graphics/qgis/qgis-3.22.3/src/core/processing/
H A Dqgsprocessingparameterdxflayers.cpp61 const QVariantList layerList = input.toList(); in checkValueIsAcceptable() local
62 for ( const QVariant &variantLayer : layerList ) in checkValueIsAcceptable()
/dports/games/stuntrally/stuntrally-2.6.1/source/paged-geom/
H A DGrassLoader.cpp74 for (it = layerList.begin(); it != layerList.end(); ++it){ in ~GrassLoader()
77 layerList.clear(); in ~GrassLoader()
90 layerList.push_back(layer); in addLayer()
97 layerList.remove(layer); in deleteLayer()
111 for (it = layerList.begin(); it != layerList.end(); ++it){ in frameUpdate()
135 for (it = layerList.begin(); it != layerList.end(); ++it) in loadPage()
H A DGrassLoader.h78 inline std::list<GrassLayer*> &getLayerList() { return layerList; } in getLayerList()
192 std::list<GrassLayer*> layerList; variable
/dports/graphics/rigsofrods-pagedgeometry/ogre-pagedgeometry-1.2.0/source/
H A DGrassLoader.cpp69 for (it = layerList.begin(); it != layerList.end(); ++it){ in ~GrassLoader()
72 layerList.clear(); in ~GrassLoader()
85 layerList.push_back(layer); in addLayer()
92 layerList.remove(layer); in deleteLayer()
106 for (it = layerList.begin(); it != layerList.end(); ++it){ in frameUpdate()
132 for (it = layerList.begin(); it != layerList.end(); ++it){ in loadPage()
/dports/games/openmw/openmw-openmw-0.47.0/components/terrain/
H A Dstorage.hpp75 std::vector<LayerInfo>& layerList) = 0;
/dports/graphics/cenon/Cenon/InspectorPanel.subproj/
H A DIPSinking.m192 if ( ![[[[self view] layerList] objectAtIndex:l] editable] )
213 if ( ![[[[self view] layerList] objectAtIndex:l] editable] )
256 if ( ![[[[self view] layerList] objectAtIndex:l] editable] )
312 if ( ![[[[self view] layerList] objectAtIndex:l] editable] )
/dports/graphics/rigsofrods-pagedgeometry/ogre-pagedgeometry-1.2.0/include/
H A DGrassLoader.h81 inline std::list<GrassLayer*> &getLayerList() { return layerList; } in getLayerList()
195 std::list<GrassLayer*> layerList; variable
/dports/graphics/ogre3d/ogre-1.11.6/Components/Terrain/src/
H A DOgreTerrainGroup.cpp200 slot->def.importData->layerList = *layers; in defineTerrain()
228 slot->def.importData->layerList = *layers; in defineTerrain()
332 mDefaultImportData.layerList.resize(1); in loadLegacyTerrain()
333 mDefaultImportData.layerList[0].worldSize = in loadLegacyTerrain()
335 mDefaultImportData.layerList[0].textureNames.push_back(detailTexName); in loadLegacyTerrain()
1017 Terrain::writeLayerInstanceList(mDefaultImportData.layerList, ser); in saveGroupDefinition()
1056 mDefaultImportData.layerList); in loadGroupDefinition()
/dports/graphics/qgis/qgis-3.22.3/src/gui/ogr/
H A Dqgsvectorlayersaveasdialog.cpp392 QStringList layerList; in accept() local
393 layerList.reserve( sublayers.size() ); in accept()
396 layerList.append( sublayer.name() ); in accept()
398 if ( layerList.length() > 1 ) in accept()
400 layerList.sort( Qt::CaseInsensitive ); in accept()
404 … file contains %1 layers that will be lost!\n" ).arg( QLocale().toString( layerList.length() ) ) ); in accept()
405 …Text( tr( "The following layers will be permanently lost:\n\n%1" ).arg( layerList.join( "\n" ) ) ); in accept()
/dports/graphics/cenon/Cenon/
H A DDXFImportSub.h44 NSMutableArray *layerList; variable
H A DICUTImportSub.h44 NSMutableArray *layerList; variable
H A DDXFExportSub.m385 { NSArray *layerList = [docView layerList];
392 lCnt = [layerList count];
393 //for (i=(int)[layerList count]-1 ; i >=0 ; i--)
395 { LayerObject *lObj = [layerList objectAtIndex:i];
H A DHPGLExportSub.m310 { NSArray *layerList = [docView layerList];
317 for (i=(int)[layerList count]-1 ; i >=0 ; i--)
318 { LayerObject *lObj = [layerList objectAtIndex:i];
/dports/graphics/cenon/Cenon/graphicsUndo.subproj/
H A DGraphicsChange.m126 LayerObject *layer = [[graphicView layerList] objectAtIndex:l];
146 LayerObject *layer = [[graphicView layerList] objectAtIndex:l];
/dports/databases/grass7/grass-7.8.6/gui/wxpython/animation/
H A Dprovider.py838 layerList = LayerList()
843 layerList.AddLayer(layer)
851 layerList.AddLayer(layer)
883 cmdMatrix = layerListToCmdsMatrix(layerList)
884 prov.SetCmds(cmdMatrix, [l.opacity for l in layerList])
/dports/graphics/qgis-ltr/qgis-3.16.16/src/gui/
H A Dqgsabstractdatasourcewidget.h121 …void addVectorLayers( const QStringList &layerList, const QString &encoding, const QString &dataSo…
/dports/graphics/qgis-ltr/qgis-3.16.16/src/gui/ogr/
H A Dqgsvectorlayersaveasdialog.cpp365 QStringList layerList; in accept() local
368 layerList.append( layer->name() ); in accept()
371 if ( layerList.length() > 1 ) in accept()
373 layerList.sort( Qt::CaseInsensitive ); in accept()
377 …his file contains %1 layers that will be lost!\n" ).arg( QString::number( layerList.length() ) ) ); in accept()
378 …Text( tr( "The following layers will be permanently lost:\n\n%1" ).arg( layerList.join( "\n" ) ) ); in accept()
/dports/graphics/lazpaint/lazpaint-7.1.6/bgrabitmapnew/bgrabitmap/
H A Dbgrapaintnet.pas523 layerList: TCustomSerializedObject;
532 layerList := Content.GetObjectField(Layers, '_items');
533 Result := Content.GetObject(layerList.FieldAsString[num]) as TSerializedClass;
/dports/editors/cudatext/CudaText-1.151.0/bgrabitmap/bgrabitmap/
H A Dbgrapaintnet.pas523 layerList: TCustomSerializedObject;
532 layerList := Content.GetObjectField(Layers, '_items');
533 Result := Content.GetObject(layerList.FieldAsString[num]) as TSerializedClass;
/dports/graphics/qgis/qgis-3.22.3/src/gui/
H A Dqgsabstractdatasourcewidget.h142 …void addVectorLayers( const QStringList &layerList, const QString &encoding, const QString &dataSo…
/dports/databases/grass7/grass-7.8.6/gui/wxpython/core/
H A Dlayerlist.py332 def ConvertAll(self, layerList): argument
337 for layer in reversed(layerList):

123456789