libSBML C++ API  5.20.4
CSGTranslation.cpp File Reference

Implementation of the CSGTranslation class. More...

Include dependency graph for CSGTranslation.cpp:

Functions

CSGTranslation_tCSGTranslation_clone (const CSGTranslation_t *csgt)
 
CSGTranslation_tCSGTranslation_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)
 

Detailed Description

Implementation of the CSGTranslation class.

Author
SBMLTeam

Function Documentation

◆ CSGTranslation_clone()

CSGTranslation_t* CSGTranslation_clone ( const CSGTranslation_t csgt)

◆ CSGTranslation_create()

CSGTranslation_t* CSGTranslation_create ( unsigned int  level,
unsigned int  version,
unsigned int  pkgVersion 
)

◆ CSGTranslation_free()

void CSGTranslation_free ( CSGTranslation_t csgt)

◆ CSGTranslation_getTranslateX()

double CSGTranslation_getTranslateX ( const CSGTranslation_t csgt)

◆ CSGTranslation_getTranslateY()

double CSGTranslation_getTranslateY ( const CSGTranslation_t csgt)

◆ CSGTranslation_getTranslateZ()

double CSGTranslation_getTranslateZ ( const CSGTranslation_t csgt)

◆ CSGTranslation_hasRequiredAttributes()

int CSGTranslation_hasRequiredAttributes ( const CSGTranslation_t csgt)

◆ CSGTranslation_isSetTranslateX()

int CSGTranslation_isSetTranslateX ( const CSGTranslation_t csgt)

◆ CSGTranslation_isSetTranslateY()

int CSGTranslation_isSetTranslateY ( const CSGTranslation_t csgt)

◆ CSGTranslation_isSetTranslateZ()

int CSGTranslation_isSetTranslateZ ( const CSGTranslation_t csgt)

◆ CSGTranslation_setTranslateX()

int CSGTranslation_setTranslateX ( CSGTranslation_t csgt,
double  translateX 
)

◆ CSGTranslation_setTranslateY()

int CSGTranslation_setTranslateY ( CSGTranslation_t csgt,
double  translateY 
)

◆ CSGTranslation_setTranslateZ()

int CSGTranslation_setTranslateZ ( CSGTranslation_t csgt,
double  translateZ 
)

◆ CSGTranslation_unsetTranslateX()

int CSGTranslation_unsetTranslateX ( CSGTranslation_t csgt)

◆ CSGTranslation_unsetTranslateY()

int CSGTranslation_unsetTranslateY ( CSGTranslation_t csgt)

◆ CSGTranslation_unsetTranslateZ()

int CSGTranslation_unsetTranslateZ ( CSGTranslation_t csgt)