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

: Implementation of the MultiCompartmentPlugin class More...

Include dependency graph for MultiCompartmentPlugin.cpp:

Functions

int MultiCompartmentPlugin_addCompartmentReference (MultiCompartmentPlugin_t *mcp, const CompartmentReference_t *cr)
CompartmentReference_tMultiCompartmentPlugin_createCompartmentReference (MultiCompartmentPlugin_t *mcp)
CompartmentReference_tMultiCompartmentPlugin_getCompartmentReference (MultiCompartmentPlugin_t *mcp, unsigned int n)
CompartmentReference_tMultiCompartmentPlugin_getCompartmentReferenceById (MultiCompartmentPlugin_t *mcp, const char *sid)
char * MultiCompartmentPlugin_getCompartmentType (const MultiCompartmentPlugin_t *mcp)
int MultiCompartmentPlugin_getIsType (const MultiCompartmentPlugin_t *mcp)
ListOf_tMultiCompartmentPlugin_getListOfCompartmentReferences (MultiCompartmentPlugin_t *mcp)
unsigned int MultiCompartmentPlugin_getNumCompartmentReferences (MultiCompartmentPlugin_t *mcp)
int MultiCompartmentPlugin_isSetCompartmentType (const MultiCompartmentPlugin_t *mcp)
int MultiCompartmentPlugin_isSetIsType (const MultiCompartmentPlugin_t *mcp)
CompartmentReference_tMultiCompartmentPlugin_removeCompartmentReference (MultiCompartmentPlugin_t *mcp, unsigned int n)
CompartmentReference_tMultiCompartmentPlugin_removeCompartmentReferenceById (MultiCompartmentPlugin_t *mcp, const char *sid)
int MultiCompartmentPlugin_setCompartmentType (MultiCompartmentPlugin_t *mcp, const char *compartmentType)
int MultiCompartmentPlugin_setIsType (MultiCompartmentPlugin_t *mcp, int isType)
int MultiCompartmentPlugin_unsetCompartmentType (MultiCompartmentPlugin_t *mcp)
int MultiCompartmentPlugin_unsetIsType (MultiCompartmentPlugin_t *mcp)

Detailed Description

: Implementation of the MultiCompartmentPlugin class

Author
: SBMLTeam

Function Documentation

◆ MultiCompartmentPlugin_addCompartmentReference()

int MultiCompartmentPlugin_addCompartmentReference ( MultiCompartmentPlugin_t * mcp,
const CompartmentReference_t * cr )

◆ MultiCompartmentPlugin_createCompartmentReference()

CompartmentReference_t * MultiCompartmentPlugin_createCompartmentReference ( MultiCompartmentPlugin_t * mcp)

◆ MultiCompartmentPlugin_getCompartmentReference()

CompartmentReference_t * MultiCompartmentPlugin_getCompartmentReference ( MultiCompartmentPlugin_t * mcp,
unsigned int n )

◆ MultiCompartmentPlugin_getCompartmentReferenceById()

CompartmentReference_t * MultiCompartmentPlugin_getCompartmentReferenceById ( MultiCompartmentPlugin_t * mcp,
const char * sid )

◆ MultiCompartmentPlugin_getCompartmentType()

char * MultiCompartmentPlugin_getCompartmentType ( const MultiCompartmentPlugin_t * mcp)

◆ MultiCompartmentPlugin_getIsType()

int MultiCompartmentPlugin_getIsType ( const MultiCompartmentPlugin_t * mcp)

◆ MultiCompartmentPlugin_getListOfCompartmentReferences()

ListOf_t * MultiCompartmentPlugin_getListOfCompartmentReferences ( MultiCompartmentPlugin_t * mcp)

◆ MultiCompartmentPlugin_getNumCompartmentReferences()

unsigned int MultiCompartmentPlugin_getNumCompartmentReferences ( MultiCompartmentPlugin_t * mcp)

◆ MultiCompartmentPlugin_isSetCompartmentType()

int MultiCompartmentPlugin_isSetCompartmentType ( const MultiCompartmentPlugin_t * mcp)

◆ MultiCompartmentPlugin_isSetIsType()

int MultiCompartmentPlugin_isSetIsType ( const MultiCompartmentPlugin_t * mcp)

◆ MultiCompartmentPlugin_removeCompartmentReference()

CompartmentReference_t * MultiCompartmentPlugin_removeCompartmentReference ( MultiCompartmentPlugin_t * mcp,
unsigned int n )

◆ MultiCompartmentPlugin_removeCompartmentReferenceById()

CompartmentReference_t * MultiCompartmentPlugin_removeCompartmentReferenceById ( MultiCompartmentPlugin_t * mcp,
const char * sid )

◆ MultiCompartmentPlugin_setCompartmentType()

int MultiCompartmentPlugin_setCompartmentType ( MultiCompartmentPlugin_t * mcp,
const char * compartmentType )

◆ MultiCompartmentPlugin_setIsType()

int MultiCompartmentPlugin_setIsType ( MultiCompartmentPlugin_t * mcp,
int isType )

◆ MultiCompartmentPlugin_unsetCompartmentType()

int MultiCompartmentPlugin_unsetCompartmentType ( MultiCompartmentPlugin_t * mcp)

◆ MultiCompartmentPlugin_unsetIsType()

int MultiCompartmentPlugin_unsetIsType ( MultiCompartmentPlugin_t * mcp)