Revert "Replaced Vector3D with integer as key to map."
This reverts commit e82d6beca1
.
This commit is contained in:
@ -278,7 +278,7 @@ TestVolume::~TestVolume()
|
||||
* RawVolume Tests
|
||||
*/
|
||||
|
||||
/*void TestVolume::testRawVolumeDirectAccessAllInternalForwards()
|
||||
void TestVolume::testRawVolumeDirectAccessAllInternalForwards()
|
||||
{
|
||||
int32_t result = 0;
|
||||
|
||||
@ -364,7 +364,7 @@ void TestVolume::testRawVolumeSamplersWithExternalBackwards()
|
||||
result = testSamplersWithWrappingBackwards(m_pRawVolume, m_regExternal);
|
||||
}
|
||||
QCOMPARE(result, static_cast<int32_t>(-993539594));
|
||||
}*/
|
||||
}
|
||||
|
||||
/*
|
||||
* PagedVolume Tests
|
||||
|
@ -38,14 +38,14 @@ public:
|
||||
~TestVolume();
|
||||
|
||||
private slots:
|
||||
/*void testRawVolumeDirectAccessAllInternalForwards();
|
||||
void testRawVolumeDirectAccessAllInternalForwards();
|
||||
void testRawVolumeSamplersAllInternalForwards();
|
||||
void testRawVolumeDirectAccessWithExternalForwards();
|
||||
void testRawVolumeSamplersWithExternalForwards();
|
||||
void testRawVolumeDirectAccessAllInternalBackwards();
|
||||
void testRawVolumeSamplersAllInternalBackwards();
|
||||
void testRawVolumeDirectAccessWithExternalBackwards();
|
||||
void testRawVolumeSamplersWithExternalBackwards();*/
|
||||
void testRawVolumeSamplersWithExternalBackwards();
|
||||
|
||||
void testPagedVolumeDirectAccessAllInternalForwards();
|
||||
void testPagedVolumeSamplersAllInternalForwards();
|
||||
|
Reference in New Issue
Block a user