This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Classes | |
struct | d_CI |
Macros | |
#define | e_CI_LoadLimLow (float) 0.0 |
#define | e_CI_LoadLimUp (float) 999.0 |
#define | e_DufMin 0.446 /* limits tons per acre, NOTE: these must jive */ |
#define | e_DufMax 356.79 /* with the kg/2 e_wdf1,e_wdf1 in bur_brn.h */ |
#define | e_DufDepMin 0.0 /* limits inches */ |
#define | e_DufDepMax 999.0 |
#define | e_MoiDW10Min 3.0 |
#define | e_MoiDW10Max 298.0 |
#define | eC_WD 30 /* Weight Dist id code, Even,Left,etc*/ |
#define | e_GrassGroup "GrassGroup" |
#define | e_SageBrush "Sagebrush" |
#define | e_ShrubGroup "ShrubGroup" |
#define | e_Pocosin "Pocosin" |
#define | e_Ponderosa "Ponderosa" |
#define | e_WhiPinHem "WhiPinHem" /* White Pine Hemlock */ |
#define | e_RedJacPin "RedJacPin" /* Red Jack Pine */ |
#define | e_BalBRWSpr "BalBRWSpr" /* Balsam, Blk Red Whit Spruce */ |
#define | GRASSGROUP e_GrassGroup |
#define | SAGEBRUSH e_SageBrush |
#define | SHRUBGROUP e_ShrubGroup |
#define | POCOSIN e_Pocosin |
#define | PONDEROSA e_Ponderosa |
#define | WHIPINHEM e_WhiPinHem |
#define | REDJACPIN e_RedJacPin |
#define | BALBRWSPR e_BalBRWSpr |
#define | eC_CoverGroup 50 |
#define | e_CI_SAF "SAF" |
#define | e_CI_NVCS "NVCS" |
#define | e_CI_FCC "FCC" |
#define | e_CI_DefaultCoverClass e_CI_SAF |
#define | e_Winter "Winter" |
#define | e_Spring "Spring" |
#define | e_Summer "Summer" |
#define | e_Fall "Fall" |
#define | WINTER e_Winter |
#define | SPRING e_Spring |
#define | SUMMER e_Summer |
#define | FALL e_Fall |
#define | e_SeasonDefault e_Summer /* Season is a required field though */ |
#define | eC_Season 20 |
#define | e_CI_SouthEast "SouthEast" |
#define | e_CI_InteriorWest "InteriorWest" |
#define | e_CI_PacificWest "PacificWest" |
#define | e_CI_NorthEast "NorthEast" |
#define | SOUTHEAST e_CI_SouthEast |
#define | INTERIORWEST e_CI_InteriorWest |
#define | PACIFICWEST e_CI_PacificWest |
#define | NORTHEAST e_CI_NorthEast |
#define | eC_Region 20 |
#define | e_Natural "Natural" |
#define | e_Piles "Piles" |
#define | e_Slash "Slash" |
#define | NATURAL e_Natural |
#define | PILES e_Piles |
#define | SLASH e_Slash |
#define | e_FuelCategoryDefault e_Natural /* Default */ |
#define | eC_FuelCategory 20 |
#define | e_Entire "Entire" /* Duff Moisture Methods */ |
#define | e_Lower "Lower" /* tells what method was used */ |
#define | e_NFDR "NFDR" /* to measure the duff moist. */ |
#define | e_Adj_NFDR "AdjNFDR" |
#define | ENTIRE e_Entire |
#define | LOWER e_Lower |
#define | NFDR e_NFDR |
#define | ADJ_NFDR e_Adj_NFDR |
#define | e_DufMoiMetDefault "" /* Default */ |
#define | eC_DufMoiMet 20 |
Functions | |
void WINAPI | CI_Init (d_CI *a_CI) |
int | CI_isSpring (d_CI *a_CI) |
int | CI_isFall (d_CI *a_CI) |
int | CI_isWinter (d_CI *a_CI) |
int | CI_isSummer (d_CI *a_CI) |
int | CI_isSeason (d_CI *a_CI) |
int | CI_isShrubGroup (d_CI *a_CI) |
int | CI_isGrassGroup (d_CI *a_CI) |
int | CI_isSageBrush (d_CI *a_CI) |
int | CI_isPocosin (d_CI *a_CI) |
int | CI_isPonderosa (d_CI *a_CI) |
int | CI_isWhiPinHem (d_CI *a_CI) |
int | CI_isRedJacPin (d_CI *a_CI) |
int | CI_isBalBRWSpr (d_CI *a_CI) |
int | CI_isCoverGroup (d_CI *a_CI) |
int | CI_isSouthEast (d_CI *a_CI) |
int | CI_isInteriorWest (d_CI *a_CI) |
int | CI_isPacificWest (d_CI *a_CI) |
int | CI_isNorthEast (d_CI *a_CI) |
int | CI_isNatural (d_CI *a_CI) |
int | CI_isPiles (d_CI *a_CI) |
int | CI_isSlash (d_CI *a_CI) |
int | CI_isDufEntire (d_CI *a_CI) |
int | CI_isDufLower (d_CI *a_CI) |
int | CI_isDufNFDR (d_CI *a_CI) |
int | CI_isDufAdjNFDR (d_CI *a_CI) |
int | CI_isDufMethod (d_CI *a_CI) |
int | CI_isDuffWet (d_CI *a_CI) |
void | CI_Display (d_CI *a_CI) |
float | CI_MaxLoad (d_CI *a_CI) |
int | CI_OnlyDuff (d_CI *a_CI) |
Macro Definition Documentation
#define ADJ_NFDR e_Adj_NFDR |
#define BALBRWSPR e_BalBRWSpr |
#define e_Adj_NFDR "AdjNFDR" |
#define e_BalBRWSpr "BalBRWSpr" /* Balsam, Blk Red Whit Spruce */ |
#define e_CI_DefaultCoverClass e_CI_SAF |
#define e_CI_FCC "FCC" |
#define e_CI_InteriorWest "InteriorWest" |
#define e_CI_LoadLimLow (float) 0.0 |
#define e_CI_LoadLimUp (float) 999.0 |
#define e_CI_NorthEast "NorthEast" |
#define e_CI_NVCS "NVCS" |
#define e_CI_PacificWest "PacificWest" |
#define e_CI_SAF "SAF" |
#define e_CI_SouthEast "SouthEast" |
#define e_DufDepMax 999.0 |
#define e_DufDepMin 0.0 /* limits inches */ |
#define e_DufMin 0.446 /* limits tons per acre, NOTE: these must jive */ |
#define e_DufMoiMetDefault "" /* Default */ |
#define e_Entire "Entire" /* Duff Moisture Methods */ |
#define e_Fall "Fall" |
#define e_FuelCategoryDefault e_Natural /* Default */ |
#define e_GrassGroup "GrassGroup" |
#define e_Lower "Lower" /* tells what method was used */ |
#define e_MoiDW10Max 298.0 |
#define e_MoiDW10Min 3.0 |
#define e_Natural "Natural" |
#define e_NFDR "NFDR" /* to measure the duff moist. */ |
#define e_Piles "Piles" |
#define e_Pocosin "Pocosin" |
#define e_Ponderosa "Ponderosa" |
#define e_RedJacPin "RedJacPin" /* Red Jack Pine */ |
#define e_SageBrush "Sagebrush" |
#define e_SeasonDefault e_Summer /* Season is a required field though */ |
#define e_ShrubGroup "ShrubGroup" |
#define e_Slash "Slash" |
#define e_Spring "Spring" |
#define e_Summer "Summer" |
#define e_WhiPinHem "WhiPinHem" /* White Pine Hemlock */ |
#define e_Winter "Winter" |
#define eC_CoverGroup 50 |
#define eC_DufMoiMet 20 |
#define eC_FuelCategory 20 |
#define eC_Region 20 |
#define eC_Season 20 |
#define eC_WD 30 /* Weight Dist id code, Even,Left,etc*/ |
#define ENTIRE e_Entire |
#define FALL e_Fall |
#define GRASSGROUP e_GrassGroup |
#define INTERIORWEST e_CI_InteriorWest |
#define LOWER e_Lower |
#define NATURAL e_Natural |
#define NFDR e_NFDR |
#define NORTHEAST e_CI_NorthEast |
#define PACIFICWEST e_CI_PacificWest |
#define PILES e_Piles |
#define POCOSIN e_Pocosin |
#define PONDEROSA e_Ponderosa |
#define REDJACPIN e_RedJacPin |
#define SAGEBRUSH e_SageBrush |
#define SHRUBGROUP e_ShrubGroup |
#define SLASH e_Slash |
#define SOUTHEAST e_CI_SouthEast |
#define SPRING e_Spring |
#define SUMMER e_Summer |
#define WHIPINHEM e_WhiPinHem |
#define WINTER e_Winter |
Function Documentation
void CI_Display | ( | d_CI * | a_CI | ) |
void WINAPI CI_Init | ( | d_CI * | a_CI | ) |
Here is the caller graph for this function:
int CI_isBalBRWSpr | ( | d_CI * | a_CI | ) |
Here is the call graph for this function:
Here is the caller graph for this function:
int CI_isCoverGroup | ( | d_CI * | a_CI | ) |
Here is the call graph for this function:
Here is the caller graph for this function:
int CI_isDufAdjNFDR | ( | d_CI * | a_CI | ) |
Here is the call graph for this function:
Here is the caller graph for this function:
int CI_isDufEntire | ( | d_CI * | a_CI | ) |
Here is the call graph for this function:
Here is the caller graph for this function:
int CI_isDuffWet | ( | d_CI * | a_CI | ) |
Here is the call graph for this function:
Here is the caller graph for this function:
int CI_isDufLower | ( | d_CI * | a_CI | ) |
Here is the call graph for this function:
Here is the caller graph for this function:
int CI_isDufMethod | ( | d_CI * | a_CI | ) |
Here is the call graph for this function:
int CI_isDufNFDR | ( | d_CI * | a_CI | ) |
Here is the call graph for this function:
Here is the caller graph for this function:
int CI_isFall | ( | d_CI * | a_CI | ) |
Here is the call graph for this function:
Here is the caller graph for this function:
int CI_isGrassGroup | ( | d_CI * | a_CI | ) |
Here is the call graph for this function:
Here is the caller graph for this function:
int CI_isInteriorWest | ( | d_CI * | a_CI | ) |
Here is the call graph for this function:
Here is the caller graph for this function:
int CI_isNatural | ( | d_CI * | a_CI | ) |
Here is the call graph for this function:
Here is the caller graph for this function:
int CI_isNorthEast | ( | d_CI * | a_CI | ) |
Here is the call graph for this function:
Here is the caller graph for this function:
int CI_isPacificWest | ( | d_CI * | a_CI | ) |
Here is the call graph for this function:
Here is the caller graph for this function:
int CI_isPiles | ( | d_CI * | a_CI | ) |
Here is the call graph for this function:
Here is the caller graph for this function:
int CI_isPocosin | ( | d_CI * | a_CI | ) |
Here is the call graph for this function:
Here is the caller graph for this function:
int CI_isPonderosa | ( | d_CI * | a_CI | ) |
Here is the call graph for this function:
Here is the caller graph for this function:
int CI_isRedJacPin | ( | d_CI * | a_CI | ) |
Here is the call graph for this function:
Here is the caller graph for this function:
int CI_isSageBrush | ( | d_CI * | a_CI | ) |
Here is the call graph for this function:
Here is the caller graph for this function:
int CI_isSeason | ( | d_CI * | a_CI | ) |
Here is the call graph for this function:
int CI_isShrubGroup | ( | d_CI * | a_CI | ) |
Here is the call graph for this function:
Here is the caller graph for this function:
int CI_isSlash | ( | d_CI * | a_CI | ) |
Here is the call graph for this function:
Here is the caller graph for this function:
int CI_isSouthEast | ( | d_CI * | a_CI | ) |
Here is the call graph for this function:
Here is the caller graph for this function:
int CI_isSpring | ( | d_CI * | a_CI | ) |
Here is the call graph for this function:
Here is the caller graph for this function:
int CI_isSummer | ( | d_CI * | a_CI | ) |
Here is the call graph for this function:
Here is the caller graph for this function:
int CI_isWhiPinHem | ( | d_CI * | a_CI | ) |
Here is the call graph for this function:
Here is the caller graph for this function:
int CI_isWinter | ( | d_CI * | a_CI | ) |
Here is the call graph for this function:
Here is the caller graph for this function:
float CI_MaxLoad | ( | d_CI * | a_CI | ) |
int CI_OnlyDuff | ( | d_CI * | a_CI | ) |