Mapper
Functions
rate_table.c File Reference
#include "rate_table.h"
#include <math.h>
Include dependency graph for rate_table.c:

Go to the source code of this file.

Functions

int GetFlow (RatingTable A, double Stage, int *Warning)
 
int BelowStage2Flow (RatingTable A, double ShiftStage)
 
int AboveStage2Flow (RatingTable A, double ShiftStage)
 
int ExactStage2Flow (RatingTable A, int i)
 
int InterpolateStage2Flow (RatingTable A, double ShiftStage, int i)
 
double GetStage (RatingTable A, int Flow, int *Warning)
 
double BelowFlow2Stage (RatingTable A, int Flow)
 
double AboveFlow2Stage (RatingTable A, int Flow)
 
double ExactFlow2Stage (RatingTable A, int i)
 
double InterpolateFlow2Stage (RatingTable A, int Flow, int i)
 

Function Documentation

◆ AboveFlow2Stage()

double AboveFlow2Stage ( RatingTable  A,
int  Flow 
)

Definition at line 207 of file rate_table.c.

Here is the caller graph for this function:

◆ AboveStage2Flow()

int AboveStage2Flow ( RatingTable  A,
double  ShiftStage 
)

Definition at line 76 of file rate_table.c.

Here is the caller graph for this function:

◆ BelowFlow2Stage()

double BelowFlow2Stage ( RatingTable  A,
int  Flow 
)

Definition at line 192 of file rate_table.c.

Here is the caller graph for this function:

◆ BelowStage2Flow()

int BelowStage2Flow ( RatingTable  A,
double  ShiftStage 
)

Definition at line 63 of file rate_table.c.

Here is the caller graph for this function:

◆ ExactFlow2Stage()

double ExactFlow2Stage ( RatingTable  A,
int  i 
)

Definition at line 234 of file rate_table.c.

Here is the caller graph for this function:

◆ ExactStage2Flow()

int ExactStage2Flow ( RatingTable  A,
int  i 
)

Definition at line 100 of file rate_table.c.

Here is the caller graph for this function:

◆ GetFlow()

int GetFlow ( RatingTable  A,
double  Stage,
int *  Warning 
)

Definition at line 14 of file rate_table.c.

Here is the call graph for this function:

◆ GetStage()

double GetStage ( RatingTable  A,
int  Flow,
int *  Warning 
)

Definition at line 145 of file rate_table.c.

Here is the call graph for this function:

◆ InterpolateFlow2Stage()

double InterpolateFlow2Stage ( RatingTable  A,
int  Flow,
int  i 
)

Definition at line 247 of file rate_table.c.

Here is the caller graph for this function:

◆ InterpolateStage2Flow()

int InterpolateStage2Flow ( RatingTable  A,
double  ShiftStage,
int  i 
)

Definition at line 112 of file rate_table.c.

Here is the caller graph for this function: