local.h 300 B

1234567891011
  1. struct metrics
  2. {
  3. double ew_res, ns_res, diag_res;
  4. };
  5. void filldir(int, int, int, struct band3 *, struct metrics *);
  6. void resolve(int, int, struct band3 *);
  7. int dopolys(int, int, int, int);
  8. void wtrshed(int, int, int, int, int);
  9. void ppupdate(int, int, int, int, struct band3 *, struct band3 *);