Re: [gdal-dev] Cannot find gdaltransform's C wrapper

2013-03-02 Thread Even Rouault
Le samedi 02 mars 2013 18:24:50, Ronak Bhatia a écrit : > Isn't that in C++ though? I thought there were C wrappers for every > function? Looking at the code, I see it only uses the C API. It's just a .cpp file for the conveniency of declaring variables in the middle of blocks. __

Re: [gdal-dev] Cannot find gdaltransform's C wrapper

2013-03-01 Thread Even Rouault
Le vendredi 01 mars 2013 21:11:34, Ronak Bhatia a écrit : > Hi, > > I'm using Yorick, a programming language similar to C and Matlab, and > trying to port the function gdaltransform to Yorick. In order for me to do > that, I have to find the C wrapper for the particular function and then I > can w

Re: [gdal-dev] Cannot find gdaltransform's C wrapper

2013-03-01 Thread Ronak Bhatia
Hi, I'm using Yorick, a programming language similar to C and Matlab, and trying to port the function gdaltransform to Yorick. In order for me to do that, I have to find the C wrapper for the particular function and then I can work on porting it. I looked through gdal.h under gcore and no luck. Co