libSBML C API
libSBML 5.20.2 C API
|
Definition of CompartmentGlyph_t for SBML Layout_t. More...
Functions | |
CompartmentGlyph_t * | CompartmentGlyph_clone (const CompartmentGlyph_t *cg) |
@_treturn_t _ta_t (_tdeep_t) _tcopy_t _tof_t _tthis_t _tCompartmentGlyph_t_t. | |
CompartmentGlyph_t * | CompartmentGlyph_create () |
_tCreates_t _ta_t _tnew_t _tCompartmentGlyph_t _tand_t _treturns_t _tthe_t _tpointer_t _tto_t _tit_t. | |
CompartmentGlyph_t * | CompartmentGlyph_createFrom (const CompartmentGlyph_t *temp) |
_tCreates_t _ta_t _tnew_t _tCompartmentGlyph_t _tfrom_t _ta_t _ttemplate_t. | |
CompartmentGlyph_t * | CompartmentGlyph_createWith (const char *sid) |
_tCreates_t _ta_t _tnew_t _tCompartmentGlyph_t _twith_t _tthe_t _tgiven_t @_tp_t _tsid_t | |
CompartmentGlyph_t * | CompartmentGlyph_createWithCompartmentId (const char *sid, const char *compId) |
_tCreates_t _ta_t _tnew_t _tCompartmentGlyph_t _twith_t _tthe_t _tgiven_t @_tp_t _tsid_t | |
void | CompartmentGlyph_free (CompartmentGlyph_t *cg) |
_tFrees_t _tthe_t _tmemory_t _ttaken_t _tby_t _tthe_t _tgiven_t _tcompartment_t _tglyph_t. | |
const char * | CompartmentGlyph_getCompartmentId (const CompartmentGlyph_t *cg) |
_tReturns_t _tthe_t _treference_t _tcompartments_t _tid_t _tfor_t _tthe_t _tgiven_t _tcompartment_t _tglyph_t. | |
double | CompartmentGlyph_getOrder (const CompartmentGlyph_t *cg) |
_tReturns_t _tthe_t _tcompartment_t _torder_t. | |
void | CompartmentGlyph_initDefaults (CompartmentGlyph_t *cg) |
_tCalls_t _tinitDefaults_t _tfrom_t _tGraphicalObject_t. | |
int | CompartmentGlyph_isSetCompartmentId (const CompartmentGlyph_t *cg) |
_tReturns_t @_tc_t _t0_t (_tfalse_t) _tif_t _tthe_t _treference_t _tcompartment_t _thas_t _tnot_t _tbeen_t _tset_t _tfor_t _tthis_t _tglyph_t _tand_t @_tc_t _t1_t (_ttrue_t) _totherwise_t. | |
int | CompartmentGlyph_isSetOrder (const CompartmentGlyph_t *cg) |
_tReturns_t @_tc_t _t1_t (_ttrue_t) _tif_t _tthe_t _tcompartment_t _torder_t _thas_t _tbeen_t _tset_t | |
void | CompartmentGlyph_setCompartmentId (CompartmentGlyph_t *cg, const char *id) |
_tSets_t _tthe_t _treference_t _tcompartment_t _tfor_t _tthe_t _tcompartment_t _tglyph_t. | |
int | CompartmentGlyph_setOrder (CompartmentGlyph_t *cg, double order) |
_tSets_t _tthe_t _tcompartment_t _torder_t | |
int | CompartmentGlyph_unsetOrder (CompartmentGlyph_t *cg) |
_tSets_t _tthe_t _tcompartment_t _torder_t | |
Definition of CompartmentGlyph_t for SBML Layout_t.
CompartmentGlyph_t * CompartmentGlyph_clone | ( | const CompartmentGlyph_t * | cg | ) |
@_treturn_t _ta_t (_tdeep_t) _tcopy_t _tof_t _tthis_t _tCompartmentGlyph_t_t.
@_tparam_t _tcg_t _tthe_t _tCompartmentGlyph_t_t _tstructure_t.
@_tmemberof_t _tCompartmentGlyph_t_t
CompartmentGlyph_t * CompartmentGlyph_create | ( | void | ) |
_tCreates_t _ta_t _tnew_t _tCompartmentGlyph_t _tand_t _treturns_t _tthe_t _tpointer_t _tto_t _tit_t.
@_tmemberof_t _tCompartmentGlyph_t_t
_tCreates_t _ta_t _tnew_t _tCompartmentGlyph_t _tand_t _treturns_t _tthe_t _tpointer_t _tto_t _tit_t.
CompartmentGlyph_t * CompartmentGlyph_createFrom | ( | const CompartmentGlyph_t * | temp | ) |
_tCreates_t _ta_t _tnew_t _tCompartmentGlyph_t _tfrom_t _ta_t _ttemplate_t.
@_tparam_t _ttemp_t _tthe_t _tCompartmentGlyph_t_t _tstructure_t _tto_t _tcopy_t.
@_tmemberof_t _tCompartmentGlyph_t_t
CompartmentGlyph_t * CompartmentGlyph_createWith | ( | const char * | sid | ) |
_tCreates_t _ta_t _tnew_t _tCompartmentGlyph_t _twith_t _tthe_t _tgiven_t @_tp_t _tsid_t
@_tparam_t _tsid_t _tthe_t _tid_t _tof_t _tthe_t _tcreated_t _tCompartmentGlyph_t_t.
@_tmemberof_t _tCompartmentGlyph_t_t
CompartmentGlyph_t * CompartmentGlyph_createWithCompartmentId | ( | const char * | sid, |
const char * | compId | ||
) |
_tCreates_t _ta_t _tnew_t _tCompartmentGlyph_t _twith_t _tthe_t _tgiven_t @_tp_t _tsid_t
@_tparam_t _tsid_t _tthe_t _tid_t _tof_t _tthe_t _tcreated_t _tCompartmentGlyph_t_t. @_tparam_t _tcompId_t _tthe_t _tcompartment_t _tid_t _tof_t _tthe_t _tcreated_t _tCompartmentGlyph_t_t.
@_tmemberof_t _tCompartmentGlyph_t_t
void CompartmentGlyph_free | ( | CompartmentGlyph_t * | cg | ) |
_tFrees_t _tthe_t _tmemory_t _ttaken_t _tby_t _tthe_t _tgiven_t _tcompartment_t _tglyph_t.
@_tparam_t _tcg_t _tthe_t _tCompartmentGlyph_t_t _tstructure_t.
@_tmemberof_t _tCompartmentGlyph_t_t
const char * CompartmentGlyph_getCompartmentId | ( | const CompartmentGlyph_t * | cg | ) |
_tReturns_t _tthe_t _treference_t _tcompartments_t _tid_t _tfor_t _tthe_t _tgiven_t _tcompartment_t _tglyph_t.
@_tparam_t _tcg_t _tthe_t _tCompartmentGlyph_t_t _tstructure_t.
@_tmemberof_t _tCompartmentGlyph_t_t
double CompartmentGlyph_getOrder | ( | const CompartmentGlyph_t * | cg | ) |
_tReturns_t _tthe_t _tcompartment_t _torder_t.
@_tparam_t _tcg_t _tthe_t _tCompartmentGlyph_t_t _tstructure_t.
@_tmemberof_t _tCompartmentGlyph_t_t
void CompartmentGlyph_initDefaults | ( | CompartmentGlyph_t * | cg | ) |
_tCalls_t _tinitDefaults_t _tfrom_t _tGraphicalObject_t.
@_tparam_t _tcg_t _tthe_t _tCompartmentGlyph_t_t _tstructure_t.
@_tmemberof_t _tCompartmentGlyph_t_t
int CompartmentGlyph_isSetCompartmentId | ( | const CompartmentGlyph_t * | cg | ) |
_tReturns_t @_tc_t _t0_t (_tfalse_t) _tif_t _tthe_t _treference_t _tcompartment_t _thas_t _tnot_t _tbeen_t _tset_t _tfor_t _tthis_t _tglyph_t _tand_t @_tc_t _t1_t (_ttrue_t) _totherwise_t.
@_tparam_t _tcg_t _tthe_t _tCompartmentGlyph_t_t _tstructure_t.
@_tmemberof_t _tCompartmentGlyph_t_t
int CompartmentGlyph_isSetOrder | ( | const CompartmentGlyph_t * | cg | ) |
_tReturns_t @_tc_t _t1_t (_ttrue_t) _tif_t _tthe_t _tcompartment_t _torder_t _thas_t _tbeen_t _tset_t
@_tparam_t _tcg_t _tthe_t _tCompartmentGlyph_t_t _tstructure_t.
@_tmemberof_t _tCompartmentGlyph_t_t
void CompartmentGlyph_setCompartmentId | ( | CompartmentGlyph_t * | cg, |
const char * | id | ||
) |
_tSets_t _tthe_t _treference_t _tcompartment_t _tfor_t _tthe_t _tcompartment_t _tglyph_t.
@_tparam_t _tcg_t _tthe_t _tCompartmentGlyph_t_t _tstructure_t. @_tparam_t _tid_t _tthe_t _tstring_t _tto_t _tuse_t _tas_t _tthe_t _tcompartment_t _tid_t.
@_tmemberof_t _tCompartmentGlyph_t_t
int CompartmentGlyph_setOrder | ( | CompartmentGlyph_t * | cg, |
double | order | ||
) |
_tSets_t _tthe_t _tcompartment_t _torder_t
@_tparam_t _tcg_t _tthe_t _tCompartmentGlyph_t_t _tstructure_t. @_tparam_t _torder_t _tthe_t _tvalue_t _tto_t _tuse_t _tas_t _tthe_t _torder_t _tof_t _tthe_t _tCompartmentGlyph_t_t.
@_tmemberof_t _tCompartmentGlyph_t_t
int CompartmentGlyph_unsetOrder | ( | CompartmentGlyph_t * | cg | ) |
_tSets_t _tthe_t _tcompartment_t _torder_t
@_tparam_t _tcg_t _tthe_t _tCompartmentGlyph_t_t _tstructure_t.
@_tmemberof_t _tCompartmentGlyph_t_t