|
Engauge Digitizer 2
|
#include <ostream>#include <QDebug>

Go to the source code of this file.
Classes | |
| class | SplinePair |
| Single X/Y pair for cubic spline interpolation initialization and calculations. More... | |
Functions | |
| std::ostream & | operator<< (std::ostream &str, const SplinePair &pair) |
| Insertion operator for qDebug and Logger. | |
| QDebug | operator<< (QDebug debug, const SplinePair &pair) |
| QDebug operator<< | ( | QDebug | debug, |
| const SplinePair & | pair ) |
Definition at line 83 of file SplinePair.cpp.
| std::ostream & operator<< | ( | std::ostream & | str, |
| const SplinePair & | pair ) |
Insertion operator for qDebug and Logger.