libSBML C++ API
5.20.4
|
Implementation of the TransformationComponent class. More...
Implementation of the TransformationComponent class.
TransformationComponent_t* TransformationComponent_clone | ( | const TransformationComponent_t * | tc | ) |
TransformationComponent_t* TransformationComponent_create | ( | unsigned int | level, |
unsigned int | version, | ||
unsigned int | pkgVersion | ||
) |
void TransformationComponent_free | ( | TransformationComponent_t * | tc | ) |
int TransformationComponent_getComponentsLength | ( | const TransformationComponent_t * | tc | ) |
int TransformationComponent_hasRequiredAttributes | ( | const TransformationComponent_t * | tc | ) |
int TransformationComponent_isSetComponents | ( | const TransformationComponent_t * | tc | ) |
int TransformationComponent_isSetComponentsLength | ( | const TransformationComponent_t * | tc | ) |
int TransformationComponent_setComponents | ( | TransformationComponent_t * | tc, |
double * | components, | ||
int | arrayLength | ||
) |
int TransformationComponent_setComponentsLength | ( | TransformationComponent_t * | tc, |
int | componentsLength | ||
) |
int TransformationComponent_unsetComponents | ( | TransformationComponent_t * | tc | ) |
int TransformationComponent_unsetComponentsLength | ( | TransformationComponent_t * | tc | ) |