GRASS and C++: Difference between revisions
Jump to navigation
Jump to search
(better use the code browser in trac) |
(more examples) |
||
Line 3: | Line 3: | ||
== Calling GRASS library functionality in C++ == | == Calling GRASS library functionality in C++ == | ||
For working examples, see: | |||
Digitizer: | |||
* http://trac.osgeo.org/grass/browser/grass/trunk/gui/wxpython/vdigit/ | * http://trac.osgeo.org/grass/browser/grass/trunk/gui/wxpython/vdigit/ | ||
I/O: | |||
* http://trac.osgeo.org/grass/browser/grass/trunk/lib/iostream/ | |||
Raster data processing | |||
* http://trac.osgeo.org/grass/browser/grass/trunk/raster/r.terraflow/ | |||
Image processing | |||
* http://trac.osgeo.org/grass/browser/grass/trunk/imagery/i.atcorr/ | |||
Visualization: | |||
* http://trac.osgeo.org/grass/browser/grass/trunk/visualization/xganim/ | |||
* http://trac.osgeo.org/grass/browser/grass/trunk/visualization/wximgview/ | |||
[[Category:Development]] | [[Category:Development]] | ||
[[Category:Linking to other languages]] | [[Category:Linking to other languages]] | ||
[[Category:C++]] | [[Category:C++]] |
Revision as of 19:07, 19 April 2010
(page to be expanded)
Calling GRASS library functionality in C++
For working examples, see:
Digitizer:
I/O:
Raster data processing
Image processing
Visualization: