Functions | Variables

src/obase/Parameter.c File Reference

Functions

ParameterTypegetParameters ()
ParameterTypegetMu ()
void setMu (ParameterType *pt)
ParameterTypegetNu ()
void setNu (ParameterType *pt)
ParameterTypegetEpsilon ()
void setEpsilon (ParameterType *pt)
ParameterTypegetSigma ()
void setSigma (ParameterType *pt)
void setSigmaStep (int steps)
void incrementParameter (ParameterType *pt)
bool moreParameters (ParameterType *pt)
void addParameter (LambdaSet ls)
void incrementSigma (ParameterType *pt)
void initLoopParameters (InputParms inputParms)
void destroyParameters (ParameterType *pt)
void doSomething (Float *parmValues, int *parmSteps, int *nParms)

Variables

static ParameterTypeParameters = NULL
static ParameterTypeNu = NULL
static ParameterTypeMu = NULL
static ParameterTypeSigma = NULL
static ParameterTypeEpsilon = NULL

Variable Documentation

ParameterType* Epsilon = NULL [static]
ParameterType* Mu = NULL [static]
ParameterType* Nu = NULL [static]
ParameterType* Parameters = NULL [static]
ParameterType* Sigma = NULL [static]
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines