libSBML C++ API  5.20.4
CSGHomogeneousTransformation.cpp File Reference

Implementation of the CSGHomogeneousTransformation class. More...

Include dependency graph for CSGHomogeneousTransformation.cpp:

Functions

CSGHomogeneousTransformation_tCSGHomogeneousTransformation_clone (const CSGHomogeneousTransformation_t *csght)
 
CSGHomogeneousTransformation_tCSGHomogeneousTransformation_create (unsigned int level, unsigned int version, unsigned int pkgVersion)
 
TransformationComponent_tCSGHomogeneousTransformation_createForwardTransformation (CSGHomogeneousTransformation_t *csght)
 
void CSGHomogeneousTransformation_free (CSGHomogeneousTransformation_t *csght)
 
const TransformationComponent_tCSGHomogeneousTransformation_getForwardTransformation (const CSGHomogeneousTransformation_t *csght)
 
int CSGHomogeneousTransformation_hasRequiredAttributes (const CSGHomogeneousTransformation_t *csght)
 
int CSGHomogeneousTransformation_hasRequiredElements (const CSGHomogeneousTransformation_t *csght)
 
int CSGHomogeneousTransformation_isSetForwardTransformation (const CSGHomogeneousTransformation_t *csght)
 
int CSGHomogeneousTransformation_setForwardTransformation (CSGHomogeneousTransformation_t *csght, const TransformationComponent_t *forwardTransformation)
 
int CSGHomogeneousTransformation_unsetForwardTransformation (CSGHomogeneousTransformation_t *csght)
 

Detailed Description

Implementation of the CSGHomogeneousTransformation class.

Author
SBMLTeam

Function Documentation

◆ CSGHomogeneousTransformation_clone()

CSGHomogeneousTransformation_t* CSGHomogeneousTransformation_clone ( const CSGHomogeneousTransformation_t csght)

◆ CSGHomogeneousTransformation_create()

CSGHomogeneousTransformation_t* CSGHomogeneousTransformation_create ( unsigned int  level,
unsigned int  version,
unsigned int  pkgVersion 
)

◆ CSGHomogeneousTransformation_createForwardTransformation()

TransformationComponent_t* CSGHomogeneousTransformation_createForwardTransformation ( CSGHomogeneousTransformation_t csght)

◆ CSGHomogeneousTransformation_free()

void CSGHomogeneousTransformation_free ( CSGHomogeneousTransformation_t csght)

◆ CSGHomogeneousTransformation_getForwardTransformation()

const TransformationComponent_t* CSGHomogeneousTransformation_getForwardTransformation ( const CSGHomogeneousTransformation_t csght)

◆ CSGHomogeneousTransformation_hasRequiredAttributes()

int CSGHomogeneousTransformation_hasRequiredAttributes ( const CSGHomogeneousTransformation_t csght)

◆ CSGHomogeneousTransformation_hasRequiredElements()

int CSGHomogeneousTransformation_hasRequiredElements ( const CSGHomogeneousTransformation_t csght)

◆ CSGHomogeneousTransformation_isSetForwardTransformation()

int CSGHomogeneousTransformation_isSetForwardTransformation ( const CSGHomogeneousTransformation_t csght)

◆ CSGHomogeneousTransformation_setForwardTransformation()

int CSGHomogeneousTransformation_setForwardTransformation ( CSGHomogeneousTransformation_t csght,
const TransformationComponent_t forwardTransformation 
)

◆ CSGHomogeneousTransformation_unsetForwardTransformation()

int CSGHomogeneousTransformation_unsetForwardTransformation ( CSGHomogeneousTransformation_t csght)