|
libSBML C++ API
5.20.5
|
Implementation of the CSGNode class. More...
Functions | |
| CSGNode_t * | CSGNode_clone (const CSGNode_t *csgn) |
| CSGHomogeneousTransformation_t * | CSGNode_createCSGHomogeneousTransformation (unsigned int level, unsigned int version, unsigned int pkgVersion) |
| CSGPrimitive_t * | CSGNode_createCSGPrimitive (unsigned int level, unsigned int version, unsigned int pkgVersion) |
| CSGRotation_t * | CSGNode_createCSGRotation (unsigned int level, unsigned int version, unsigned int pkgVersion) |
| CSGScale_t * | CSGNode_createCSGScale (unsigned int level, unsigned int version, unsigned int pkgVersion) |
| CSGSetOperator_t * | CSGNode_createCSGSetOperator (unsigned int level, unsigned int version, unsigned int pkgVersion) |
| CSGTranslation_t * | CSGNode_createCSGTranslation (unsigned int level, unsigned int version, unsigned int pkgVersion) |
| void | CSGNode_free (CSGNode_t *csgn) |
| char * | CSGNode_getId (const CSGNode_t *csgn) |
| char * | CSGNode_getName (const CSGNode_t *csgn) |
| int | CSGNode_hasRequiredAttributes (const CSGNode_t *csgn) |
| int | CSGNode_isCSGHomogeneousTransformation (const CSGNode_t *csgn) |
| int | CSGNode_isCSGPrimitive (const CSGNode_t *csgn) |
| int | CSGNode_isCSGRotation (const CSGNode_t *csgn) |
| int | CSGNode_isCSGScale (const CSGNode_t *csgn) |
| int | CSGNode_isCSGSetOperator (const CSGNode_t *csgn) |
| int | CSGNode_isCSGTranslation (const CSGNode_t *csgn) |
| int | CSGNode_isSetId (const CSGNode_t *csgn) |
| int | CSGNode_isSetName (const CSGNode_t *csgn) |
| int | CSGNode_setId (CSGNode_t *csgn, const char *id) |
| int | CSGNode_setName (CSGNode_t *csgn, const char *name) |
| int | CSGNode_unsetId (CSGNode_t *csgn) |
| int | CSGNode_unsetName (CSGNode_t *csgn) |
Implementation of the CSGNode class.
| CSGHomogeneousTransformation_t * CSGNode_createCSGHomogeneousTransformation | ( | unsigned int | level, |
| unsigned int | version, | ||
| unsigned int | pkgVersion | ||
| ) |
| CSGPrimitive_t * CSGNode_createCSGPrimitive | ( | unsigned int | level, |
| unsigned int | version, | ||
| unsigned int | pkgVersion | ||
| ) |
| CSGRotation_t * CSGNode_createCSGRotation | ( | unsigned int | level, |
| unsigned int | version, | ||
| unsigned int | pkgVersion | ||
| ) |
| CSGScale_t * CSGNode_createCSGScale | ( | unsigned int | level, |
| unsigned int | version, | ||
| unsigned int | pkgVersion | ||
| ) |
| CSGSetOperator_t * CSGNode_createCSGSetOperator | ( | unsigned int | level, |
| unsigned int | version, | ||
| unsigned int | pkgVersion | ||
| ) |
| CSGTranslation_t * CSGNode_createCSGTranslation | ( | unsigned int | level, |
| unsigned int | version, | ||
| unsigned int | pkgVersion | ||
| ) |
| void CSGNode_free | ( | CSGNode_t * | csgn | ) |
| char * CSGNode_getId | ( | const CSGNode_t * | csgn | ) |
| char * CSGNode_getName | ( | const CSGNode_t * | csgn | ) |
| int CSGNode_hasRequiredAttributes | ( | const CSGNode_t * | csgn | ) |
| int CSGNode_isCSGHomogeneousTransformation | ( | const CSGNode_t * | csgn | ) |
| int CSGNode_isCSGPrimitive | ( | const CSGNode_t * | csgn | ) |
| int CSGNode_isCSGRotation | ( | const CSGNode_t * | csgn | ) |
| int CSGNode_isCSGScale | ( | const CSGNode_t * | csgn | ) |
| int CSGNode_isCSGSetOperator | ( | const CSGNode_t * | csgn | ) |
| int CSGNode_isCSGTranslation | ( | const CSGNode_t * | csgn | ) |
| int CSGNode_isSetId | ( | const CSGNode_t * | csgn | ) |
| int CSGNode_isSetName | ( | const CSGNode_t * | csgn | ) |
| int CSGNode_setId | ( | CSGNode_t * | csgn, |
| const char * | id | ||
| ) |
| int CSGNode_setName | ( | CSGNode_t * | csgn, |
| const char * | name | ||
| ) |
| int CSGNode_unsetId | ( | CSGNode_t * | csgn | ) |
| int CSGNode_unsetName | ( | CSGNode_t * | csgn | ) |