#include "lsm.h"
Include dependency graph for setdir.cpp:
Go to the source code of this file.
Functions | |
void | incfall (int n, float *elev1, short *s1, int **spos, int iter, int *sloc) |
void | incrise (int n, float *elev1, short *s2, int **spos, int iter, int *sloc) |
void | set2 (int i, int j, float *fact, float *elev1, float *elev2, int iter, int **spos, short *s) |
void | flatrout (int n, int *sloc, short *s, int **spos, int iter, float *elev1, float *elev2, float *fact, int ns) |
void | sloped8 (void) |
int | setdir (char *demfile, char *angfile, char *slopefile, char *pfile) |
int | setdird8 (char *demfile, char *pfile, char *slopefile) |
int | setdfnoflood (float mval) |
void | setdf2 (void) |
void | SET2 (int I, int J, float *DXX, float DD) |
void | VSLOPE (float E0, float E1, float E2, float D1, float D2, float DD, float *S, float *A) |
void flatrout | ( | int | n, | |
int * | sloc, | |||
short * | s, | |||
int ** | spos, | |||
int | iter, | |||
float * | elev1, | |||
float * | elev2, | |||
float * | fact, | |||
int | ns | |||
) |
void incfall | ( | int | n, | |
float * | elev1, | |||
short * | s1, | |||
int ** | spos, | |||
int | iter, | |||
int * | sloc | |||
) |
Definition at line 397 of file setdir.cpp.
References d1, d2, dir, elev, is, and js.
Referenced by flatrout().
void incrise | ( | int | n, | |
float * | elev1, | |||
short * | s2, | |||
int ** | spos, | |||
int | iter, | |||
int * | sloc | |||
) |
Definition at line 489 of file setdir.cpp.
References d1, d2, dn, elev, is, and js.
Referenced by flatrout().
void SET2 | ( | int | I, | |
int | J, | |||
float * | DXX, | |||
float | DD | |||
) |
void set2 | ( | int | i, | |
int | j, | |||
float * | fact, | |||
float * | elev1, | |||
float * | elev2, | |||
int | iter, | |||
int ** | spos, | |||
short * | s | |||
) |
Definition at line 540 of file setdir.cpp.
References d1, d2, dir, elev, and slope.
Referenced by flatrout().
void setdf2 | ( | void | ) |
int setdfnoflood | ( | float | mval | ) |
Definition at line 172 of file setdir.cpp.
References d1, d2, dir, dn, dx, dy, elev, flatrout(), i1, i2, is, js, matalloc(), n1, n2, NULL, nx, ny, and RPINTDTYPE.
Referenced by setdir(), and setdird8().
Here is the call graph for this function:
int setdir | ( | char * | demfile, | |
char * | angfile, | |||
char * | slopefile, | |||
char * | pfile | |||
) |
Definition at line 75 of file setdir.cpp.
References ang, bndbox, csize, d1, d2, dir, dx, dy, elev, filetype, gridread(), gridwrite(), i1, i2, matalloc(), mval, n1, n2, nx, ny, RPFLTDTYPE, RPSHRDTYPE, setdf2(), setdfnoflood(), and slope.
Here is the call graph for this function:
int setdird8 | ( | char * | demfile, | |
char * | pfile, | |||
char * | slopefile | |||
) |
Definition at line 126 of file setdir.cpp.
References bndbox, csize, d1, d2, dir, dx, dy, elev, filetype, gridread(), gridwrite(), i1, i2, matalloc(), mval, n1, n2, nx, ny, RPFLTDTYPE, RPSHRDTYPE, setdfnoflood(), slope, and sloped8().
Referenced by FlowGridDlg::run().
Here is the call graph for this function:
void sloped8 | ( | void | ) |
void VSLOPE | ( | float | E0, | |
float | E1, | |||
float | E2, | |||
float | D1, | |||
float | D2, | |||
float | DD, | |||
float * | S, | |||
float * | A | |||
) |