|
libSBML C++ API
5.20.5
|
Implementation of the ParametricGeometry class. More...
Implementation of the ParametricGeometry class.
| int ParametricGeometry_addParametricObject | ( | ParametricGeometry_t * | pg, |
| const ParametricObject_t * | po | ||
| ) |
| ParametricGeometry_t * ParametricGeometry_clone | ( | const ParametricGeometry_t * | pg | ) |
| ParametricGeometry_t * ParametricGeometry_create | ( | unsigned int | level, |
| unsigned int | version, | ||
| unsigned int | pkgVersion | ||
| ) |
| ParametricObject_t * ParametricGeometry_createParametricObject | ( | ParametricGeometry_t * | pg | ) |
| SpatialPoints_t * ParametricGeometry_createSpatialPoints | ( | ParametricGeometry_t * | pg | ) |
| void ParametricGeometry_free | ( | ParametricGeometry_t * | pg | ) |
| ListOf_t * ParametricGeometry_getListOfParametricObjects | ( | ParametricGeometry_t * | pg | ) |
| unsigned int ParametricGeometry_getNumParametricObjects | ( | ParametricGeometry_t * | pg | ) |
| ParametricObject_t * ParametricGeometry_getParametricObject | ( | ParametricGeometry_t * | pg, |
| unsigned int | n | ||
| ) |
| ParametricObject_t * ParametricGeometry_getParametricObjectByDomainType | ( | ParametricGeometry_t * | pg, |
| const char * | sid | ||
| ) |
| ParametricObject_t * ParametricGeometry_getParametricObjectById | ( | ParametricGeometry_t * | pg, |
| const char * | sid | ||
| ) |
| const SpatialPoints_t * ParametricGeometry_getSpatialPoints | ( | const ParametricGeometry_t * | pg | ) |
| int ParametricGeometry_hasRequiredAttributes | ( | const ParametricGeometry_t * | pg | ) |
| int ParametricGeometry_hasRequiredElements | ( | const ParametricGeometry_t * | pg | ) |
| int ParametricGeometry_isSetSpatialPoints | ( | const ParametricGeometry_t * | pg | ) |
| ParametricObject_t * ParametricGeometry_removeParametricObject | ( | ParametricGeometry_t * | pg, |
| unsigned int | n | ||
| ) |
| ParametricObject_t * ParametricGeometry_removeParametricObjectById | ( | ParametricGeometry_t * | pg, |
| const char * | sid | ||
| ) |
| int ParametricGeometry_setSpatialPoints | ( | ParametricGeometry_t * | pg, |
| const SpatialPoints_t * | spatialPoints | ||
| ) |
| int ParametricGeometry_unsetSpatialPoints | ( | ParametricGeometry_t * | pg | ) |