|
Stimfit 0.12.7
|
Handles y-scaling of traces. More...
#include <zoom.h>
Public Member Functions | |
| YZoom () | |
| Default constructor. | |
| YZoom (int spy1, double yz1, bool lsy=false) | |
| Constructor. | |
| YZoom | operator* (double factor) |
| Overloaded multiplication operator. | |
Public Attributes | |
| int | startPosY |
| double | yZoom |
| bool | isLogScaleY |
Handles y-scaling of traces.
| YZoom::YZoom | ( | int | spy1, |
| double | yz1, | ||
| bool | lsy = false |
||
| ) | [inline] |
Constructor.
| spy1 | The y offset in pixels. |
| yz1 | The y-scaling. |
| lsy | Currently unused. |
| bool YZoom::isLogScaleY |
Currently unused.
| int YZoom::startPosY |
The y offset in pixels.
| double YZoom::yZoom |
The y-scaling.
1.7.4