fof_hsf.h
Go to the documentation of this file.
1 //
2 // $Id$
3 //
4 
5 int HSF_Mngr (d_CI *a_CI, d_CO *a_CO, char cr_ErrMes[]);
6 int HSF_Check (d_CI *a_CI, char cr_ErrMes[]);
7 
8 
9 /*.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- */
10 int Calc_CrownFoliage (d_CI *a_CI, float *af_Con, float *af_Post, float *af_Percent);
11 int Calc_CrownBranch (d_CI *a_CI, float *af_Con, float *af_Post, float *af_Percent);
12 int Calc_Herb (d_CI *a_CI, float *af_Con, float *af_Post, float *af_Percent);
13 int Calc_Shrub (d_CI *a_CI, float *af_Con, float *af_Post, float *af_Percent);
14 float Shrub_Equ (d_CI *a_CI, int i_Equ);
15 float Equ_234_Per (d_CI *a_CI);
16 float Equation_16 (d_CI *a_CI);
int Calc_Shrub(d_CI *a_CI, float *af_Con, float *af_Post, float *af_Percent)
Definition: fof_hsf.c:93
Definition: fof_ci.h:37
int HSF_Check(d_CI *a_CI, char cr_ErrMes[])
Definition: fof_hsf.c:311
int Calc_Herb(d_CI *a_CI, float *af_Con, float *af_Post, float *af_Percent)
Definition: fof_hsf.c:222
int HSF_Mngr(d_CI *a_CI, d_CO *a_CO, char cr_ErrMes[])
Definition: fof_hsf.c:42
int Calc_CrownFoliage(d_CI *a_CI, float *af_Con, float *af_Post, float *af_Percent)
Definition: fof_hsf.c:285
float Equ_234_Per(d_CI *a_CI)
Definition: fof_hsf.c:167
int Calc_CrownBranch(d_CI *a_CI, float *af_Con, float *af_Post, float *af_Percent)
Definition: fof_hsf.c:263
float Equation_16(d_CI *a_CI)
Definition: fof_hsf.c:204
float Shrub_Equ(d_CI *a_CI, int i_Equ)
Definition: fof_hsf.c:140
Definition: fof_co.h:11