libSBML Perl API  5.20.5
Loading...
Searching...
No Matches
AdvectionCoefficient.cpp File Reference

Implementation of the AdvectionCoefficient class. More...

Include dependency graph for AdvectionCoefficient.cpp:

Functions

AdvectionCoefficient_tAdvectionCoefficient_clone (const AdvectionCoefficient_t *ac)
AdvectionCoefficient_tAdvectionCoefficient_create (unsigned int level, unsigned int version, unsigned int pkgVersion)
void AdvectionCoefficient_free (AdvectionCoefficient_t *ac)
CoordinateKind_t AdvectionCoefficient_getCoordinate (const AdvectionCoefficient_t *ac)
char * AdvectionCoefficient_getCoordinateAsString (const AdvectionCoefficient_t *ac)
char * AdvectionCoefficient_getVariable (const AdvectionCoefficient_t *ac)
int AdvectionCoefficient_hasRequiredAttributes (const AdvectionCoefficient_t *ac)
int AdvectionCoefficient_isSetCoordinate (const AdvectionCoefficient_t *ac)
int AdvectionCoefficient_isSetVariable (const AdvectionCoefficient_t *ac)
int AdvectionCoefficient_setCoordinate (AdvectionCoefficient_t *ac, CoordinateKind_t coordinate)
int AdvectionCoefficient_setCoordinateAsString (AdvectionCoefficient_t *ac, const char *coordinate)
int AdvectionCoefficient_setVariable (AdvectionCoefficient_t *ac, const char *variable)
int AdvectionCoefficient_unsetCoordinate (AdvectionCoefficient_t *ac)
int AdvectionCoefficient_unsetVariable (AdvectionCoefficient_t *ac)

Detailed Description

Implementation of the AdvectionCoefficient class.

Author
SBMLTeam

Function Documentation

◆ AdvectionCoefficient_clone()

AdvectionCoefficient_t * AdvectionCoefficient_clone ( const AdvectionCoefficient_t * ac)

◆ AdvectionCoefficient_create()

AdvectionCoefficient_t * AdvectionCoefficient_create ( unsigned int level,
unsigned int version,
unsigned int pkgVersion )

◆ AdvectionCoefficient_free()

void AdvectionCoefficient_free ( AdvectionCoefficient_t * ac)

◆ AdvectionCoefficient_getCoordinate()

CoordinateKind_t AdvectionCoefficient_getCoordinate ( const AdvectionCoefficient_t * ac)

◆ AdvectionCoefficient_getCoordinateAsString()

char * AdvectionCoefficient_getCoordinateAsString ( const AdvectionCoefficient_t * ac)

◆ AdvectionCoefficient_getVariable()

char * AdvectionCoefficient_getVariable ( const AdvectionCoefficient_t * ac)

◆ AdvectionCoefficient_hasRequiredAttributes()

int AdvectionCoefficient_hasRequiredAttributes ( const AdvectionCoefficient_t * ac)

◆ AdvectionCoefficient_isSetCoordinate()

int AdvectionCoefficient_isSetCoordinate ( const AdvectionCoefficient_t * ac)

◆ AdvectionCoefficient_isSetVariable()

int AdvectionCoefficient_isSetVariable ( const AdvectionCoefficient_t * ac)

◆ AdvectionCoefficient_setCoordinate()

int AdvectionCoefficient_setCoordinate ( AdvectionCoefficient_t * ac,
CoordinateKind_t coordinate )

◆ AdvectionCoefficient_setCoordinateAsString()

int AdvectionCoefficient_setCoordinateAsString ( AdvectionCoefficient_t * ac,
const char * coordinate )

◆ AdvectionCoefficient_setVariable()

int AdvectionCoefficient_setVariable ( AdvectionCoefficient_t * ac,
const char * variable )

◆ AdvectionCoefficient_unsetCoordinate()

int AdvectionCoefficient_unsetCoordinate ( AdvectionCoefficient_t * ac)

◆ AdvectionCoefficient_unsetVariable()

int AdvectionCoefficient_unsetVariable ( AdvectionCoefficient_t * ac)