fof_ci.c File Reference
#include <windows.h>#include <stdlib.h>#include <stdio.h>#include <math.h>#include <string.h>#include "bur_brn.h"#include "fof_ci.h"#include "fof_util.h"#include "fof_lem.h"#include "fof_ansi.h"
Include dependency graph for fof_ci.c:

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_isSummer (d_CI *a_CI) |
| int | CI_isWinter (d_CI *a_CI) |
| int | CI_isSeason (d_CI *a_CI) |
| int | CI_isGrassGroup (d_CI *a_CI) |
| int | CI_isShrubGroup (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) |
| float | CI_MaxLoad (d_CI *a_CI) |
| int | CI_OnlyDuff (d_CI *a_CI) |
Function Documentation
| 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 | ) |