libSBML C++ API
5.20.4
|
Implementation of the CSGTranslation class. More...
Implementation of the CSGTranslation class.
CSGTranslation_t* CSGTranslation_clone | ( | const CSGTranslation_t * | csgt | ) |
CSGTranslation_t* CSGTranslation_create | ( | unsigned int | level, |
unsigned int | version, | ||
unsigned int | pkgVersion | ||
) |
void CSGTranslation_free | ( | CSGTranslation_t * | csgt | ) |
double CSGTranslation_getTranslateX | ( | const CSGTranslation_t * | csgt | ) |
double CSGTranslation_getTranslateY | ( | const CSGTranslation_t * | csgt | ) |
double CSGTranslation_getTranslateZ | ( | const CSGTranslation_t * | csgt | ) |
int CSGTranslation_hasRequiredAttributes | ( | const CSGTranslation_t * | csgt | ) |
int CSGTranslation_isSetTranslateX | ( | const CSGTranslation_t * | csgt | ) |
int CSGTranslation_isSetTranslateY | ( | const CSGTranslation_t * | csgt | ) |
int CSGTranslation_isSetTranslateZ | ( | const CSGTranslation_t * | csgt | ) |
int CSGTranslation_setTranslateX | ( | CSGTranslation_t * | csgt, |
double | translateX | ||
) |
int CSGTranslation_setTranslateY | ( | CSGTranslation_t * | csgt, |
double | translateY | ||
) |
int CSGTranslation_setTranslateZ | ( | CSGTranslation_t * | csgt, |
double | translateZ | ||
) |
int CSGTranslation_unsetTranslateX | ( | CSGTranslation_t * | csgt | ) |
int CSGTranslation_unsetTranslateY | ( | CSGTranslation_t * | csgt | ) |
int CSGTranslation_unsetTranslateZ | ( | CSGTranslation_t * | csgt | ) |