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

Implementation of the Boundary class. More...

Include dependency graph for Boundary.cpp:

Functions

Boundary_tBoundary_clone (const Boundary_t *b)
Boundary_tBoundary_create (unsigned int level, unsigned int version, unsigned int pkgVersion)
void Boundary_free (Boundary_t *b)
char * Boundary_getId (const Boundary_t *b)
char * Boundary_getName (const Boundary_t *b)
double Boundary_getValue (const Boundary_t *b)
int Boundary_hasRequiredAttributes (const Boundary_t *b)
int Boundary_isSetId (const Boundary_t *b)
int Boundary_isSetName (const Boundary_t *b)
int Boundary_isSetValue (const Boundary_t *b)
int Boundary_setId (Boundary_t *b, const char *id)
int Boundary_setName (Boundary_t *b, const char *name)
int Boundary_setValue (Boundary_t *b, double value)
int Boundary_unsetId (Boundary_t *b)
int Boundary_unsetName (Boundary_t *b)
int Boundary_unsetValue (Boundary_t *b)

Detailed Description

Implementation of the Boundary class.

Author
SBMLTeam

Function Documentation

◆ Boundary_clone()

Boundary_t * Boundary_clone ( const Boundary_t * b)

◆ Boundary_create()

Boundary_t * Boundary_create ( unsigned int level,
unsigned int version,
unsigned int pkgVersion )

◆ Boundary_free()

void Boundary_free ( Boundary_t * b)

◆ Boundary_getId()

char * Boundary_getId ( const Boundary_t * b)

◆ Boundary_getName()

char * Boundary_getName ( const Boundary_t * b)

◆ Boundary_getValue()

double Boundary_getValue ( const Boundary_t * b)

◆ Boundary_hasRequiredAttributes()

int Boundary_hasRequiredAttributes ( const Boundary_t * b)

◆ Boundary_isSetId()

int Boundary_isSetId ( const Boundary_t * b)

◆ Boundary_isSetName()

int Boundary_isSetName ( const Boundary_t * b)

◆ Boundary_isSetValue()

int Boundary_isSetValue ( const Boundary_t * b)

◆ Boundary_setId()

int Boundary_setId ( Boundary_t * b,
const char * id )

◆ Boundary_setName()

int Boundary_setName ( Boundary_t * b,
const char * name )

◆ Boundary_setValue()

int Boundary_setValue ( Boundary_t * b,
double value )

◆ Boundary_unsetId()

int Boundary_unsetId ( Boundary_t * b)

◆ Boundary_unsetName()

int Boundary_unsetName ( Boundary_t * b)

◆ Boundary_unsetValue()

int Boundary_unsetValue ( Boundary_t * b)