|
Stimfit 0.12.7
|
A marker that can be set from Python. More...
#include <stf.h>
Public Member Functions | |
| PyMarker (double xv, double yv) | |
| Constructor. | |
Public Attributes | |
| double | x |
| double | y |
A marker that can be set from Python.
A pair of x,y coordinates
| stf::PyMarker::PyMarker | ( | double | xv, |
| double | yv | ||
| ) | [inline] |
Constructor.
| xv | x-coordinate. |
| yv | y-coordinate. |
| double stf::PyMarker::x |
x-coordinate in units of sampling points
| double stf::PyMarker::y |
y-coordinate in trace units (e.g. mV)
1.7.4