libSBML C++ API  5.20.4
CSGRotation.cpp File Reference

Implementation of the CSGRotation class. More...

Include dependency graph for CSGRotation.cpp:

Functions

CSGRotation_tCSGRotation_clone (const CSGRotation_t *csgr)
 
CSGRotation_tCSGRotation_create (unsigned int level, unsigned int version, unsigned int pkgVersion)
 
void CSGRotation_free (CSGRotation_t *csgr)
 
double CSGRotation_getRotateAngleInRadians (const CSGRotation_t *csgr)
 
double CSGRotation_getRotateX (const CSGRotation_t *csgr)
 
double CSGRotation_getRotateY (const CSGRotation_t *csgr)
 
double CSGRotation_getRotateZ (const CSGRotation_t *csgr)
 
int CSGRotation_hasRequiredAttributes (const CSGRotation_t *csgr)
 
int CSGRotation_isSetRotateAngleInRadians (const CSGRotation_t *csgr)
 
int CSGRotation_isSetRotateX (const CSGRotation_t *csgr)
 
int CSGRotation_isSetRotateY (const CSGRotation_t *csgr)
 
int CSGRotation_isSetRotateZ (const CSGRotation_t *csgr)
 
int CSGRotation_setRotateAngleInRadians (CSGRotation_t *csgr, double rotateAngleInRadians)
 
int CSGRotation_setRotateX (CSGRotation_t *csgr, double rotateX)
 
int CSGRotation_setRotateY (CSGRotation_t *csgr, double rotateY)
 
int CSGRotation_setRotateZ (CSGRotation_t *csgr, double rotateZ)
 
int CSGRotation_unsetRotateAngleInRadians (CSGRotation_t *csgr)
 
int CSGRotation_unsetRotateX (CSGRotation_t *csgr)
 
int CSGRotation_unsetRotateY (CSGRotation_t *csgr)
 
int CSGRotation_unsetRotateZ (CSGRotation_t *csgr)
 

Detailed Description

Implementation of the CSGRotation class.

Author
SBMLTeam

Function Documentation

◆ CSGRotation_clone()

CSGRotation_t* CSGRotation_clone ( const CSGRotation_t csgr)

◆ CSGRotation_create()

CSGRotation_t* CSGRotation_create ( unsigned int  level,
unsigned int  version,
unsigned int  pkgVersion 
)

◆ CSGRotation_free()

void CSGRotation_free ( CSGRotation_t csgr)

◆ CSGRotation_getRotateAngleInRadians()

double CSGRotation_getRotateAngleInRadians ( const CSGRotation_t csgr)

◆ CSGRotation_getRotateX()

double CSGRotation_getRotateX ( const CSGRotation_t csgr)

◆ CSGRotation_getRotateY()

double CSGRotation_getRotateY ( const CSGRotation_t csgr)

◆ CSGRotation_getRotateZ()

double CSGRotation_getRotateZ ( const CSGRotation_t csgr)

◆ CSGRotation_hasRequiredAttributes()

int CSGRotation_hasRequiredAttributes ( const CSGRotation_t csgr)

◆ CSGRotation_isSetRotateAngleInRadians()

int CSGRotation_isSetRotateAngleInRadians ( const CSGRotation_t csgr)

◆ CSGRotation_isSetRotateX()

int CSGRotation_isSetRotateX ( const CSGRotation_t csgr)

◆ CSGRotation_isSetRotateY()

int CSGRotation_isSetRotateY ( const CSGRotation_t csgr)

◆ CSGRotation_isSetRotateZ()

int CSGRotation_isSetRotateZ ( const CSGRotation_t csgr)

◆ CSGRotation_setRotateAngleInRadians()

int CSGRotation_setRotateAngleInRadians ( CSGRotation_t csgr,
double  rotateAngleInRadians 
)

◆ CSGRotation_setRotateX()

int CSGRotation_setRotateX ( CSGRotation_t csgr,
double  rotateX 
)

◆ CSGRotation_setRotateY()

int CSGRotation_setRotateY ( CSGRotation_t csgr,
double  rotateY 
)

◆ CSGRotation_setRotateZ()

int CSGRotation_setRotateZ ( CSGRotation_t csgr,
double  rotateZ 
)

◆ CSGRotation_unsetRotateAngleInRadians()

int CSGRotation_unsetRotateAngleInRadians ( CSGRotation_t csgr)

◆ CSGRotation_unsetRotateX()

int CSGRotation_unsetRotateX ( CSGRotation_t csgr)

◆ CSGRotation_unsetRotateY()

int CSGRotation_unsetRotateY ( CSGRotation_t csgr)

◆ CSGRotation_unsetRotateZ()

int CSGRotation_unsetRotateZ ( CSGRotation_t csgr)