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

: Implementation of the MultiSpeciesReferencePlugin class More...

Include dependency graph for MultiSpeciesReferencePlugin.cpp:

Functions

int MultiSpeciesReferencePlugin_addSpeciesTypeComponentMapInProduct (MultiSpeciesReferencePlugin_t *msrp, const SpeciesTypeComponentMapInProduct_t *stcmip)
SpeciesTypeComponentMapInProduct_tMultiSpeciesReferencePlugin_createSpeciesTypeComponentMapInProduct (MultiSpeciesReferencePlugin_t *msrp)
ListOf_tMultiSpeciesReferencePlugin_getListOfSpeciesTypeComponentMapInProducts (MultiSpeciesReferencePlugin_t *msrp)
unsigned int MultiSpeciesReferencePlugin_getNumSpeciesTypeComponentMapInProducts (MultiSpeciesReferencePlugin_t *msrp)
SpeciesTypeComponentMapInProduct_tMultiSpeciesReferencePlugin_getSpeciesTypeComponentMapInProduct (MultiSpeciesReferencePlugin_t *msrp, unsigned int n)
SpeciesTypeComponentMapInProduct_tMultiSpeciesReferencePlugin_getSpeciesTypeComponentMapInProductById (MultiSpeciesReferencePlugin_t *msrp, const char *sid)
SpeciesTypeComponentMapInProduct_tMultiSpeciesReferencePlugin_removeSpeciesTypeComponentMapInProduct (MultiSpeciesReferencePlugin_t *msrp, unsigned int n)
SpeciesTypeComponentMapInProduct_tMultiSpeciesReferencePlugin_removeSpeciesTypeComponentMapInProductById (MultiSpeciesReferencePlugin_t *msrp, const char *sid)

Detailed Description

: Implementation of the MultiSpeciesReferencePlugin class

Author
: SBMLTeam

Function Documentation

◆ MultiSpeciesReferencePlugin_addSpeciesTypeComponentMapInProduct()

int MultiSpeciesReferencePlugin_addSpeciesTypeComponentMapInProduct ( MultiSpeciesReferencePlugin_t * msrp,
const SpeciesTypeComponentMapInProduct_t * stcmip )

◆ MultiSpeciesReferencePlugin_createSpeciesTypeComponentMapInProduct()

SpeciesTypeComponentMapInProduct_t * MultiSpeciesReferencePlugin_createSpeciesTypeComponentMapInProduct ( MultiSpeciesReferencePlugin_t * msrp)

◆ MultiSpeciesReferencePlugin_getListOfSpeciesTypeComponentMapInProducts()

ListOf_t * MultiSpeciesReferencePlugin_getListOfSpeciesTypeComponentMapInProducts ( MultiSpeciesReferencePlugin_t * msrp)

◆ MultiSpeciesReferencePlugin_getNumSpeciesTypeComponentMapInProducts()

unsigned int MultiSpeciesReferencePlugin_getNumSpeciesTypeComponentMapInProducts ( MultiSpeciesReferencePlugin_t * msrp)

◆ MultiSpeciesReferencePlugin_getSpeciesTypeComponentMapInProduct()

SpeciesTypeComponentMapInProduct_t * MultiSpeciesReferencePlugin_getSpeciesTypeComponentMapInProduct ( MultiSpeciesReferencePlugin_t * msrp,
unsigned int n )

◆ MultiSpeciesReferencePlugin_getSpeciesTypeComponentMapInProductById()

SpeciesTypeComponentMapInProduct_t * MultiSpeciesReferencePlugin_getSpeciesTypeComponentMapInProductById ( MultiSpeciesReferencePlugin_t * msrp,
const char * sid )

◆ MultiSpeciesReferencePlugin_removeSpeciesTypeComponentMapInProduct()

SpeciesTypeComponentMapInProduct_t * MultiSpeciesReferencePlugin_removeSpeciesTypeComponentMapInProduct ( MultiSpeciesReferencePlugin_t * msrp,
unsigned int n )

◆ MultiSpeciesReferencePlugin_removeSpeciesTypeComponentMapInProductById()

SpeciesTypeComponentMapInProduct_t * MultiSpeciesReferencePlugin_removeSpeciesTypeComponentMapInProductById ( MultiSpeciesReferencePlugin_t * msrp,
const char * sid )