fof_smt.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  d_SMT
 

Functions

void SMT_InitTable (void)
 
void SMT_DispTbl (void)
 
int SMT_Get (int iX, d_SMT *a_SMT)
 
int SMT_ChkRegion (char cr_Spe[], int i_Reg)
 
float SMT_CrownRation (char cr_Spe[])
 
float SMT_CalcBarkThick (char cr_Spe[], float f_DBH, char cr_ErrMes[])
 
int SMT_MortEqu (char cr_Spe[])
 
float SMT_CalcHeight (char cr_Spe[], float f_DBH)
 
int SMT_GetIdx (char cr_Spe[])
 
int SMT_ChkReg (d_SMT *a_SMT, int i_Reg)
 
int SMT_NotImp (int iX)
 
float SMT_CalcCrnCov (char cr_Spe[], float f_Dia, float f_Hgt)
 
int SMT_Load (char cr_Pth[], char cr_ErrMes[])
 

Function Documentation

float SMT_CalcBarkThick ( char  cr_Spe[],
float  f_DBH,
char  cr_ErrMes[] 
)

Here is the call graph for this function:

Here is the caller graph for this function:

float SMT_CalcCrnCov ( char  cr_Spe[],
float  f_Dia,
float  f_Hgt 
)

Here is the call graph for this function:

Here is the caller graph for this function:

float SMT_CalcHeight ( char  cr_Spe[],
float  f_DBH 
)
int SMT_ChkReg ( d_SMT a_SMT,
int  i_Reg 
)
int SMT_ChkRegion ( char  cr_Spe[],
int  i_Reg 
)

Here is the call graph for this function:

float SMT_CrownRation ( char  cr_Spe[])
void SMT_DispTbl ( void  )
int SMT_Get ( int  iX,
d_SMT a_SMT 
)
int SMT_GetIdx ( char  cr_Spe[])

Here is the call graph for this function:

Here is the caller graph for this function:

void SMT_InitTable ( void  )

Here is the caller graph for this function:

int SMT_Load ( char  cr_Pth[],
char  cr_ErrMes[] 
)
int SMT_MortEqu ( char  cr_Spe[])

Here is the call graph for this function:

Here is the caller graph for this function:

int SMT_NotImp ( int  iX)