Home
last modified time | relevance | path

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

/dports/devel/upp/upp/bazaar/plugin/gdal/alg/
H A Dgdalproximity.cpp41 int nTargetValues, int *panTargetValues );
216 int *panTargetValues = NULL; in GDALComputeProximity() local
227 panTargetValues = (int *) CPLCalloc(sizeof(int),nTargetValues); in GDALComputeProximity()
230 panTargetValues[i] = atoi(papszValuesTokens[i]); in GDALComputeProximity()
240 CPLFree(panTargetValues); in GDALComputeProximity()
323 pdfSrcNoData, nTargetValues, panTargetValues ); in GDALComputeProximity()
328 pdfSrcNoData, nTargetValues, panTargetValues ); in GDALComputeProximity()
372 pdfSrcNoData, nTargetValues, panTargetValues ); in GDALComputeProximity()
417 CPLFree(panTargetValues); in GDALComputeProximity()
437 int nTargetValues, int *panTargetValues ) in ProcessProximityLine() argument
[all …]
/dports/graphics/py-gdal/gdal-3.3.3/alg/
H A Dgdalproximity.cpp51 int nTargetValues, int *panTargetValues );
228 int *panTargetValues = nullptr; in GDALComputeProximity() local
238 panTargetValues = static_cast<int *>( in GDALComputeProximity()
242 panTargetValues[i] = atoi(papszValuesTokens[i]); in GDALComputeProximity()
252 CPLFree(panTargetValues); in GDALComputeProximity()
347 pdfSrcNoData, nTargetValues, panTargetValues ); in GDALComputeProximity()
352 pdfSrcNoData, nTargetValues, panTargetValues ); in GDALComputeProximity()
399 pdfSrcNoData, nTargetValues, panTargetValues ); in GDALComputeProximity()
446 CPLFree( panTargetValues ); in GDALComputeProximity()
481 int nTargetValues, int *panTargetValues ) in ProcessProximityLine() argument
[all …]
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/alg/
H A Dgdalproximity.cpp51 int nTargetValues, int *panTargetValues );
228 int *panTargetValues = nullptr; in GDALComputeProximity() local
238 panTargetValues = static_cast<int *>( in GDALComputeProximity()
242 panTargetValues[i] = atoi(papszValuesTokens[i]); in GDALComputeProximity()
252 CPLFree(panTargetValues); in GDALComputeProximity()
347 pdfSrcNoData, nTargetValues, panTargetValues ); in GDALComputeProximity()
352 pdfSrcNoData, nTargetValues, panTargetValues ); in GDALComputeProximity()
399 pdfSrcNoData, nTargetValues, panTargetValues ); in GDALComputeProximity()
446 CPLFree( panTargetValues ); in GDALComputeProximity()
481 int nTargetValues, int *panTargetValues ) in ProcessProximityLine() argument
[all …]
/dports/graphics/gdal/gdal-3.3.3/alg/
H A Dgdalproximity.cpp51 int nTargetValues, int *panTargetValues );
228 int *panTargetValues = nullptr; in GDALComputeProximity() local
238 panTargetValues = static_cast<int *>( in GDALComputeProximity()
242 panTargetValues[i] = atoi(papszValuesTokens[i]); in GDALComputeProximity()
252 CPLFree(panTargetValues); in GDALComputeProximity()
347 pdfSrcNoData, nTargetValues, panTargetValues ); in GDALComputeProximity()
352 pdfSrcNoData, nTargetValues, panTargetValues ); in GDALComputeProximity()
399 pdfSrcNoData, nTargetValues, panTargetValues ); in GDALComputeProximity()
446 CPLFree( panTargetValues ); in GDALComputeProximity()
481 int nTargetValues, int *panTargetValues ) in ProcessProximityLine() argument
[all …]