Added marching cubes performance tests.

This commit is contained in:
David Williams
2014-08-18 22:10:35 +02:00
parent c75b0d58ce
commit 72f696652a
3 changed files with 55 additions and 2 deletions

View File

@ -31,7 +31,9 @@ class TestSurfaceExtractor: public QObject
Q_OBJECT
private slots:
void testExecute();
void testBehaviour();
void testEmptyVolumePerformance();
void testNoiseVolumePerformance();
};
#endif