Home
last modified time | relevance | path

Searched refs:hasNoDataValue (Results 1 – 25 of 43) sorted by relevance

12

/dports/graphics/R-cran-rgdal/rgdal/src/
H A Dgdal-bindings.cpp1180 int hasNoDataValue; in RGDAL_GetNoDataValue() local
1183 double noDataValue = pRasterBand->GetNoDataValue(&hasNoDataValue); in RGDAL_GetNoDataValue()
1186 return(hasNoDataValue ? ScalarReal(noDataValue) : R_NilValue); in RGDAL_GetNoDataValue()
1545 int hasNoDataValue; in RGDAL_GetBandNoDataValue() local
1547 double noDataValue = pRasterBand->GetNoDataValue(&hasNoDataValue); in RGDAL_GetBandNoDataValue()
1550 if (hasNoDataValue) { in RGDAL_GetBandNoDataValue()
1697 int hasNoDataValue; in RGDAL_GetRasterData() local
1704 hasNoDataValue = FALSE; in RGDAL_GetRasterData()
1706 hasNoDataValue = TRUE; in RGDAL_GetRasterData()
1713 if (hasNoDataValue) { in RGDAL_GetRasterData()
/dports/graphics/qgis-ltr/qgis-3.16.16/tests/src/core/
H A Dtestqgsmeshlayerinterpolator.cpp84 QVERIFY( block->hasNoDataValue() ); in testExportRasterBand()
H A Dtestqgsrasterblock.cpp93 QVERIFY( block->hasNoDataValue() ); in testBasic()
/dports/graphics/qgis/qgis-3.22.3/tests/src/core/
H A Dtestqgsmeshlayerinterpolator.cpp84 QVERIFY( block->hasNoDataValue() ); in testExportRasterBand()
H A Dtestqgsrasterblock.cpp93 QVERIFY( block->hasNoDataValue() ); in testBasic()
/dports/math/vtk8/VTK-8.2.0/Geovis/GDAL/
H A DvtkGDALRasterConverter.cxx125 int hasNoDataValue = 0; in CopyToVTK() local
126 double noDataValue = band->GetNoDataValue(&hasNoDataValue); in CopyToVTK()
143 if (hasNoDataValue && in CopyToVTK()
/dports/math/vtk9/VTK-9.1.0/Geovis/GDAL/
H A DvtkGDALRasterConverter.cxx122 int hasNoDataValue = 0; in CopyToVTK() local
123 double noDataValue = band->GetNoDataValue(&hasNoDataValue); in CopyToVTK()
140 if (hasNoDataValue && (static_cast<double>(buffer[index]) == noDataValue)) in CopyToVTK()
/dports/graphics/qgis-ltr/qgis-3.16.16/src/core/
H A Dqgsgdalutils.cpp367 int hasNoDataValue; in GDALAutoCreateWarpedVRTEx() local
368 double noDataValue = GDALGetRasterNoDataValue( rasterBand, &hasNoDataValue ); in GDALAutoCreateWarpedVRTEx()
370 if ( hasNoDataValue ) in GDALAutoCreateWarpedVRTEx()
/dports/graphics/qgis/qgis-3.22.3/src/core/raster/
H A Dqgsrasternuller.cpp89 if ( mHasOutputNoData.value( bandNo - 1 ) || inputBlock->hasNoDataValue() ) in block()
H A Dqgsrastercontourrenderer.cpp187 inputBlock->hasNoDataValue(), inputBlock->noDataValue(), in block()
/dports/graphics/qgis-ltr/qgis-3.16.16/src/core/raster/
H A Dqgsrasternuller.cpp89 if ( mHasOutputNoData.value( bandNo - 1 ) || inputBlock->hasNoDataValue() ) in block()
H A Dqgsrastercontourrenderer.cpp185 inputBlock->hasNoDataValue(), inputBlock->noDataValue(), in block()
/dports/graphics/qgis/qgis-3.22.3/src/core/
H A Dqgsgdalutils.cpp325 int hasNoDataValue; in GDALAutoCreateWarpedVRTEx() local
326 double noDataValue = GDALGetRasterNoDataValue( rasterBand, &hasNoDataValue ); in GDALAutoCreateWarpedVRTEx()
328 if ( hasNoDataValue ) in GDALAutoCreateWarpedVRTEx()
/dports/graphics/qgis-ltr/qgis-3.16.16/src/analysis/processing/
H A Dqgsrasteranalysisutils.h85 bool hasNoDataValue = false; member
H A Dqgsalgorithmfillnodata.cpp139 if ( !filledRasterBlock->hasNoDataValue() ) in processAlgorithm()
H A Dqgsalgorithmrasterlogicalop.cpp98 input.hasNoDataValue = layer->dataProvider()->sourceHasNoDataValue( band ); in prepareAlgorithm()
/dports/graphics/qgis/qgis-3.22.3/src/analysis/processing/
H A Dqgsrasteranalysisutils.h85 bool hasNoDataValue = false; member
H A Dqgsalgorithmfillnodata.cpp139 if ( !filledRasterBlock->hasNoDataValue() ) in processAlgorithm()
H A Dqgsalgorithmrasterlogicalop.cpp98 input.hasNoDataValue = layer->dataProvider()->sourceHasNoDataValue( band ); in prepareAlgorithm()
H A Dqgsalgorithmrasterfrequencybycomparisonoperator.cpp97 input.hasNoDataValue = layer->dataProvider()->sourceHasNoDataValue( band ); in prepareAlgorithm()
/dports/graphics/qgis/qgis-3.22.3/python/core/auto_generated/raster/
H A Dqgsrasterblock.sip.in97 bool hasNoDataValue() const /HoldGIL/;
110 Not the difference between this method and :py:func:`~QgsRasterBlock.hasNoDataValue`.
141 .. seealso:: :py:func:`hasNoDataValue`
/dports/graphics/qgis-ltr/qgis-3.16.16/python/core/auto_generated/raster/
H A Dqgsrasterblock.sip.in97 bool hasNoDataValue() const /HoldGIL/;
110 Not the difference between this method and :py:func:`~QgsRasterBlock.hasNoDataValue`.
141 .. seealso:: :py:func:`hasNoDataValue`
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/frmts/vrt/
H A Dvrtwarped.cpp166 int hasNoDataValue; in GDALAutoCreateWarpedVRTEx() local
167 double noDataValue = GDALGetRasterNoDataValue(rasterBand, &hasNoDataValue); in GDALAutoCreateWarpedVRTEx()
169 if( hasNoDataValue ) in GDALAutoCreateWarpedVRTEx()
/dports/graphics/gdal/gdal-3.3.3/frmts/vrt/
H A Dvrtwarped.cpp166 int hasNoDataValue; in GDALAutoCreateWarpedVRTEx() local
167 double noDataValue = GDALGetRasterNoDataValue(rasterBand, &hasNoDataValue); in GDALAutoCreateWarpedVRTEx()
169 if( hasNoDataValue ) in GDALAutoCreateWarpedVRTEx()
/dports/graphics/py-gdal/gdal-3.3.3/frmts/vrt/
H A Dvrtwarped.cpp166 int hasNoDataValue; in GDALAutoCreateWarpedVRTEx() local
167 double noDataValue = GDALGetRasterNoDataValue(rasterBand, &hasNoDataValue); in GDALAutoCreateWarpedVRTEx()
169 if( hasNoDataValue ) in GDALAutoCreateWarpedVRTEx()

12