8#include <QtTest/QtTest>
25void TestSplineDrawer::cleanupTestCase ()
30void TestSplineDrawer::initTestCase ()
79 trans.setModelCoords (modelCoords,
82 QTransform matrixScreen (198.5 , 627.562, 55.625 ,
83 562.562, 562.562, 155.562,
88 trans.updateTransformFromMatrices (matrixScreen,
92 vector<SplinePair>::const_iterator
itr;
101 for (
unsigned int segment = 0; segment <
isMultiValued.size(); segment++) {
112void TestSplineDrawer::testMultiValuedLeadingOverlap ()
128 bool success = testMultiValuedGeneric (
xy,
134void TestSplineDrawer::testMultiValuedTrailingOverlap ()
152 bool success = testMultiValuedGeneric (
xy,
const int INNER_RADIUS_MIN
void initializeLogging(const QString &name, const QString &filename, bool isDebug)
const bool NO_EXPORT_ONLY
const QStringList NO_COMMAND_LINE
const QString NO_ERROR_REPORT_LOG_FILE
const bool NO_GNUPLOT_LOG_FILES
const QString NO_REGRESSION_OPEN_FILE
const QStringList NO_LOAD_STARTUP_FILES
const bool NO_REGRESSION_IMPORT
const bool NO_DROP_REGRESSION
Model for DlgSettingsCoords and CmdSettingsCoords.
void setCoordScaleXTheta(CoordScale coordScale)
Set method for linear/log scale on x/theta.
void setCoordScaleYRadius(CoordScale coordScale)
Set method for linear/log scale on y/radius.
Model for DlgSettingsGeneral and CmdSettingsGeneral.
Model for DlgSettingsMainWindow.
Main window consisting of menu, graphics scene, status bar and optional toolbars as a Single Document...
This class takes the output from Spline and uses that to draw the curve in the graphics window,...
Single X/Y pair for cubic spline interpolation initialization and calculations.
Cubic interpolation given independent and dependent value vectors.
Unit test of spline drawer, which classifies single- versus multi-valued data.
TestSplineDrawer(QObject *parent=0)
Single constructor.