libSBML C++ API
5.20.4
|
Implementation of the CSGTransformation class. More...
Implementation of the CSGTransformation class.
CSGTransformation_t* CSGTransformation_clone | ( | const CSGTransformation_t * | csgt | ) |
CSGTransformation_t* CSGTransformation_create | ( | unsigned int | level, |
unsigned int | version, | ||
unsigned int | pkgVersion | ||
) |
CSGHomogeneousTransformation_t* CSGTransformation_createCSGHomogeneousTransformation | ( | CSGTransformation_t * | csgt | ) |
CSGPrimitive_t* CSGTransformation_createCSGPrimitive | ( | CSGTransformation_t * | csgt | ) |
CSGRotation_t* CSGTransformation_createCSGRotation | ( | CSGTransformation_t * | csgt | ) |
CSGScale_t* CSGTransformation_createCSGScale | ( | CSGTransformation_t * | csgt | ) |
CSGSetOperator_t* CSGTransformation_createCSGSetOperator | ( | CSGTransformation_t * | csgt | ) |
CSGTranslation_t* CSGTransformation_createCSGTranslation | ( | CSGTransformation_t * | csgt | ) |
void CSGTransformation_free | ( | CSGTransformation_t * | csgt | ) |
const CSGNode_t* CSGTransformation_getCSGNode | ( | const CSGTransformation_t * | csgt | ) |
int CSGTransformation_hasRequiredAttributes | ( | const CSGTransformation_t * | csgt | ) |
int CSGTransformation_hasRequiredElements | ( | const CSGTransformation_t * | csgt | ) |
int CSGTransformation_isCSGHomogeneousTransformation | ( | const CSGTransformation_t * | csgt | ) |
int CSGTransformation_isCSGRotation | ( | const CSGTransformation_t * | csgt | ) |
int CSGTransformation_isCSGScale | ( | const CSGTransformation_t * | csgt | ) |
int CSGTransformation_isCSGTranslation | ( | const CSGTransformation_t * | csgt | ) |
int CSGTransformation_isSetCSGNode | ( | const CSGTransformation_t * | csgt | ) |
int CSGTransformation_setCSGNode | ( | CSGTransformation_t * | csgt, |
const CSGNode_t * | csgNode | ||
) |
int CSGTransformation_unsetCSGNode | ( | CSGTransformation_t * | csgt | ) |