Refactored Interpolator to be an abstract interface class

CInterpolator is now an IInterpolator interface. Sublcass in order
to implement different types of interpolation.

refs #169
This commit is contained in:
Roland Winklmeier
2014-03-14 19:49:44 +01:00
parent dd2e212f92
commit fcbbe694ec
3 changed files with 19 additions and 240 deletions

View File

@@ -14,8 +14,7 @@ namespace BlackCoreTest
*/
void CTestInterpolator::interpolatorBasics()
{
CInterpolator c;
QVERIFY2(!c.isValid(), "Default interpolator should not be valid");
}
} // namespace