Home
last modified time | relevance | path

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

/dports/devel/upp/upp/bazaar/plugin/gdal/alg/
H A Dgdalproximity.cpp41 int nTargetValues, int *panTargetValues );
217 int nTargetValues = 0; in GDALComputeProximity() local
226 nTargetValues = CSLCount(papszValuesTokens); in GDALComputeProximity()
227 panTargetValues = (int *) CPLCalloc(sizeof(int),nTargetValues); in GDALComputeProximity()
229 for( i = 0; i < nTargetValues; i++ ) in GDALComputeProximity()
323 pdfSrcNoData, nTargetValues, panTargetValues ); in GDALComputeProximity()
328 pdfSrcNoData, nTargetValues, panTargetValues ); in GDALComputeProximity()
372 pdfSrcNoData, nTargetValues, panTargetValues ); in GDALComputeProximity()
437 int nTargetValues, int *panTargetValues ) in ProcessProximityLine() argument
462 if( nTargetValues == 0 ) in ProcessProximityLine()
[all …]
/dports/graphics/py-gdal/gdal-3.3.3/alg/
H A Dgdalproximity.cpp51 int nTargetValues, int *panTargetValues );
229 int nTargetValues = 0; in GDALComputeProximity() local
237 nTargetValues = CSLCount(papszValuesTokens); in GDALComputeProximity()
239 CPLCalloc(sizeof(int), nTargetValues) ); in GDALComputeProximity()
241 for( int i = 0; i < nTargetValues; i++ ) in GDALComputeProximity()
347 pdfSrcNoData, nTargetValues, panTargetValues ); in GDALComputeProximity()
352 pdfSrcNoData, nTargetValues, panTargetValues ); in GDALComputeProximity()
399 pdfSrcNoData, nTargetValues, panTargetValues ); in GDALComputeProximity()
481 int nTargetValues, int *panTargetValues ) in ProcessProximityLine() argument
495 if( nTargetValues == 0 ) in ProcessProximityLine()
[all …]
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/alg/
H A Dgdalproximity.cpp51 int nTargetValues, int *panTargetValues );
229 int nTargetValues = 0; in GDALComputeProximity() local
237 nTargetValues = CSLCount(papszValuesTokens); in GDALComputeProximity()
239 CPLCalloc(sizeof(int), nTargetValues) ); in GDALComputeProximity()
241 for( int i = 0; i < nTargetValues; i++ ) in GDALComputeProximity()
347 pdfSrcNoData, nTargetValues, panTargetValues ); in GDALComputeProximity()
352 pdfSrcNoData, nTargetValues, panTargetValues ); in GDALComputeProximity()
399 pdfSrcNoData, nTargetValues, panTargetValues ); in GDALComputeProximity()
481 int nTargetValues, int *panTargetValues ) in ProcessProximityLine() argument
495 if( nTargetValues == 0 ) in ProcessProximityLine()
[all …]
/dports/graphics/gdal/gdal-3.3.3/alg/
H A Dgdalproximity.cpp51 int nTargetValues, int *panTargetValues );
229 int nTargetValues = 0; in GDALComputeProximity() local
237 nTargetValues = CSLCount(papszValuesTokens); in GDALComputeProximity()
239 CPLCalloc(sizeof(int), nTargetValues) ); in GDALComputeProximity()
241 for( int i = 0; i < nTargetValues; i++ ) in GDALComputeProximity()
347 pdfSrcNoData, nTargetValues, panTargetValues ); in GDALComputeProximity()
352 pdfSrcNoData, nTargetValues, panTargetValues ); in GDALComputeProximity()
399 pdfSrcNoData, nTargetValues, panTargetValues ); in GDALComputeProximity()
481 int nTargetValues, int *panTargetValues ) in ProcessProximityLine() argument
495 if( nTargetValues == 0 ) in ProcessProximityLine()
[all …]