Loading [MathJax]/extensions/tex2jax.js
libSBML C++ API  5.20.2
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
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 
)