#include "lsm.h"
#include "gridio.h"
Include dependency graph for flood.cpp:
Go to the source code of this file.
Functions | |
int | addstack (int i, int j) |
int | flood (char *demfile, char *pointfile, char *newfile) |
int | setdf (float mval) |
int | vdn (int n) |
void | set (int i, int j, float *fact, float mval) |
int | pool (int i, int j) |
float | min2 (float e1, float e2) |
float | max2 (float e1, float e2) |
int addstack | ( | int | i, | |
int | j | |||
) |
int flood | ( | char * | demfile, | |
char * | pointfile, | |||
char * | newfile | |||
) |
Definition at line 16 of file flood.cpp.
References apool, bndbox, csize, d1, d2, dir, dn, dx, dy, elev, filetype, gridread(), gridwrite(), i1, i2, ipool, is, istack, jpool, js, matalloc(), mval, n1, n2, NULL, nx, ny, pstack, RPFLTDTYPE, RPSHRDTYPE, and setdf().
Referenced by fillpitsDlg::run().
Here is the call graph for this function:
float max2 | ( | float | e1, | |
float | e2 | |||
) |
int pool | ( | int | i, | |
int | j | |||
) |
Definition at line 338 of file flood.cpp.
References apool, d1, d2, dir, elev, ipool, jpool, npool, NULL, nx, ny, pool(), pooln, and pstack.
Referenced by pool(), poolalloc(), pooldeinit(), poolrestart(), poolzero(), setdf(), traversalinit(), and traverse().
Here is the call graph for this function:
void set | ( | int | i, | |
int | j, | |||
float * | fact, | |||
float | mval | |||
) |
int setdf | ( | float | mval | ) |
int vdn | ( | int | n | ) |