|
libSBML C++ API
5.20.5
|
Implementation of the Boundary class. More...
Functions | |
| Boundary_t * | Boundary_clone (const Boundary_t *b) |
| Boundary_t * | Boundary_create (unsigned int level, unsigned int version, unsigned int pkgVersion) |
| void | Boundary_free (Boundary_t *b) |
| char * | Boundary_getId (const Boundary_t *b) |
| char * | Boundary_getName (const Boundary_t *b) |
| double | Boundary_getValue (const Boundary_t *b) |
| int | Boundary_hasRequiredAttributes (const Boundary_t *b) |
| int | Boundary_isSetId (const Boundary_t *b) |
| int | Boundary_isSetName (const Boundary_t *b) |
| int | Boundary_isSetValue (const Boundary_t *b) |
| int | Boundary_setId (Boundary_t *b, const char *id) |
| int | Boundary_setName (Boundary_t *b, const char *name) |
| int | Boundary_setValue (Boundary_t *b, double value) |
| int | Boundary_unsetId (Boundary_t *b) |
| int | Boundary_unsetName (Boundary_t *b) |
| int | Boundary_unsetValue (Boundary_t *b) |
Implementation of the Boundary class.
| Boundary_t * Boundary_clone | ( | const Boundary_t * | b | ) |
| Boundary_t * Boundary_create | ( | unsigned int | level, |
| unsigned int | version, | ||
| unsigned int | pkgVersion | ||
| ) |
| void Boundary_free | ( | Boundary_t * | b | ) |
| char * Boundary_getId | ( | const Boundary_t * | b | ) |
| char * Boundary_getName | ( | const Boundary_t * | b | ) |
| double Boundary_getValue | ( | const Boundary_t * | b | ) |
| int Boundary_hasRequiredAttributes | ( | const Boundary_t * | b | ) |
| int Boundary_isSetId | ( | const Boundary_t * | b | ) |
| int Boundary_isSetName | ( | const Boundary_t * | b | ) |
| int Boundary_isSetValue | ( | const Boundary_t * | b | ) |
| int Boundary_setId | ( | Boundary_t * | b, |
| const char * | id | ||
| ) |
| int Boundary_setName | ( | Boundary_t * | b, |
| const char * | name | ||
| ) |
| int Boundary_setValue | ( | Boundary_t * | b, |
| double | value | ||
| ) |
| int Boundary_unsetId | ( | Boundary_t * | b | ) |
| int Boundary_unsetName | ( | Boundary_t * | b | ) |
| int Boundary_unsetValue | ( | Boundary_t * | b | ) |