Home
last modified time | relevance | path

Searched refs:oDesc (Results 1 – 25 of 42) sorted by relevance

12

/dports/graphics/py-gdal/gdal-3.3.3/gcore/
H A Dgdaljp2metadata.cpp2200 GMLJP2V2StyleDesc oDesc; in CreateGMLJP2V2() local
2265 GMLJP2V2BoxDesc oDesc; in CreateGMLJP2V2() local
2274 oDesc.osLabel = CPLGetFilename(oDesc.osFile); in CreateGMLJP2V2()
2282 GMLJP2V2BoxDesc oDesc; in CreateGMLJP2V2() local
2284 oDesc.osLabel = CPLGetFilename(oDesc.osFile); in CreateGMLJP2V2()
2285 aoBoxes.push_back(oDesc); in CreateGMLJP2V2()
2725 GMLJP2V2BoxDesc oDesc; in CreateGMLJP2V2() local
2726 oDesc.osFile = osTmpFile; in CreateGMLJP2V2()
2727 oDesc.osLabel = CPLGetFilename(oDesc.osFile); in CreateGMLJP2V2()
2728 aoBoxes.push_back(oDesc); in CreateGMLJP2V2()
[all …]
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/gcore/
H A Dgdaljp2metadata.cpp2200 GMLJP2V2StyleDesc oDesc; in CreateGMLJP2V2() local
2265 GMLJP2V2BoxDesc oDesc; in CreateGMLJP2V2() local
2274 oDesc.osLabel = CPLGetFilename(oDesc.osFile); in CreateGMLJP2V2()
2282 GMLJP2V2BoxDesc oDesc; in CreateGMLJP2V2() local
2284 oDesc.osLabel = CPLGetFilename(oDesc.osFile); in CreateGMLJP2V2()
2285 aoBoxes.push_back(oDesc); in CreateGMLJP2V2()
2725 GMLJP2V2BoxDesc oDesc; in CreateGMLJP2V2() local
2726 oDesc.osFile = osTmpFile; in CreateGMLJP2V2()
2727 oDesc.osLabel = CPLGetFilename(oDesc.osFile); in CreateGMLJP2V2()
2728 aoBoxes.push_back(oDesc); in CreateGMLJP2V2()
[all …]
/dports/graphics/gdal/gdal-3.3.3/gcore/
H A Dgdaljp2metadata.cpp2200 GMLJP2V2StyleDesc oDesc; in CreateGMLJP2V2() local
2265 GMLJP2V2BoxDesc oDesc; in CreateGMLJP2V2() local
2274 oDesc.osLabel = CPLGetFilename(oDesc.osFile); in CreateGMLJP2V2()
2282 GMLJP2V2BoxDesc oDesc; in CreateGMLJP2V2() local
2284 oDesc.osLabel = CPLGetFilename(oDesc.osFile); in CreateGMLJP2V2()
2285 aoBoxes.push_back(oDesc); in CreateGMLJP2V2()
2725 GMLJP2V2BoxDesc oDesc; in CreateGMLJP2V2() local
2726 oDesc.osFile = osTmpFile; in CreateGMLJP2V2()
2727 oDesc.osLabel = CPLGetFilename(oDesc.osFile); in CreateGMLJP2V2()
2728 aoBoxes.push_back(oDesc); in CreateGMLJP2V2()
[all …]
/dports/devel/upp/upp/bazaar/plugin/gdal/gcore/
H A Dgdaljp2metadata.cpp2090 GMLJP2V2StyleDesc oDesc; in CreateGMLJP2V2() local
2152 GMLJP2V2BoxDesc oDesc; in CreateGMLJP2V2() local
2159 oDesc.osLabel = CPLGetFilename(oDesc.osFile); in CreateGMLJP2V2()
2166 GMLJP2V2BoxDesc oDesc; in CreateGMLJP2V2() local
2168 oDesc.osLabel = CPLGetFilename(oDesc.osFile); in CreateGMLJP2V2()
2169 aoBoxes.push_back(oDesc); in CreateGMLJP2V2()
2547 GMLJP2V2BoxDesc oDesc; in CreateGMLJP2V2() local
2548 oDesc.osFile = osTmpFile; in CreateGMLJP2V2()
2549 oDesc.osLabel = CPLGetFilename(oDesc.osFile); in CreateGMLJP2V2()
2550 aoBoxes.push_back(oDesc); in CreateGMLJP2V2()
[all …]
/dports/science/jdftx/jdftx-1.6.0/jdftx/electronic/
H A DDOS.cpp45 if(oDesc.l > lMax) in setup()
49 if(oDesc.n >= unsigned(nAOl)) in setup()
51 oDesc.n+1, string(oDesc).c_str(), nAOl, oDesc.l, sp.name.c_str()); in setup()
413 int l = oDesc.l; in dump()
416 { if(!(oDesc.spinType==SpinOrbit || (oDesc.spinType==SpinNone && oDesc.m==l+1))) in dump()
420 { if(oDesc.spinType==SpinOrbit) in dump()
428 if(oDesc.spinType==SpinNone) in dump()
433 { sStart=oDesc.s; in dump()
434 sStop=oDesc.s+1; in dump()
438 if(oDesc.m==l+1) //all orbitals in dump()
[all …]
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/frmts/eeda/
H A Deedacommon.cpp240 EEDAIBandDesc oDesc; in upload_relnotes()
241 oDesc.osName = pszBandId; in upload_relnotes()
242 oDesc.osWKT = osWKT; in upload_relnotes()
243 oDesc.eDT = eDT; in upload_relnotes()
244 oDesc.bSignedByte = bSignedByte; in upload_relnotes()
245 oDesc.adfGeoTransform = adfGeoTransform; in upload_relnotes()
246 oDesc.nWidth = nWidth; in upload_relnotes()
247 oDesc.nHeight = nHeight; in upload_relnotes()
248 aoBandDesc.push_back(oDesc); in upload_relnotes()
/dports/graphics/gdal/gdal-3.3.3/frmts/eeda/
H A Deedacommon.cpp240 EEDAIBandDesc oDesc; in BuildBandDescArray() local
241 oDesc.osName = pszBandId; in BuildBandDescArray()
242 oDesc.osWKT = osWKT; in BuildBandDescArray()
243 oDesc.eDT = eDT; in BuildBandDescArray()
244 oDesc.bSignedByte = bSignedByte; in BuildBandDescArray()
245 oDesc.adfGeoTransform = adfGeoTransform; in BuildBandDescArray()
246 oDesc.nWidth = nWidth; in BuildBandDescArray()
247 oDesc.nHeight = nHeight; in BuildBandDescArray()
248 aoBandDesc.push_back(oDesc); in BuildBandDescArray()
/dports/graphics/py-gdal/gdal-3.3.3/frmts/eeda/
H A Deedacommon.cpp240 EEDAIBandDesc oDesc; in BuildBandDescArray() local
241 oDesc.osName = pszBandId; in BuildBandDescArray()
242 oDesc.osWKT = osWKT; in BuildBandDescArray()
243 oDesc.eDT = eDT; in BuildBandDescArray()
244 oDesc.bSignedByte = bSignedByte; in BuildBandDescArray()
245 oDesc.adfGeoTransform = adfGeoTransform; in BuildBandDescArray()
246 oDesc.nWidth = nWidth; in BuildBandDescArray()
247 oDesc.nHeight = nHeight; in BuildBandDescArray()
248 aoBandDesc.push_back(oDesc); in BuildBandDescArray()
/dports/graphics/py-gdal/gdal-3.3.3/ogr/ogrsf_frmts/gmlas/
H A Dogrgmlaswriter.cpp454 oDesc.bIsSelected = false; in Write()
465 if( oDesc.bIsTopLevel ) in Write()
477 oDesc.bIsSelected = bIsGeometric; in Write()
496 oDesc.bIsSelected = true; in Write()
1320 LayerDescription& oDesc = m_aoLayerDesc[i]; in ComputeTopLevelFIDs() local
1322 if( oDesc.bIsTopLevel && poLayer != nullptr && in ComputeTopLevelFIDs()
1323 !oDesc.aoReferencingLayers.empty() ) in ComputeTopLevelFIDs()
1376 oDesc.osName.c_str(), in ComputeTopLevelFIDs()
1494 OGRLayer* poSrcLayer = GetLayerByName(oDesc.osName); in WriteLayer()
1501 oSetLayersInIteration.insert(oDesc.osName); in WriteLayer()
[all …]
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/ogr/ogrsf_frmts/gmlas/
H A Dogrgmlaswriter.cpp454 oDesc.bIsSelected = false; in OGRGMLASTruncateIdentifier()
465 if( oDesc.bIsTopLevel ) in OGRGMLASTruncateIdentifier()
477 oDesc.bIsSelected = bIsGeometric; in OGRGMLASTruncateIdentifier()
496 oDesc.bIsSelected = true; in OGRGMLASTruncateIdentifier()
1320 LayerDescription& oDesc = m_aoLayerDesc[i]; in OGRGMLASTruncateIdentifier()
1322 if( oDesc.bIsTopLevel && poLayer != nullptr && in OGRGMLASTruncateIdentifier()
1323 !oDesc.aoReferencingLayers.empty() ) in OGRGMLASTruncateIdentifier()
1376 oDesc.osName.c_str(), in OGRGMLASTruncateIdentifier()
1494 OGRLayer* poSrcLayer = GetLayerByName(oDesc.osName); in OGRGMLASTruncateIdentifier()
1501 oSetLayersInIteration.insert(oDesc.osName); in OGRGMLASTruncateIdentifier()
[all …]
/dports/graphics/gdal/gdal-3.3.3/ogr/ogrsf_frmts/gmlas/
H A Dogrgmlaswriter.cpp454 oDesc.bIsSelected = false; in Write()
465 if( oDesc.bIsTopLevel ) in Write()
477 oDesc.bIsSelected = bIsGeometric; in Write()
496 oDesc.bIsSelected = true; in Write()
1320 LayerDescription& oDesc = m_aoLayerDesc[i]; in ComputeTopLevelFIDs() local
1322 if( oDesc.bIsTopLevel && poLayer != nullptr && in ComputeTopLevelFIDs()
1323 !oDesc.aoReferencingLayers.empty() ) in ComputeTopLevelFIDs()
1376 oDesc.osName.c_str(), in ComputeTopLevelFIDs()
1494 OGRLayer* poSrcLayer = GetLayerByName(oDesc.osName); in WriteLayer()
1501 oSetLayersInIteration.insert(oDesc.osName); in WriteLayer()
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/packethost/packngo/
H A Dorganizations_test.go26 oDesc := "Managed by Packngo."
31 Description: &oDesc,
/dports/devel/upp/upp/bazaar/plugin/gdal/frmts/kmlsuperoverlay/
H A Dkmlsuperoverlaydataset.cpp1843 oDesc.nMaxJ_j, in KmlSingleDocGetDimensions()
1844 oDesc.nMaxJ_i), in KmlSingleDocGetDimensions()
1845 oDesc.szExtJ ); in KmlSingleDocGetDimensions()
1855 if( oDesc.nMaxJ_j == oDesc.nMaxI_j && in KmlSingleDocGetDimensions()
1856 oDesc.nMaxJ_i == oDesc.nMaxI_i) in KmlSingleDocGetDimensions()
1865 oDesc.nMaxI_j, in KmlSingleDocGetDimensions()
1866 oDesc.nMaxI_i), in KmlSingleDocGetDimensions()
1867 oDesc.szExtI ); in KmlSingleDocGetDimensions()
1877 nXSize = nRightXSize + oDesc.nMaxI_i * nTileSize; in KmlSingleDocGetDimensions()
1909 poOvrDS->osNominalExt = oDesc.szExtI; in BuildOverviews()
[all …]
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/frmts/daas/
H A Ddaasdataset.cpp321 GDALDAASBandDesc oDesc; in InstantiateBands() local
322 oDesc.nIndex = m_nMainMaskBandIndex; in InstantiateBands()
323 oDesc.osName = m_osMainMaskName; in InstantiateBands()
899 GDALDAASBandDesc oDesc; in GetImageMetadata() local
900 oDesc.nIndex = i + 1; in GetImageMetadata()
910 if( oDesc.eDT == GDT_Unknown ) in GetImageMetadata()
918 m_eDT = oDesc.eDT; in GetImageMetadata()
922 oDesc.bIsMask ) in GetImageMetadata()
926 if( oDesc.osColorInterp == "MAIN_MASK" && in GetImageMetadata()
930 m_osMainMaskName = oDesc.osName; in GetImageMetadata()
[all …]
/dports/graphics/gdal/gdal-3.3.3/frmts/daas/
H A Ddaasdataset.cpp321 GDALDAASBandDesc oDesc; in InstantiateBands() local
322 oDesc.nIndex = m_nMainMaskBandIndex; in InstantiateBands()
323 oDesc.osName = m_osMainMaskName; in InstantiateBands()
899 GDALDAASBandDesc oDesc; in GetImageMetadata() local
900 oDesc.nIndex = i + 1; in GetImageMetadata()
910 if( oDesc.eDT == GDT_Unknown ) in GetImageMetadata()
918 m_eDT = oDesc.eDT; in GetImageMetadata()
922 oDesc.bIsMask ) in GetImageMetadata()
926 if( oDesc.osColorInterp == "MAIN_MASK" && in GetImageMetadata()
930 m_osMainMaskName = oDesc.osName; in GetImageMetadata()
[all …]
/dports/graphics/py-gdal/gdal-3.3.3/frmts/daas/
H A Ddaasdataset.cpp321 GDALDAASBandDesc oDesc; in InstantiateBands() local
322 oDesc.nIndex = m_nMainMaskBandIndex; in InstantiateBands()
323 oDesc.osName = m_osMainMaskName; in InstantiateBands()
899 GDALDAASBandDesc oDesc; in GetImageMetadata() local
900 oDesc.nIndex = i + 1; in GetImageMetadata()
910 if( oDesc.eDT == GDT_Unknown ) in GetImageMetadata()
918 m_eDT = oDesc.eDT; in GetImageMetadata()
922 oDesc.bIsMask ) in GetImageMetadata()
926 if( oDesc.osColorInterp == "MAIN_MASK" && in GetImageMetadata()
930 m_osMainMaskName = oDesc.osName; in GetImageMetadata()
[all …]
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/frmts/kmlsuperoverlay/
H A Dkmlsuperoverlaydataset.cpp2001 oDesc.nMaxJ_j,
2002 oDesc.nMaxJ_i),
2003 oDesc.szExtJ );
2013 if( oDesc.nMaxJ_j == oDesc.nMaxI_j &&
2014 oDesc.nMaxJ_i == oDesc.nMaxI_i)
2023 oDesc.nMaxI_j,
2024 oDesc.nMaxI_i),
2025 oDesc.szExtI );
2035 nXSize = nRightXSize + oDesc.nMaxI_i * nTileSize;
2071 poOvrDS->osNominalExt = oDesc.szExtI;
[all …]
/dports/graphics/gdal/gdal-3.3.3/frmts/kmlsuperoverlay/
H A Dkmlsuperoverlaydataset.cpp2001 oDesc.nMaxJ_j, in KmlSingleDocGetDimensions()
2002 oDesc.nMaxJ_i), in KmlSingleDocGetDimensions()
2003 oDesc.szExtJ ); in KmlSingleDocGetDimensions()
2013 if( oDesc.nMaxJ_j == oDesc.nMaxI_j && in KmlSingleDocGetDimensions()
2014 oDesc.nMaxJ_i == oDesc.nMaxI_i) in KmlSingleDocGetDimensions()
2023 oDesc.nMaxI_j, in KmlSingleDocGetDimensions()
2024 oDesc.nMaxI_i), in KmlSingleDocGetDimensions()
2025 oDesc.szExtI ); in KmlSingleDocGetDimensions()
2035 nXSize = nRightXSize + oDesc.nMaxI_i * nTileSize; in KmlSingleDocGetDimensions()
2071 poOvrDS->osNominalExt = oDesc.szExtI; in BuildOverviews()
[all …]
/dports/graphics/py-gdal/gdal-3.3.3/frmts/kmlsuperoverlay/
H A Dkmlsuperoverlaydataset.cpp2001 oDesc.nMaxJ_j, in KmlSingleDocGetDimensions()
2002 oDesc.nMaxJ_i), in KmlSingleDocGetDimensions()
2003 oDesc.szExtJ ); in KmlSingleDocGetDimensions()
2013 if( oDesc.nMaxJ_j == oDesc.nMaxI_j && in KmlSingleDocGetDimensions()
2014 oDesc.nMaxJ_i == oDesc.nMaxI_i) in KmlSingleDocGetDimensions()
2023 oDesc.nMaxI_j, in KmlSingleDocGetDimensions()
2024 oDesc.nMaxI_i), in KmlSingleDocGetDimensions()
2025 oDesc.szExtI ); in KmlSingleDocGetDimensions()
2035 nXSize = nRightXSize + oDesc.nMaxI_i * nTileSize; in KmlSingleDocGetDimensions()
2071 poOvrDS->osNominalExt = oDesc.szExtI; in BuildOverviews()
[all …]
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/frmts/pcidsk/sdk/core/
H A Dcpcidskblockfile.cpp176 const std::string & oDesc, in ExtendSegment() argument
216 (uint16) mpoFile->CreateSegment(oName, oDesc, SEG_SYS, 0); in ExtendSegment()
/dports/graphics/gdal/gdal-3.3.3/frmts/pcidsk/sdk/core/
H A Dcpcidskblockfile.cpp176 const std::string & oDesc, in ExtendSegment() argument
216 (uint16) mpoFile->CreateSegment(oName, oDesc, SEG_SYS, 0); in ExtendSegment()
/dports/graphics/py-gdal/gdal-3.3.3/frmts/pcidsk/sdk/core/
H A Dcpcidskblockfile.cpp176 const std::string & oDesc, in ExtendSegment() argument
216 (uint16) mpoFile->CreateSegment(oName, oDesc, SEG_SYS, 0); in ExtendSegment()
/dports/devel/upp/upp/bazaar/plugin/gdal/frmts/pdf/
H A Dpdfcreatecopy.cpp2386 GDALPDFImageDesc oDesc; in WriteOGRFeature() local
2387 oDesc.nImageId = nImageSymbolId; in WriteOGRFeature()
2388 oDesc.dfXOff = 0; in WriteOGRFeature()
2389 oDesc.dfYOff = 0; in WriteOGRFeature()
2390 oDesc.dfXSize = nImageWidth; in WriteOGRFeature()
2391 oDesc.dfYSize = nImageHeight; in WriteOGRFeature()
2397 nImageSymbolId = oDesc.nImageId; in WriteOGRFeature()
2398 nImageWidth = (int)oDesc.dfXSize; in WriteOGRFeature()
3109 if (oDesc.nOCGRasterId) in EndPage()
3129 oDesc.asImageDesc[iImage].nImageId); in EndPage()
[all …]
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/frmts/pcidsk/sdk/blockdir/
H A Dblockfile.h67 const std::string & oDesc,
/dports/graphics/gdal/gdal-3.3.3/frmts/pcidsk/sdk/blockdir/
H A Dblockfile.h67 const std::string & oDesc,

12