libSBML C++ API  5.20.4
ListOfCoordinateComponents.cpp File Reference

Implementation of the ListOfCoordinateComponents class. More...

Include dependency graph for ListOfCoordinateComponents.cpp:

Functions

CoordinateComponent_tListOfCoordinateComponents_getById (ListOf_t *lo, const char *sid)
 
CoordinateComponent_tListOfCoordinateComponents_getCoordinateComponent (ListOf_t *lo, unsigned int n)
 
CoordinateComponent_tListOfCoordinateComponents_remove (ListOf_t *lo, unsigned int n)
 
CoordinateComponent_tListOfCoordinateComponents_removeById (ListOf_t *lo, const char *sid)
 

Detailed Description

Implementation of the ListOfCoordinateComponents class.

Author
SBMLTeam

Function Documentation

◆ ListOfCoordinateComponents_getById()

CoordinateComponent_t* ListOfCoordinateComponents_getById ( ListOf_t lo,
const char *  sid 
)

◆ ListOfCoordinateComponents_getCoordinateComponent()

CoordinateComponent_t* ListOfCoordinateComponents_getCoordinateComponent ( ListOf_t lo,
unsigned int  n 
)

◆ ListOfCoordinateComponents_remove()

CoordinateComponent_t* ListOfCoordinateComponents_remove ( ListOf_t lo,
unsigned int  n 
)

◆ ListOfCoordinateComponents_removeById()

CoordinateComponent_t* ListOfCoordinateComponents_removeById ( ListOf_t lo,
const char *  sid 
)