#include <mlCurveListWrapper.h>
Inherits MLRefCountedBaseWrapper.
A class that wraps CurveList objects for use in Python.
◆ addCurve
◆ getCurve
Returns the curve at index.
◆ getCurves
◆ getNumCurves
| int MLCurveListWrapper::getNumCurves |
( |
| ) |
const |
|
slot |
Returns the number of curves.
◆ getXMax
| double MLCurveListWrapper::getXMax |
( |
| ) |
const |
|
slot |
Returns the maximum X value.
◆ getXMin
| double MLCurveListWrapper::getXMin |
( |
| ) |
const |
|
slot |
Returns the minimum X value.
◆ getYMax
| double MLCurveListWrapper::getYMax |
( |
| ) |
const |
|
slot |
Returns the maximum Y value.
◆ getYMin
| double MLCurveListWrapper::getYMin |
( |
| ) |
const |
|
slot |
Returns the minimum Y value.
◆ removeCurve
| void MLCurveListWrapper::removeCurve |
( |
int |
index | ) |
|
|
slot |
◆ numCurves
| int MLCurveListWrapper::numCurves |
|
read |