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
();
26
void
test_Example_NaturalNeighbor
();
27
void
test_Example_Anisotropic
();
28
};
29
30
#endif
TutInterpolationIntermediateTests::test_Example_IDW
void test_Example_IDW()
Example for IDW Interpolation.
Definition:
TutInterpolation.cpp:61
TutInterpolationIntermediateTests::test_Example_Linear
void test_Example_Linear()
[snip_test_Example_Idw]
Definition:
TutInterpolation.cpp:89
TutInterpolationIntermediateTests::test_Example_Anisotropic
void test_Example_Anisotropic()
[snip_test_Example_NatNeigh]
Definition:
TutInterpolation.cpp:157
TutInterpolationIntermediateTests::test_Example_NaturalNeighbor
void test_Example_NaturalNeighbor()
[snip_test_Example_Linear]
Definition:
TutInterpolation.cpp:119
TutInterpolationIntermediateTests
Tests for interpolation tutorial.
Definition:
TutInterpolation.t.h:21
xmsinterp
tutorial
TutInterpolation.t.h
Generated on Wed May 1 2019 16:42:27 for xmsinterp by
1.8.14