local_proto.h 344 B

123456789101112131415
  1. #include <grass/raster.h>
  2. /* io.c */
  3. CELL *get_a_row(int);
  4. int put_a_row(int, CELL *);
  5. int read_row(int, char *, int, int);
  6. int write_row(int, char *, int, int);
  7. int open_file(char *);
  8. int close_file(char *);
  9. int map_size(int *, int *, int *);
  10. /* thin_lines.c */
  11. int thin_lines(int);
  12. char encode_neighbours(CELL *, CELL *, CELL *, int, int);