rowiolib.dox 397 B

1234567891011121314151617181920212223242526272829
  1. /*! \page rowiolib GRASS Row Input/Output Library
  2. by GRASS Development Team (http://grass.osgeo.org)
  3. This library is used for reading/writing raster rows.
  4. TODO: Explain in detail.
  5. \code
  6. #include <grass/rowio.h>
  7. \endcode
  8. \section listOfFunctions List of functions
  9. - Rowio_fileno()
  10. - Rowio_flush()
  11. - Rowio_forget()
  12. - Rowio_get()
  13. - Rowio_put()
  14. - Rowio_release()
  15. - Rowio_setup()
  16. */