libSBML C++ API
5.20.4
|
Implementation of the InteriorPoint class. More...
Functions | |
InteriorPoint_t * | InteriorPoint_clone (const InteriorPoint_t *ip) |
InteriorPoint_t * | InteriorPoint_create (unsigned int level, unsigned int version, unsigned int pkgVersion) |
void | InteriorPoint_free (InteriorPoint_t *ip) |
double | InteriorPoint_getCoord1 (const InteriorPoint_t *ip) |
double | InteriorPoint_getCoord2 (const InteriorPoint_t *ip) |
double | InteriorPoint_getCoord3 (const InteriorPoint_t *ip) |
int | InteriorPoint_hasRequiredAttributes (const InteriorPoint_t *ip) |
int | InteriorPoint_isSetCoord1 (const InteriorPoint_t *ip) |
int | InteriorPoint_isSetCoord2 (const InteriorPoint_t *ip) |
int | InteriorPoint_isSetCoord3 (const InteriorPoint_t *ip) |
int | InteriorPoint_setCoord1 (InteriorPoint_t *ip, double coord1) |
int | InteriorPoint_setCoord2 (InteriorPoint_t *ip, double coord2) |
int | InteriorPoint_setCoord3 (InteriorPoint_t *ip, double coord3) |
int | InteriorPoint_unsetCoord1 (InteriorPoint_t *ip) |
int | InteriorPoint_unsetCoord2 (InteriorPoint_t *ip) |
int | InteriorPoint_unsetCoord3 (InteriorPoint_t *ip) |
Implementation of the InteriorPoint class.
InteriorPoint_t* InteriorPoint_clone | ( | const InteriorPoint_t * | ip | ) |
InteriorPoint_t* InteriorPoint_create | ( | unsigned int | level, |
unsigned int | version, | ||
unsigned int | pkgVersion | ||
) |
void InteriorPoint_free | ( | InteriorPoint_t * | ip | ) |
double InteriorPoint_getCoord1 | ( | const InteriorPoint_t * | ip | ) |
double InteriorPoint_getCoord2 | ( | const InteriorPoint_t * | ip | ) |
double InteriorPoint_getCoord3 | ( | const InteriorPoint_t * | ip | ) |
int InteriorPoint_hasRequiredAttributes | ( | const InteriorPoint_t * | ip | ) |
int InteriorPoint_isSetCoord1 | ( | const InteriorPoint_t * | ip | ) |
int InteriorPoint_isSetCoord2 | ( | const InteriorPoint_t * | ip | ) |
int InteriorPoint_isSetCoord3 | ( | const InteriorPoint_t * | ip | ) |
int InteriorPoint_setCoord1 | ( | InteriorPoint_t * | ip, |
double | coord1 | ||
) |
int InteriorPoint_setCoord2 | ( | InteriorPoint_t * | ip, |
double | coord2 | ||
) |
int InteriorPoint_setCoord3 | ( | InteriorPoint_t * | ip, |
double | coord3 | ||
) |
int InteriorPoint_unsetCoord1 | ( | InteriorPoint_t * | ip | ) |
int InteriorPoint_unsetCoord2 | ( | InteriorPoint_t * | ip | ) |
int InteriorPoint_unsetCoord3 | ( | InteriorPoint_t * | ip | ) |