#include <stdio.h>#include "lsm.h"#include "./../pihmLIBS/shapefil.h"Include dependency graph for catProcessing.cpp:

Go to the source code of this file.
Functions | |
| void | findIJCat (short **fdr, int i, int j, int *mIJ) |
| int | catchmentGrid (char *segFile, char *fdrFile, char *catFile) |
| int | trace (float **seg, short int **fdr, float **cat, int i, int j) |
| int catchmentGrid | ( | char * | segFile, | |
| char * | fdrFile, | |||
| char * | catFile | |||
| ) |
Definition at line 9 of file catProcessing.cpp.
References bndbox, csize, dir, dx, dy, elev, filetype, findIJCat(), gridread(), gridwrite(), mval, nx, ny, RPFLTDTYPE, RPSHRDTYPE, slope, and trace().
Referenced by CatchmentGridDlg::run().
Here is the call graph for this function:

| void findIJCat | ( | short ** | fdr, | |
| int | i, | |||
| int | j, | |||
| int * | mIJ | |||
| ) |
| int trace | ( | float ** | seg, | |
| short int ** | fdr, | |||
| float ** | cat, | |||
| int | i, | |||
| int | j | |||
| ) |
Definition at line 45 of file catProcessing.cpp.
References findIJCat().
Referenced by catchmentGrid().
Here is the call graph for this function:

1.5.2