libSBML C API  libSBML 5.20.2 C API
Loading...
Searching...
No Matches
GraphicalObject.h File Reference

Definition of GraphicalObject_t for SBML Layout_t. More...

Include dependency graph for GraphicalObject.h:
This graph shows which files directly or indirectly include this file:

Functions

GraphicalObject_tGraphicalObject_clone (const GraphicalObject_t *go)
 @_treturn_t _ta_t (_tdeep_t) _tcopy_t _tof_t _tthis_t _tGraphicalObject_t_t.
 
GraphicalObject_tGraphicalObject_create (void)
 _tCreates_t _ta_t _tnew_t _tGraphicalObject_t_t.
 
GraphicalObject_tGraphicalObject_createFrom (const GraphicalObject_t *temp)
 _tCreates_t _ta_t _tGraphicalObject_t_t _tfrom_t _ta_t _ttemplate_t.
 
void GraphicalObject_free (GraphicalObject_t *go)
 _tFrees_t _tall_t _tmemory_t _ttaken_t _tup_t _tby_t _tthe_t _tGraphicalObject_t_t.
 
BoundingBox_tGraphicalObject_getBoundingBox (GraphicalObject_t *go)
 _tReturns_t _tthe_t _tbounding_t _tbox_t _tfor_t _tthe_t _tGraphicalObject_t_t.
 
const char * GraphicalObject_getId (const GraphicalObject_t *go)
 _tReturns_t _tthe_t _tid_t
 
void GraphicalObject_initDefaults (GraphicalObject_t *go)
 _tDoes_t _tnothing_t.
 
int GraphicalObject_isSetId (const GraphicalObject_t *go)
 _tReturns_t @_tc_t _t1_t (_ttrue_t) _tif_t _tthe_t _tid_t _tis_t _tset_t
 
void GraphicalObject_setBoundingBox (GraphicalObject_t *go, const BoundingBox_t *bb)
 _tSets_t _tthe_t _tboundingbox_t _tfor_t _tthe_t _tGraphicalObject_t_t.
 
int GraphicalObject_setId (GraphicalObject_t *go, const char *sid)
 _tSets_t _tthe_t _tid_t
 
void GraphicalObject_unsetId (GraphicalObject_t *go)
 _tUnsets_t _tthe_t _tid_t
 

Detailed Description

Definition of GraphicalObject_t for SBML Layout_t.

Author
Ralph Gauges

Function Documentation

◆ GraphicalObject_clone()

GraphicalObject_t * GraphicalObject_clone ( const GraphicalObject_t go)

@_treturn_t _ta_t (_tdeep_t) _tcopy_t _tof_t _tthis_t _tGraphicalObject_t_t.

@_tparam_t _tgo_t _tthe_t _tGraphicalObject_t_t _tstructure_t.

@_tmemberof_t _tGraphicalObject_t_t

◆ GraphicalObject_create()

GraphicalObject_t * GraphicalObject_create ( void  )

_tCreates_t _ta_t _tnew_t _tGraphicalObject_t_t.

@_tmemberof_t _tGraphicalObject_t_t

_tCreates_t _ta_t _tnew_t _tGraphicalObject_t_t.

◆ GraphicalObject_createFrom()

GraphicalObject_t * GraphicalObject_createFrom ( const GraphicalObject_t temp)

_tCreates_t _ta_t _tGraphicalObject_t_t _tfrom_t _ta_t _ttemplate_t.

@_tparam_t _ttemp_t _tthe_t _tGraphicalObject_t_t _tstructure_t _tto_t _tcopy_t.

@_tmemberof_t _tGraphicalObject_t_t

◆ GraphicalObject_free()

void GraphicalObject_free ( GraphicalObject_t go)

_tFrees_t _tall_t _tmemory_t _ttaken_t _tup_t _tby_t _tthe_t _tGraphicalObject_t_t.

@_tparam_t _tgo_t _tthe_t _tGraphicalObject_t_t _tstructure_t.

@_tmemberof_t _tGraphicalObject_t_t

◆ GraphicalObject_getBoundingBox()

BoundingBox_t * GraphicalObject_getBoundingBox ( GraphicalObject_t go)

_tReturns_t _tthe_t _tbounding_t _tbox_t _tfor_t _tthe_t _tGraphicalObject_t_t.

@_tparam_t _tgo_t _tthe_t _tGraphicalObject_t_t _tstructure_t.

@_tmemberof_t _tGraphicalObject_t_t

◆ GraphicalObject_getId()

const char * GraphicalObject_getId ( const GraphicalObject_t go)

_tReturns_t _tthe_t _tid_t

@_tparam_t _tgo_t _tthe_t _tGraphicalObject_t_t _tstructure_t.

@_tmemberof_t _tGraphicalObject_t_t

◆ GraphicalObject_initDefaults()

void GraphicalObject_initDefaults ( GraphicalObject_t go)

_tDoes_t _tnothing_t.

_tNo_t _tdefaults_t _tare_t _tdefined_t _tfor_t _tGraphicalObject_t_t.

@_tparam_t _tgo_t _tthe_t _tGraphicalObject_t_t _tstructure_t.

@_tmemberof_t _tGraphicalObject_t_t

◆ GraphicalObject_isSetId()

int GraphicalObject_isSetId ( const GraphicalObject_t go)

_tReturns_t @_tc_t _t1_t (_ttrue_t) _tif_t _tthe_t _tid_t _tis_t _tset_t

@_tparam_t _tgo_t _tthe_t _tGraphicalObject_t_t _tstructure_t.

@_tmemberof_t _tGraphicalObject_t_t

◆ GraphicalObject_setBoundingBox()

void GraphicalObject_setBoundingBox ( GraphicalObject_t go,
const BoundingBox_t bb 
)

_tSets_t _tthe_t _tboundingbox_t _tfor_t _tthe_t _tGraphicalObject_t_t.

@_tparam_t _tgo_t _tthe_t _tGraphicalObject_t_t _tstructure_t. @_tparam_t _tbb_t _tthe_t _tBoundingBox_t_t _tstructure_t _tto_t _tuse_t.

@_tmemberof_t _tGraphicalObject_t_t

◆ GraphicalObject_setId()

int GraphicalObject_setId ( GraphicalObject_t go,
const char *  sid 
)

_tSets_t _tthe_t _tid_t

@_tparam_t _tgo_t _tthe_t _tGraphicalObject_t_t _tstructure_t. @_tparam_t _tsid_t _tthe_t _tstring_t _tto_t _tuse_t _tas_t _tthe_t _tID_t _tof_t _tthe_t _tGraphicalObject_t_t.

@_tmemberof_t _tGraphicalObject_t_t

◆ GraphicalObject_unsetId()

void GraphicalObject_unsetId ( GraphicalObject_t go)

_tUnsets_t _tthe_t _tid_t

@_tparam_t _tgo_t _tthe_t _tGraphicalObject_t_t _tstructure_t.

@_tmemberof_t _tGraphicalObject_t_t