libSBML C API  libSBML 5.20.4 C API
Loading...
Searching...
No Matches
Point.cpp File Reference

Implementation of Point_t for SBML Layout_t. More...

Include dependency graph for Point.cpp:

Functions

Point_tPoint_clone (const Point_t *m)
 @_treturn_t _ta_t (_tdeep_t) _tcopy_t _tof_t _tthis_t _tPoint_t_t.
 
Point_tPoint_create (void)
 @_tcond_t _tdoxygenIgnored_t
 
Point_tPoint_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.
 

Detailed Description

Implementation of Point_t for SBML Layout_t.

Author
Ralph Gauges

Function Documentation

◆ Point_clone()

Point_t * Point_clone ( const Point_t p)

@_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_create()

Point_t * Point_create ( void  )

@_tcond_t _tdoxygenIgnored_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_createWithCoordinates()

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

◆ Point_free()

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

◆ Point_getXOffset()

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

◆ Point_getYOffset()

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

◆ Point_getZOffset()

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

◆ Point_initDefaults()

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

◆ Point_setOffsets()

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

◆ Point_setX()

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

◆ Point_setXOffset()

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

◆ Point_setY()

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

◆ Point_setYOffset()

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

◆ Point_setZ()

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

◆ Point_setZOffset()

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

◆ Point_x()

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

◆ Point_y()

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

◆ Point_z()

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