[Gdal-dev] Re: Fwd: gdal swig interface Band.i Updated
Daniele Romagnoli
dany.geotools at gmail.com
Sat Aug 5 18:56:15 EDT 2006
On 8/6/06, Charlie Savage <cfis at savagexi.com> wrote:
>
> ...
>
> %apply (int *OUTPUT){int *blockXSize, int *blockYSize}
> void GetBlockSize(int *blockXSize, int *blockYSize){
> GDALGetBlockSize(self, blockXSize, blockYSize);
> }
> %clear (int *blockXSize, int *blockYSize)
>
> ....
>
> The right %clear directive usage is:
%clear int *blockXSize, int *blockYSize;
I have realized that just trying because "%clear (int *blockXSize, int
*blockYSize)" give an error.
I have rectified this little error just to allow to Frank Warmerdam to use
the error-free instructions and update them... Nothing else :)
--
Best Regards,
Daniele
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.osgeo.org/pipermail/gdal-dev/attachments/20060806/9ed9b1f4/attachment.html
More information about the Gdal-dev
mailing list