libSBML Perl API  5.20.5
Loading...
Searching...
No Matches
ListOfGradientStops.cpp File Reference

Implementation of the ListOfGradientStops class. More...

Include dependency graph for ListOfGradientStops.cpp:

Functions

GradientStop_t * ListOfGradientStops_getById (ListOf_t *lo, const char *sid)
GradientStop_t * ListOfGradientStops_getGradientStop (ListOf_t *lo, unsigned int n)
GradientStop_t * ListOfGradientStops_remove (ListOf_t *lo, unsigned int n)
GradientStop_t * ListOfGradientStops_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 )