|
MeVisLab Scripting Reference
|
#include <mlCurveListWrapper.h>
Public Slots | |
| int | getNumCurves () const |
| MLCurveDataWrapper * | getCurve (int index) const |
| QList< MLCurveDataWrapper * > | getCurves () const |
| double | getXMin () const |
| double | getXMax () const |
| double | getYMin () const |
| double | getYMax () const |
| MLCurveDataWrapper * | addCurve () |
| void | removeCurve (int index) |
Properties | |
| int | numCurves |
A class that wraps CurveList objects for use in Python.
|
slot |
Adds new (empty) curve.
|
slot |
Returns the curve at index.
|
slot |
Returns all curves.
|
slot |
Returns the number of curves.
|
slot |
Returns the maximum X value.
|
slot |
Returns the minimum X value.
|
slot |
Returns the maximum Y value.
|
slot |
Returns the minimum Y value.
|
slot |
Removes the curve.
|
read |
Number of curves.