More volume test configurations.

This commit is contained in:
Daviw Williams
2013-01-02 14:48:30 +01:00
parent 1e9bb88337
commit 97024ba9b2
2 changed files with 108 additions and 13 deletions

View File

@ -37,14 +37,20 @@ public:
~TestVolume();
private slots:
void testRawVolumeDirectAccess();
void testRawVolumeSamplers();
void testRawVolumeDirectAccessAllInternal();
void testRawVolumeSamplersAllInternal();
void testRawVolumeDirectAccessWithExternal();
void testRawVolumeSamplersWithExternal();
void testSimpleVolumeDirectAccess();
void testSimpleVolumeSamplers();
void testSimpleVolumeDirectAccessAllInternal();
void testSimpleVolumeSamplersAllInternal();
void testSimpleVolumeDirectAccessWithExternal();
void testSimpleVolumeSamplersWithExternal();
void testLargeVolumeDirectAccess();
void testLargeVolumeSamplers();
void testLargeVolumeDirectAccessAllInternal();
void testLargeVolumeSamplersAllInternal();
void testLargeVolumeDirectAccessWithExternal();
void testLargeVolumeSamplersWithExternal();
private:
PolyVox::RawVolume<int32_t>* m_pRawVolume;