libSBML C++ API  5.20.4
ListOfGeometryDefinitions.cpp File Reference

Implementation of the ListOfGeometryDefinitions class. More...

Include dependency graph for ListOfGeometryDefinitions.cpp:

Functions

GeometryDefinition_tListOfGeometryDefinitions_getById (ListOf_t *lo, const char *sid)
 
GeometryDefinition_tListOfGeometryDefinitions_getGeometryDefinition (ListOf_t *lo, unsigned int n)
 
GeometryDefinition_tListOfGeometryDefinitions_remove (ListOf_t *lo, unsigned int n)
 
GeometryDefinition_tListOfGeometryDefinitions_removeById (ListOf_t *lo, const char *sid)
 

Detailed Description

Implementation of the ListOfGeometryDefinitions class.

Author
SBMLTeam

Function Documentation

◆ ListOfGeometryDefinitions_getById()

GeometryDefinition_t* ListOfGeometryDefinitions_getById ( ListOf_t lo,
const char *  sid 
)

◆ ListOfGeometryDefinitions_getGeometryDefinition()

GeometryDefinition_t* ListOfGeometryDefinitions_getGeometryDefinition ( ListOf_t lo,
unsigned int  n 
)

◆ ListOfGeometryDefinitions_remove()

GeometryDefinition_t* ListOfGeometryDefinitions_remove ( ListOf_t lo,
unsigned int  n 
)

◆ ListOfGeometryDefinitions_removeById()

GeometryDefinition_t* ListOfGeometryDefinitions_removeById ( ListOf_t lo,
const char *  sid 
)