libSBML C++ API  5.20.4
TransformationComponent.cpp File Reference

Implementation of the TransformationComponent class. More...

Include dependency graph for TransformationComponent.cpp:

Functions

TransformationComponent_tTransformationComponent_clone (const TransformationComponent_t *tc)
 
TransformationComponent_tTransformationComponent_create (unsigned int level, unsigned int version, unsigned int pkgVersion)
 
void TransformationComponent_free (TransformationComponent_t *tc)
 
int TransformationComponent_getComponentsLength (const TransformationComponent_t *tc)
 
int TransformationComponent_hasRequiredAttributes (const TransformationComponent_t *tc)
 
int TransformationComponent_isSetComponents (const TransformationComponent_t *tc)
 
int TransformationComponent_isSetComponentsLength (const TransformationComponent_t *tc)
 
int TransformationComponent_setComponents (TransformationComponent_t *tc, double *components, int arrayLength)
 
int TransformationComponent_setComponentsLength (TransformationComponent_t *tc, int componentsLength)
 
int TransformationComponent_unsetComponents (TransformationComponent_t *tc)
 
int TransformationComponent_unsetComponentsLength (TransformationComponent_t *tc)
 

Detailed Description

Implementation of the TransformationComponent class.

Author
SBMLTeam

Function Documentation

◆ TransformationComponent_clone()

TransformationComponent_t* TransformationComponent_clone ( const TransformationComponent_t tc)

◆ TransformationComponent_create()

TransformationComponent_t* TransformationComponent_create ( unsigned int  level,
unsigned int  version,
unsigned int  pkgVersion 
)

◆ TransformationComponent_free()

void TransformationComponent_free ( TransformationComponent_t tc)

◆ TransformationComponent_getComponentsLength()

int TransformationComponent_getComponentsLength ( const TransformationComponent_t tc)

◆ TransformationComponent_hasRequiredAttributes()

int TransformationComponent_hasRequiredAttributes ( const TransformationComponent_t tc)

◆ TransformationComponent_isSetComponents()

int TransformationComponent_isSetComponents ( const TransformationComponent_t tc)

◆ TransformationComponent_isSetComponentsLength()

int TransformationComponent_isSetComponentsLength ( const TransformationComponent_t tc)

◆ TransformationComponent_setComponents()

int TransformationComponent_setComponents ( TransformationComponent_t tc,
double *  components,
int  arrayLength 
)

◆ TransformationComponent_setComponentsLength()

int TransformationComponent_setComponentsLength ( TransformationComponent_t tc,
int  componentsLength 
)

◆ TransformationComponent_unsetComponents()

int TransformationComponent_unsetComponents ( TransformationComponent_t tc)

◆ TransformationComponent_unsetComponentsLength()

int TransformationComponent_unsetComponentsLength ( TransformationComponent_t tc)