libSBML C API  libSBML 5.20.2 C API
Loading...
Searching...
No Matches
SpeciesGlyph.cpp File Reference

Implementation of SpeciesGlyph_t for SBML Layout_t. More...

Include dependency graph for SpeciesGlyph.cpp:

Functions

SpeciesGlyph_tSpeciesGlyph_clone (const SpeciesGlyph_t *sg)
 @_treturn_t _ta_t (_tdeep_t) _tcopy_t _tof_t _tthis_t _tSpeciesGlyph_t_t.
 
SpeciesGlyph_tSpeciesGlyph_create (void)
 @_tcond_t _tdoxygenIgnored_t
 
SpeciesGlyph_tSpeciesGlyph_createFrom (const SpeciesGlyph_t *temp)
 _tCreate_t _ta_t _tnew_t _tSpeciesGlyph_t_t _tstructure_t _tfrom_t _ta_t _ttemplate_t.
 
SpeciesGlyph_tSpeciesGlyph_createWith (const char *id)
 _tCreates_t _ta_t _tnew_t _tSpeciesGlyph_t_t _twith_t _tthe_t _tgiven_t @_tp_t _tid_t
 
SpeciesGlyph_tSpeciesGlyph_createWithSpeciesId (const char *sid, const char *speciesId)
 _tCreates_t _ta_t _tnew_t _tSpeciesGlyph_t_t _treferencing_t _twith_t _tthe_t _tgiven_t _tid_t _tand_t _tspecies_t _tid_t.
 
void SpeciesGlyph_free (SpeciesGlyph_t *sg)
 _tFrees_t _tthe_t _tmemory_t _ttaken_t _tby_t _tthe_t _tgiven_t _tcompartment_t _tglyph_t.
 
const char * SpeciesGlyph_getSpeciesId (const SpeciesGlyph_t *sg)
 _tReturns_t _tthe_t _tthe_t _tid_t _tof_t _tthe_t _tassociated_t _tspecies_t.
 
void SpeciesGlyph_initDefaults (SpeciesGlyph_t *sg)
 _tCalls_t _tinitDefaults_t _tfrom_t _tGraphicalObject_t.
 
int SpeciesGlyph_isSetSpeciesId (const SpeciesGlyph_t *sg)
 _tReturns_t @_tc_t _t0_t (_tfalse_t) _tif_t _tthe_t _tid_t _tof_t _tthe_t _tassociated_t _tspecies_t _tis_t _tthe_t _tempty_t _tstring_t, @_tc_t _t1_t (_ttrue_t) _totherwise_t.
 
void SpeciesGlyph_setSpeciesId (SpeciesGlyph_t *sg, const char *id)
 _tSets_t _tthe_t _tassociated_t _tspecies_t _tid_t.
 

Detailed Description

Implementation of SpeciesGlyph_t for SBML Layout_t.

Author
Ralph Gauges

Function Documentation

◆ SpeciesGlyph_clone()

SpeciesGlyph_t * SpeciesGlyph_clone ( const SpeciesGlyph_t sg)

@_treturn_t _ta_t (_tdeep_t) _tcopy_t _tof_t _tthis_t _tSpeciesGlyph_t_t.

@_tparam_t _tsg_t _tthe_t _tSpeciesGlyph_t_t _tstructure_t.

@_tmemberof_t _tSpeciesGlyph_t_t

◆ SpeciesGlyph_create()

SpeciesGlyph_t * SpeciesGlyph_create ( void  )

@_tcond_t _tdoxygenIgnored_t

_tCreates_t _ta_t _tnew_t _tSpeciesGlyph_t_t _tand_t _treturns_t _tthe_t _tpointer_t _tto_t _tit_t.

◆ SpeciesGlyph_createFrom()

SpeciesGlyph_t * SpeciesGlyph_createFrom ( const SpeciesGlyph_t temp)

_tCreate_t _ta_t _tnew_t _tSpeciesGlyph_t_t _tstructure_t _tfrom_t _ta_t _ttemplate_t.

@_tparam_t _ttemp_t _tthe_t _tSpeciesGlyph_t_t _tstructure_t _tto_t _tcopy_t.

@_tmemberof_t _tSpeciesGlyph_t_t

◆ SpeciesGlyph_createWith()

SpeciesGlyph_t * SpeciesGlyph_createWith ( const char *  sid)

_tCreates_t _ta_t _tnew_t _tSpeciesGlyph_t_t _twith_t _tthe_t _tgiven_t @_tp_t _tid_t

@_tparam_t _tsid_t _tthe_t _tid_t _tof_t _tthe_t _tcreated_t _tSpeciesGlyph_t_t.

@_tmemberof_t _tSpeciesGlyph_t_t

◆ SpeciesGlyph_createWithSpeciesId()

SpeciesGlyph_t * SpeciesGlyph_createWithSpeciesId ( const char *  id,
const char *  speciesId 
)

_tCreates_t _ta_t _tnew_t _tSpeciesGlyph_t_t _treferencing_t _twith_t _tthe_t _tgiven_t _tid_t _tand_t _tspecies_t _tid_t.

@_tparam_t _tid_t _tthe_t _tid_t _tof_t _tthe_t _tcreated_t _tSpeciesGlyph_t_t. @_tparam_t _tspeciesId_t _tthe_t _tstring_t _tto_t _tuse_t _tas_t _tthe_t _tspecies_t _tid_t.

@_tmemberof_t _tSpeciesGlyph_t_t

◆ SpeciesGlyph_free()

void SpeciesGlyph_free ( SpeciesGlyph_t sg)

_tFrees_t _tthe_t _tmemory_t _ttaken_t _tby_t _tthe_t _tgiven_t _tcompartment_t _tglyph_t.

@_tparam_t _tsg_t _tthe_t _tSpeciesGlyph_t_t _tstructure_t.

@_tmemberof_t _tSpeciesGlyph_t_t

◆ SpeciesGlyph_getSpeciesId()

const char * SpeciesGlyph_getSpeciesId ( const SpeciesGlyph_t sg)

_tReturns_t _tthe_t _tthe_t _tid_t _tof_t _tthe_t _tassociated_t _tspecies_t.

@_tparam_t _tsg_t _tthe_t _tSpeciesGlyph_t_t _tstructure_t.

@_tmemberof_t _tSpeciesGlyph_t_t

◆ SpeciesGlyph_initDefaults()

void SpeciesGlyph_initDefaults ( SpeciesGlyph_t sg)

_tCalls_t _tinitDefaults_t _tfrom_t _tGraphicalObject_t.

@_tparam_t _tsg_t _tthe_t _tSpeciesGlyph_t_t _tstructure_t.

@_tmemberof_t _tSpeciesGlyph_t_t

◆ SpeciesGlyph_isSetSpeciesId()

int SpeciesGlyph_isSetSpeciesId ( const SpeciesGlyph_t sg)

_tReturns_t @_tc_t _t0_t (_tfalse_t) _tif_t _tthe_t _tid_t _tof_t _tthe_t _tassociated_t _tspecies_t _tis_t _tthe_t _tempty_t _tstring_t, @_tc_t _t1_t (_ttrue_t) _totherwise_t.

@_tparam_t _tsg_t _tthe_t _tSpeciesGlyph_t_t _tstructure_t.

@_tmemberof_t _tSpeciesGlyph_t_t

◆ SpeciesGlyph_setSpeciesId()

void SpeciesGlyph_setSpeciesId ( SpeciesGlyph_t sg,
const char *  id 
)

_tSets_t _tthe_t _tassociated_t _tspecies_t _tid_t.

@_tparam_t _tsg_t _tthe_t _tSpeciesGlyph_t_t _tstructure_t. @_tparam_t _tid_t _tthe_t _tstring_t _tto_t _tuse_t _tas_t _tthe_t _tspecies_t _tid_t.

@_tmemberof_t _tSpeciesGlyph_t_t