libSBML C++ API  5.20.4
ListOfCSGObjects.cpp File Reference

Implementation of the ListOfCSGObjects class. More...

Include dependency graph for ListOfCSGObjects.cpp:

Functions

CSGObject_tListOfCSGObjects_getById (ListOf_t *lo, const char *sid)
 
CSGObject_tListOfCSGObjects_getCSGObject (ListOf_t *lo, unsigned int n)
 
CSGObject_tListOfCSGObjects_remove (ListOf_t *lo, unsigned int n)
 
CSGObject_tListOfCSGObjects_removeById (ListOf_t *lo, const char *sid)
 

Detailed Description

Implementation of the ListOfCSGObjects class.

Author
SBMLTeam

Function Documentation

◆ ListOfCSGObjects_getById()

CSGObject_t* ListOfCSGObjects_getById ( ListOf_t lo,
const char *  sid 
)

◆ ListOfCSGObjects_getCSGObject()

CSGObject_t* ListOfCSGObjects_getCSGObject ( ListOf_t lo,
unsigned int  n 
)

◆ ListOfCSGObjects_remove()

CSGObject_t* ListOfCSGObjects_remove ( ListOf_t lo,
unsigned int  n 
)

◆ ListOfCSGObjects_removeById()

CSGObject_t* ListOfCSGObjects_removeById ( ListOf_t lo,
const char *  sid 
)