|
void | closeR () |
|
void | setup (int size) |
|
QVector< double > | slopes () const |
|
void | storeFirst (double h, const QPointF &p1, const QPointF &p2, double b1, double b2) |
|
void | storeLast (double h, const QPointF &p1, const QPointF &p2, double b1, double b2) |
|
void | storeNext (int index, double h, const QPointF &p1, const QPointF &p2, double b1, double b2) |
|
void | storePrevious (int index, double h, const QPointF &p1, const QPointF &p2, double b1, double b2) |
|
Definition at line 116 of file qwt_spline_cubic.cpp.
void QwtSplineCubicP::SlopeStore::closeR |
( |
| ) |
|
|
inline |
void QwtSplineCubicP::SlopeStore::setup |
( |
int |
size | ) |
|
|
inline |
QVector<double> QwtSplineCubicP::SlopeStore::slopes |
( |
| ) |
const |
|
inline |
void QwtSplineCubicP::SlopeStore::storeFirst |
( |
double |
h, |
|
|
const QPointF & |
p1, |
|
|
const QPointF & |
p2, |
|
|
double |
b1, |
|
|
double |
b2 |
|
) |
| |
|
inline |
void QwtSplineCubicP::SlopeStore::storeLast |
( |
double |
h, |
|
|
const QPointF & |
p1, |
|
|
const QPointF & |
p2, |
|
|
double |
b1, |
|
|
double |
b2 |
|
) |
| |
|
inline |
void QwtSplineCubicP::SlopeStore::storeNext |
( |
int |
index, |
|
|
double |
h, |
|
|
const QPointF & |
p1, |
|
|
const QPointF & |
p2, |
|
|
double |
b1, |
|
|
double |
b2 |
|
) |
| |
|
inline |
void QwtSplineCubicP::SlopeStore::storePrevious |
( |
int |
index, |
|
|
double |
h, |
|
|
const QPointF & |
p1, |
|
|
const QPointF & |
p2, |
|
|
double |
b1, |
|
|
double |
b2 |
|
) |
| |
|
inline |
double* QwtSplineCubicP::SlopeStore::d_m |
|
private |
QVector<double> QwtSplineCubicP::SlopeStore::d_slopes |
|
private |
The documentation for this class was generated from the following file: