libSBML C API
libSBML 5.20.2 C API
|
Definition of Point_t for SBML Layout_t. More...
Functions | |
Point_t * | Point_clone (const Point_t *p) |
@_treturn_t _ta_t (_tdeep_t) _tcopy_t _tof_t _tthis_t _tPoint_t_t. | |
Point_t * | Point_create (void) |
_tCreates_t _ta_t _tnew_t _tpoint_t _twith_t _tthe_t _tcoordinates_t (_t0_t._t0_t,_t0_t._t0_t,_t0_t._t0_t). | |
Point_t * | Point_createWithCoordinates (double x, double y, double z) |
_tCreates_t _ta_t _tnew_t _tPoint_t_t _twith_t _tthe_t _tgiven_t _tcoordinates_t. | |
void | Point_free (Point_t *p) |
_tFrees_t _tall_t _tmemory_t _tfor_t _tthe_t _tPoint_t_t. | |
double | Point_getXOffset (const Point_t *p) |
_tReturns_t _tthe_t _tx_t _toffset_t. | |
double | Point_getYOffset (const Point_t *p) |
_tReturns_t _tthe_t _ty_t _toffset_t. | |
double | Point_getZOffset (const Point_t *p) |
_tReturns_t _tthe_t _tz_t _toffset_t. | |
void | Point_initDefaults (Point_t *p) |
_tSets_t _tthe_t _tZ_t _toffset_t _tto_t _t0_t._t0_t | |
void | Point_setOffsets (Point_t *p, double x, double y, double z) |
_tSets_t _tthe_t _tcoordinates_t _tto_t _tthe_t _tgiven_t _tvalues_t. | |
void | Point_setX (Point_t *p, double x) |
_tSets_t _tthe_t _tx_t _toffset_t. | |
void | Point_setXOffset (Point_t *p, double x) |
_tSets_t _tthe_t _tx_t _toffset_t. | |
void | Point_setY (Point_t *p, double y) |
_tSets_t _tthe_t _ty_t _toffset_t. | |
void | Point_setYOffset (Point_t *p, double y) |
_tSets_t _tthe_t _ty_t _toffset_t. | |
void | Point_setZ (Point_t *p, double z) |
_tSets_t _tthe_t _tz_t _toffset_t. | |
void | Point_setZOffset (Point_t *p, double z) |
_tSets_t _tthe_t _tz_t _toffset_t. | |
double | Point_x (const Point_t *p) |
_tReturns_t _tthe_t _tx_t _toffset_t. | |
double | Point_y (const Point_t *p) |
_tReturns_t _tthe_t _ty_t _toffset_t. | |
double | Point_z (const Point_t *p) |
_tReturns_t _tthe_t _tz_t _toffset_t. | |
@_treturn_t _ta_t (_tdeep_t) _tcopy_t _tof_t _tthis_t _tPoint_t_t.
@_tparam_t _tp_t _tthe_t _tPoint_t_t _tstructure_t.
@_tmemberof_t _tPoint_t_t
Point_t * Point_create | ( | void | ) |
_tCreates_t _ta_t _tnew_t _tpoint_t _twith_t _tthe_t _tcoordinates_t (_t0_t._t0_t,_t0_t._t0_t,_t0_t._t0_t).
@_tmemberof_t _tPoint_t_t
_tCreates_t _ta_t _tnew_t _tpoint_t _twith_t _tthe_t _tcoordinates_t (_t0_t._t0_t,_t0_t._t0_t,_t0_t._t0_t).
Point_t * Point_createWithCoordinates | ( | double | x, |
double | y, | ||
double | z | ||
) |
_tCreates_t _ta_t _tnew_t _tPoint_t_t _twith_t _tthe_t _tgiven_t _tcoordinates_t.
@_tparam_t _tx_t _tthe_t _tvalue_t _tof_t _tthe_t _tx_t _tcoordinate_t. @_tparam_t _ty_t _tthe_t _tvalue_t _tof_t _tthe_t _ty_t _tcoordinate_t. @_tparam_t _tz_t _tthe_t _tvalue_t _tof_t _tthe_t _tz_t _tcoordinate_t.
@_tmemberof_t _tPoint_t_t
void Point_free | ( | Point_t * | p | ) |
_tFrees_t _tall_t _tmemory_t _tfor_t _tthe_t _tPoint_t_t.
@_tparam_t _tp_t _tthe_t _tPoint_t_t _tstructure_t.
@_tmemberof_t _tPoint_t_t
double Point_getXOffset | ( | const Point_t * | p | ) |
_tReturns_t _tthe_t _tx_t _toffset_t.
@_tparam_t _tp_t _tthe_t _tPoint_t_t _tstructure_t.
@_tmemberof_t _tPoint_t_t
double Point_getYOffset | ( | const Point_t * | p | ) |
_tReturns_t _tthe_t _ty_t _toffset_t.
@_tparam_t _tp_t _tthe_t _tPoint_t_t _tstructure_t.
@_tmemberof_t _tPoint_t_t
double Point_getZOffset | ( | const Point_t * | p | ) |
_tReturns_t _tthe_t _tz_t _toffset_t.
@_tparam_t _tp_t _tthe_t _tPoint_t_t _tstructure_t.
@_tmemberof_t _tPoint_t_t
void Point_initDefaults | ( | Point_t * | p | ) |
_tSets_t _tthe_t _tZ_t _toffset_t _tto_t _t0_t._t0_t
@_tparam_t _tp_t _tthe_t _tPoint_t_t _tstructure_t.
@_tmemberof_t _tPoint_t_t
void Point_setOffsets | ( | Point_t * | p, |
double | x, | ||
double | y, | ||
double | z | ||
) |
_tSets_t _tthe_t _tcoordinates_t _tto_t _tthe_t _tgiven_t _tvalues_t.
@_tparam_t _tp_t _tthe_t _tPoint_t_t _tstructure_t. @_tparam_t _tx_t _tthe_t _tvalue_t _tof_t _tthe_t _tx_t _tcoordinate_t. @_tparam_t _ty_t _tthe_t _tvalue_t _tof_t _tthe_t _ty_t _tcoordinate_t. @_tparam_t _tz_t _tthe_t _tvalue_t _tof_t _tthe_t _tz_t _tcoordinate_t.
@_tmemberof_t _tPoint_t_t
void Point_setX | ( | Point_t * | p, |
double | x | ||
) |
_tSets_t _tthe_t _tx_t _toffset_t.
@_tparam_t _tp_t _tthe_t _tPoint_t_t _tstructure_t. @_tparam_t _tx_t _tthe_t _tvalue_t _tof_t _tthe_t _tx_t _tcoordinate_t.
@_tmemberof_t _tPoint_t_t
void Point_setXOffset | ( | Point_t * | p, |
double | x | ||
) |
_tSets_t _tthe_t _tx_t _toffset_t.
@_tparam_t _tp_t _tthe_t _tPoint_t_t _tstructure_t. @_tparam_t _tx_t _tthe_t _tvalue_t _tof_t _tthe_t _tx_t _toffset_t.
@_tmemberof_t _tPoint_t_t
void Point_setY | ( | Point_t * | p, |
double | y | ||
) |
_tSets_t _tthe_t _ty_t _toffset_t.
@_tparam_t _tp_t _tthe_t _tPoint_t_t _tstructure_t. @_tparam_t _ty_t _tthe_t _tvalue_t _tof_t _tthe_t _ty_t _tcoordinate_t.
@_tmemberof_t _tPoint_t_t
void Point_setYOffset | ( | Point_t * | p, |
double | y | ||
) |
_tSets_t _tthe_t _ty_t _toffset_t.
@_tparam_t _tp_t _tthe_t _tPoint_t_t _tstructure_t. @_tparam_t _ty_t _tthe_t _tvalue_t _tof_t _tthe_t _ty_t _toffset_t.
@_tmemberof_t _tPoint_t_t
void Point_setZ | ( | Point_t * | p, |
double | z | ||
) |
_tSets_t _tthe_t _tz_t _toffset_t.
@_tparam_t _tp_t _tthe_t _tPoint_t_t _tstructure_t. @_tparam_t _tz_t _tthe_t _tvalue_t _tof_t _tthe_t _tz_t _tcoordinate_t.
@_tmemberof_t _tPoint_t_t
void Point_setZOffset | ( | Point_t * | p, |
double | z | ||
) |
_tSets_t _tthe_t _tz_t _toffset_t.
@_tparam_t _tp_t _tthe_t _tPoint_t_t _tstructure_t. @_tparam_t _tz_t _tthe_t _tvalue_t _tof_t _tthe_t _tz_t _toffset_t.
@_tmemberof_t _tPoint_t_t
double Point_x | ( | const Point_t * | p | ) |
_tReturns_t _tthe_t _tx_t _toffset_t.
@_tparam_t _tp_t _tthe_t _tPoint_t_t _tstructure_t.
@_tmemberof_t _tPoint_t_t
double Point_y | ( | const Point_t * | p | ) |
_tReturns_t _tthe_t _ty_t _toffset_t.
@_tparam_t _tp_t _tthe_t _tPoint_t_t _tstructure_t.
@_tmemberof_t _tPoint_t_t
double Point_z | ( | const Point_t * | p | ) |
_tReturns_t _tthe_t _tz_t _toffset_t.
@_tparam_t _tp_t _tthe_t _tPoint_t_t _tstructure_t.
@_tmemberof_t _tPoint_t_t