[Gdal-dev] GDALGetOpenDatasets

David Marteau daim.project at free.fr
Fri Sep 8 06:13:22 EDT 2006


Hi

There is something I do not understand with the C function 
GDALOpenDatasets : why this function requires a  GDALDatasetH*** as input  ?
The returned pointer from GDALDataset::GetOpenDatasets is a 
GDALDataset** and then should be cast to a GDALDatasetH* ,(which 
translate to void**) not a GDALDatasetH** ? Thus the required parameter 
should be a GDALDatasetH** instead.

Please, tell me I have missed something here.

David





More information about the Gdal-dev mailing list