More cubic surface extractor tests.

This commit is contained in:
David Williams
2014-08-19 21:36:08 +02:00
parent 17ee7982d5
commit 33c5fe7526
2 changed files with 43 additions and 0 deletions

View File

@ -33,6 +33,7 @@ class TestCubicSurfaceExtractor: public QObject
private slots:
void testBehaviour();
void testEmptyVolumePerformance();
void testRealisticVolumePerformance();
void testNoiseVolumePerformance();
};