[GRASS-dev] computational geometry in C++ library

Francesco Paolo Lovergine frankie at debian.org
Fri May 5 11:03:42 EDT 2006


On Fri, May 05, 2006 at 03:01:59PM +0200, Benjamin Ducke wrote:
> It would be fantastic to have a version of this library
> in GRASS 6.1.
> I could think of a dozen generally useful GRASS modules
> based on this: 3D convex hull, converting 3D polygons to voxels,
> point in 3D polygon queries ...
> I don't know much C++, but surely there
> must be a way to use the methods in this library with
> standard C function calls? Some sort of simple wrapper perhaps?
> 

Calling C funcs from C++ is straight-forward. 
The reverse is not possible, the whole result would be a C++ prog.

-- 
Francesco P. Lovergine




More information about the grass-dev mailing list