Home
last modified time | relevance | path

Searched refs:anBandList (Results 1 – 11 of 11) sorted by relevance

/dports/graphics/py-gdal/gdal-3.3.3/apps/
H A Dgdallocationinfo.cpp98 std::vector<int> anBandList; in MAIN_START() local
124 anBandList.push_back( atoi(argv[++i]) ); in MAIN_START()
216 if( anBandList.empty() ) in MAIN_START()
219 anBandList.push_back( i+1 ); in MAIN_START()
332 for( int i = 0; bPixelReport && i < static_cast<int>(anBandList.size()); in MAIN_START()
335 GDALRasterBandH hBand = GDALGetRasterBand( hSrcDS, anBandList[i] ); in MAIN_START()
362 nOverview + 1, anBandList[i] ); in MAIN_START()
372 osLine.Printf( "<BandReport band=\"%d\">", anBandList[i] ); in MAIN_START()
377 printf( " Band %d:\n", anBandList[i] ); in MAIN_START()
H A Dgdal_rasterize_lib.cpp182 GDALDatasetH hDstDS, std::vector<int> anBandList, in ProcessLayer() argument
290 for( unsigned int iBand = 0; iBand < anBandList.size(); iBand++ ) in ProcessLayer()
325 for( unsigned int iBand = 0; iBand < anBandList.size(); iBand++ ) in ProcessLayer()
385 static_cast<int>(anBandList.size()), &(anBandList[0]), in ProcessLayer()
579 std::vector<int> anBandList; member
929 psOptions->anBandList.push_back(atoi(*papszIter)); in GDALRasterizeOptionsNew()
939 psOptions->anBandList.push_back(atoi(papszArgv[i+1])); in GDALRasterizeOptionsNew()
1207 if( !psOptions->anBandList.empty() ) in GDALRasterizeOptionsNew()
1229 psOptions->anBandList.push_back( i ); in GDALRasterizeOptionsNew()
1233 if( psOptions->anBandList.empty() ) in GDALRasterizeOptionsNew()
[all …]
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/apps/
H A Dgdallocationinfo.cpp98 std::vector<int> anBandList;
124 anBandList.push_back( atoi(argv[++i]) );
216 if( anBandList.empty() )
219 anBandList.push_back( i+1 );
332 for( int i = 0; bPixelReport && i < static_cast<int>(anBandList.size());
335 GDALRasterBandH hBand = GDALGetRasterBand( hSrcDS, anBandList[i] );
362 nOverview + 1, anBandList[i] );
372 osLine.Printf( "<BandReport band=\"%d\">", anBandList[i] );
377 printf( " Band %d:\n", anBandList[i] );
H A Dgdal_rasterize_lib.cpp182 GDALDatasetH hDstDS, std::vector<int> anBandList, in ProcessLayer() argument
290 for( unsigned int iBand = 0; iBand < anBandList.size(); iBand++ ) in ProcessLayer()
325 for( unsigned int iBand = 0; iBand < anBandList.size(); iBand++ ) in ProcessLayer()
385 static_cast<int>(anBandList.size()), &(anBandList[0]), in ProcessLayer()
579 std::vector<int> anBandList; member
929 psOptions->anBandList.push_back(atoi(*papszIter)); in GDALRasterizeOptionsNew()
939 psOptions->anBandList.push_back(atoi(papszArgv[i+1])); in GDALRasterizeOptionsNew()
1207 if( !psOptions->anBandList.empty() ) in GDALRasterizeOptionsNew()
1229 psOptions->anBandList.push_back( i ); in GDALRasterizeOptionsNew()
1233 if( psOptions->anBandList.empty() ) in GDALRasterizeOptionsNew()
[all …]
/dports/graphics/gdal/gdal-3.3.3/apps/
H A Dgdallocationinfo.cpp98 std::vector<int> anBandList; in MAIN_START() local
124 anBandList.push_back( atoi(argv[++i]) ); in MAIN_START()
216 if( anBandList.empty() ) in MAIN_START()
219 anBandList.push_back( i+1 ); in MAIN_START()
332 for( int i = 0; bPixelReport && i < static_cast<int>(anBandList.size()); in MAIN_START()
335 GDALRasterBandH hBand = GDALGetRasterBand( hSrcDS, anBandList[i] ); in MAIN_START()
362 nOverview + 1, anBandList[i] ); in MAIN_START()
372 osLine.Printf( "<BandReport band=\"%d\">", anBandList[i] ); in MAIN_START()
377 printf( " Band %d:\n", anBandList[i] ); in MAIN_START()
H A Dgdal_rasterize_lib.cpp182 GDALDatasetH hDstDS, std::vector<int> anBandList, in ProcessLayer() argument
290 for( unsigned int iBand = 0; iBand < anBandList.size(); iBand++ ) in ProcessLayer()
325 for( unsigned int iBand = 0; iBand < anBandList.size(); iBand++ ) in ProcessLayer()
385 static_cast<int>(anBandList.size()), &(anBandList[0]), in ProcessLayer()
579 std::vector<int> anBandList; member
929 psOptions->anBandList.push_back(atoi(*papszIter)); in GDALRasterizeOptionsNew()
939 psOptions->anBandList.push_back(atoi(papszArgv[i+1])); in GDALRasterizeOptionsNew()
1207 if( !psOptions->anBandList.empty() ) in GDALRasterizeOptionsNew()
1229 psOptions->anBandList.push_back( i ); in GDALRasterizeOptionsNew()
1233 if( psOptions->anBandList.empty() ) in GDALRasterizeOptionsNew()
[all …]
/dports/devel/upp/upp/bazaar/plugin/geotiff/libgeotiff/hfa/
H A Dimg2tif.cpp100 int nBandCount=0, anBandList[512]; in main() local
149 anBandList[0] = atoi(papszArgv[++i]) - 1; in main()
150 anBandList[1] = atoi(papszArgv[++i]) - 1; in main()
151 anBandList[2] = atoi(papszArgv[++i]) - 1; in main()
156 anBandList[nBandCount++] = atoi(papszArgv[++i]) - 1; in main()
298 nBandCount, anBandList ) == CE_Failure ) in main()
313 printf( "%d", anBandList[i]+1 ); in main()
320 ImagineToGeoTIFF( hHFA, hHFA->papoBand, nBandCount, anBandList, in main()
358 anBandList[0] = nBand - 1; in main()
359 ImagineToGeoTIFF( hHFA, hHFA->papoBand, 1, anBandList, in main()
/dports/devel/upp/upp/bazaar/plugin/gdal/frmts/nitf/
H A Dnitfwritejpeg.cpp98 int anBandList[3] = {1,2,3}; in NITFWriteJPEGBlock() local
206 nBands, anBandList, in NITFWriteJPEGBlock()
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/frmts/nitf/
H A Dnitfwritejpeg.cpp103 int anBandList[3] = {1,2,3};
218 nBands, anBandList,
/dports/graphics/gdal/gdal-3.3.3/frmts/nitf/
H A Dnitfwritejpeg.cpp103 int anBandList[3] = {1,2,3}; in NITFWriteJPEGBlock() local
218 nBands, anBandList, in NITFWriteJPEGBlock()
/dports/graphics/py-gdal/gdal-3.3.3/frmts/nitf/
H A Dnitfwritejpeg.cpp103 int anBandList[3] = {1,2,3}; in NITFWriteJPEGBlock() local
218 nBands, anBandList, in NITFWriteJPEGBlock()