xmsinterp
1.0
InterpAnisotropic.t.h
Go to the documentation of this file.
1
#pragma once
2
#ifdef CXX_TEST
3
//------------------------------------------------------------------------------
8
//------------------------------------------------------------------------------
9
10
//----- Included files ---------------------------------------------------------
11
// 3. Standard Library Headers
12
13
// 4. External Library Headers
14
#include <cxxtest/TestSuite.h>
15
16
// 5. Shared Headers
17
18
// 6. Non-shared Headers
19
20
//----- Forward declarations ---------------------------------------------------
21
22
//----- Namespace declaration --------------------------------------------------
23
// namespace xms {
24
25
//----- Constants / Enumerations -----------------------------------------------
26
27
//----- Structs / Classes ------------------------------------------------------
28
class
InterpAnisotropicUnitTests
:
public
CxxTest::TestSuite
29
{
30
public
:
31
void
testComplex
();
32
};
33
34
//----- Function prototypes ----------------------------------------------------
35
36
//} // namespace xms
37
#endif // CXX_TEST
InterpAnisotropicUnitTests
tester for the InterpAnisotropic class
Definition:
InterpAnisotropic.t.h:28
InterpAnisotropicUnitTests::testComplex
void testComplex()
Tests complex interpolation problem replicating python test.
Definition:
InterpAnisotropic.cpp:260
xmsinterp
interpolate
InterpAnisotropic.t.h
Generated on Wed May 1 2019 16:42:27 for xmsinterp by
1.8.14