libSBML C++ API  5.20.4
ListOfGradientStops.cpp File Reference

Implementation of the ListOfGradientStops class. More...

Include dependency graph for ListOfGradientStops.cpp:

Functions

GradientStop_tListOfGradientStops_getById (ListOf_t *lo, const char *sid)
 
GradientStop_tListOfGradientStops_getGradientStop (ListOf_t *lo, unsigned int n)
 
GradientStop_tListOfGradientStops_remove (ListOf_t *lo, unsigned int n)
 
GradientStop_tListOfGradientStops_removeById (ListOf_t *lo, const char *sid)
 

Detailed Description

Implementation of the ListOfGradientStops class.

Author
SBMLTeam

Function Documentation

◆ ListOfGradientStops_getById()

GradientStop_t* ListOfGradientStops_getById ( ListOf_t lo,
const char *  sid 
)

◆ ListOfGradientStops_getGradientStop()

GradientStop_t* ListOfGradientStops_getGradientStop ( ListOf_t lo,
unsigned int  n 
)

◆ ListOfGradientStops_remove()

GradientStop_t* ListOfGradientStops_remove ( ListOf_t lo,
unsigned int  n 
)

◆ ListOfGradientStops_removeById()

GradientStop_t* ListOfGradientStops_removeById ( ListOf_t lo,
const char *  sid 
)