local_proto.h 390 B

123456789101112131415161718
  1. #include <grass/raster.h>
  2. /* get_item.c */
  3. int get_item(FILE *, int *, long *, double **, double **, int *,
  4. struct Categories *);
  5. /* getformat.c */
  6. int getformat(FILE *);
  7. /* poly2rast.c */
  8. int poly_to_rast(char *, char *, char *, int);
  9. /* raster.c */
  10. int begin_rasterization(int, int);
  11. int configure_plot(void);
  12. int output_raster(int);
  13. int set_cat(long);
  14. int raster_dot(int, int);