xmsinterp  1.0
TutInterpolation.t.h
Go to the documentation of this file.
1 #pragma once
2 #ifdef CXX_TEST
3 //------------------------------------------------------------------------------
8 //------------------------------------------------------------------------------
9 
10 // 3. Standard Library Headers
11 
12 // 4. External Library Headers
13 #include <cxxtest/TestSuite.h>
14 
15 // 5. Shared Headers
16 
17 // 6. Non-shared Headers
18 
19 //----- Namespace declaration --------------------------------------------------
20 
21 class TutInterpolationIntermediateTests : public CxxTest::TestSuite
22 {
23 public:
24  void test_Example_IDW();
25  void test_Example_Linear();
28 };
29 
30 #endif
void test_Example_IDW()
Example for IDW Interpolation.
void test_Example_Linear()
[snip_test_Example_Idw]
void test_Example_Anisotropic()
[snip_test_Example_NatNeigh]
void test_Example_NaturalNeighbor()
[snip_test_Example_Linear]
Tests for interpolation tutorial.