libSBML C++ API  5.20.4
ListOfInteriorPoints.cpp File Reference

Implementation of the ListOfInteriorPoints class. More...

Include dependency graph for ListOfInteriorPoints.cpp:

Functions

InteriorPoint_tListOfInteriorPoints_getById (ListOf_t *lo, const char *sid)
 
InteriorPoint_tListOfInteriorPoints_getInteriorPoint (ListOf_t *lo, unsigned int n)
 
InteriorPoint_tListOfInteriorPoints_remove (ListOf_t *lo, unsigned int n)
 
InteriorPoint_tListOfInteriorPoints_removeById (ListOf_t *lo, const char *sid)
 

Detailed Description

Implementation of the ListOfInteriorPoints class.

Author
SBMLTeam

Function Documentation

◆ ListOfInteriorPoints_getById()

InteriorPoint_t* ListOfInteriorPoints_getById ( ListOf_t lo,
const char *  sid 
)

◆ ListOfInteriorPoints_getInteriorPoint()

InteriorPoint_t* ListOfInteriorPoints_getInteriorPoint ( ListOf_t lo,
unsigned int  n 
)

◆ ListOfInteriorPoints_remove()

InteriorPoint_t* ListOfInteriorPoints_remove ( ListOf_t lo,
unsigned int  n 
)

◆ ListOfInteriorPoints_removeById()

InteriorPoint_t* ListOfInteriorPoints_removeById ( ListOf_t lo,
const char *  sid 
)