Engauge Digitizer 2
|
#include <iostream>
#include "Logger.h"
#include "MainWindow.h"
#include <map>
#include <qmath.h>
#include <QtTest/QtTest>
#include "Spline.h"
#include "SplinePair.h"
#include <sstream>
#include "Test/TestSpline.h"
Go to the source code of this file.
Functions | |
const QString | WEBPAGE ("https://tools.timodenk.com/cubic-spline-interpolation") |
Variables | |
const int | NUM_ITERATIONS = 24 |
const QString WEBPAGE | ( | "https://tools.timodenk.com/cubic-spline-interpolation" | ) |
const int NUM_ITERATIONS = 24 |
Definition at line 22 of file TestSpline.cpp.