Home || Visual Search || Applications || Architecture || Important Messages || OGL || Src

void Impala::Core::Feature::TestFunctions::testSurf (  )  [inline]

Definition at line 106 of file TestFunctions.h.

00107     {
00108         // this test will have to be rewritten for DSurf
00109         /*
00110         std::vector<Real64> surf;
00111         descriptor.SamplePoint(surf, mIntegral, 0, 0, 10, 10);
00112         CPPUNIT_ASSERT_EQUAL(4, (int)surf.size());
00113         CPPUNIT_ASSERT_EQUAL(-1.5, surf[0]);
00114         CPPUNIT_ASSERT_EQUAL( 1.5, surf[1]);
00115         CPPUNIT_ASSERT_EQUAL(-0.5, surf[2]);
00116         CPPUNIT_ASSERT_EQUAL( 0.5, surf[3]);
00117         */
00118     }


Generated on Thu Jan 13 09:19:30 2011 for ImpalaSrc by  doxygen 1.5.1