|
libSBML C++ API
5.20.5
|
Implementation of the AdvectionCoefficient class. More...
Implementation of the AdvectionCoefficient class.
| AdvectionCoefficient_t * AdvectionCoefficient_clone | ( | const AdvectionCoefficient_t * | ac | ) |
| AdvectionCoefficient_t * AdvectionCoefficient_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 | ) |