libSBML C++ API  5.20.4
InteriorPoint.cpp File Reference

Implementation of the InteriorPoint class. More...

Include dependency graph for InteriorPoint.cpp:

Functions

InteriorPoint_tInteriorPoint_clone (const InteriorPoint_t *ip)
 
InteriorPoint_tInteriorPoint_create (unsigned int level, unsigned int version, unsigned int pkgVersion)
 
void InteriorPoint_free (InteriorPoint_t *ip)
 
double InteriorPoint_getCoord1 (const InteriorPoint_t *ip)
 
double InteriorPoint_getCoord2 (const InteriorPoint_t *ip)
 
double InteriorPoint_getCoord3 (const InteriorPoint_t *ip)
 
int InteriorPoint_hasRequiredAttributes (const InteriorPoint_t *ip)
 
int InteriorPoint_isSetCoord1 (const InteriorPoint_t *ip)
 
int InteriorPoint_isSetCoord2 (const InteriorPoint_t *ip)
 
int InteriorPoint_isSetCoord3 (const InteriorPoint_t *ip)
 
int InteriorPoint_setCoord1 (InteriorPoint_t *ip, double coord1)
 
int InteriorPoint_setCoord2 (InteriorPoint_t *ip, double coord2)
 
int InteriorPoint_setCoord3 (InteriorPoint_t *ip, double coord3)
 
int InteriorPoint_unsetCoord1 (InteriorPoint_t *ip)
 
int InteriorPoint_unsetCoord2 (InteriorPoint_t *ip)
 
int InteriorPoint_unsetCoord3 (InteriorPoint_t *ip)
 

Detailed Description

Implementation of the InteriorPoint class.

Author
SBMLTeam

Function Documentation

◆ InteriorPoint_clone()

InteriorPoint_t* InteriorPoint_clone ( const InteriorPoint_t ip)

◆ InteriorPoint_create()

InteriorPoint_t* InteriorPoint_create ( unsigned int  level,
unsigned int  version,
unsigned int  pkgVersion 
)

◆ InteriorPoint_free()

void InteriorPoint_free ( InteriorPoint_t ip)

◆ InteriorPoint_getCoord1()

double InteriorPoint_getCoord1 ( const InteriorPoint_t ip)

◆ InteriorPoint_getCoord2()

double InteriorPoint_getCoord2 ( const InteriorPoint_t ip)

◆ InteriorPoint_getCoord3()

double InteriorPoint_getCoord3 ( const InteriorPoint_t ip)

◆ InteriorPoint_hasRequiredAttributes()

int InteriorPoint_hasRequiredAttributes ( const InteriorPoint_t ip)

◆ InteriorPoint_isSetCoord1()

int InteriorPoint_isSetCoord1 ( const InteriorPoint_t ip)

◆ InteriorPoint_isSetCoord2()

int InteriorPoint_isSetCoord2 ( const InteriorPoint_t ip)

◆ InteriorPoint_isSetCoord3()

int InteriorPoint_isSetCoord3 ( const InteriorPoint_t ip)

◆ InteriorPoint_setCoord1()

int InteriorPoint_setCoord1 ( InteriorPoint_t ip,
double  coord1 
)

◆ InteriorPoint_setCoord2()

int InteriorPoint_setCoord2 ( InteriorPoint_t ip,
double  coord2 
)

◆ InteriorPoint_setCoord3()

int InteriorPoint_setCoord3 ( InteriorPoint_t ip,
double  coord3 
)

◆ InteriorPoint_unsetCoord1()

int InteriorPoint_unsetCoord1 ( InteriorPoint_t ip)

◆ InteriorPoint_unsetCoord2()

int InteriorPoint_unsetCoord2 ( InteriorPoint_t ip)

◆ InteriorPoint_unsetCoord3()

int InteriorPoint_unsetCoord3 ( InteriorPoint_t ip)