Stimfit  0.13.15
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines
Public Member Functions | Public Attributes
stf::PyMarker Struct Reference

A marker that can be set from Python. More...

#include <stf.h>

List of all members.

Public Member Functions

 PyMarker (double xv, double yv)
 Constructor.

Public Attributes

double x
double y

Detailed Description

A marker that can be set from Python.

A pair of x,y coordinates

Definition at line 379 of file stf.h.


Constructor & Destructor Documentation

stf::PyMarker::PyMarker ( double  xv,
double  yv 
) [inline]

Constructor.

Parameters:
xvx-coordinate.
yvy-coordinate.

Definition at line 384 of file stf.h.


Member Data Documentation

x-coordinate in units of sampling points

Definition at line 385 of file stf.h.

y-coordinate in trace units (e.g. mV)

Definition at line 386 of file stf.h.


The documentation for this struct was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines