Engauge Digitizer 2
Loading...
Searching...
No Matches
TestProjectedPoint.h
Go to the documentation of this file.
1#ifndef TEST_PROJECTED_POINT_H
2#define TEST_PROJECTED_POINT_H
3
4#include <QObject>
5
7class TestProjectedPoint : public QObject
8{
10public:
12 explicit TestProjectedPoint(QObject *parent = 0);
13
15
16private slots:
17 void cleanupTestCase ();
18 void initTestCase ();
19
20 void testProjectedPoints ();
21};
22
23#endif // TEST_PROJECTED_POINT_H
const int INNER_RADIUS_MIN
Unit test of spline library.
TestProjectedPoint(QObject *parent=0)
Single constructor.