xmsinterp  1.0
TutInterpolationIntermediateTests Class Reference

Tests for interpolation tutorial. More...

Inheritance diagram for TutInterpolationIntermediateTests:

Public Member Functions

void test_Example_IDW ()
 Example for IDW Interpolation. More...
 
void test_Example_Linear ()
 [snip_test_Example_Idw] More...
 
void test_Example_NaturalNeighbor ()
 [snip_test_Example_Linear] More...
 
void test_Example_Anisotropic ()
 [snip_test_Example_NatNeigh] More...
 

Detailed Description

Tests for interpolation tutorial.

Definition at line 21 of file TutInterpolation.t.h.

Member Function Documentation

◆ test_Example_Anisotropic()

void TutInterpolationIntermediateTests::test_Example_Anisotropic ( )

[snip_test_Example_NatNeigh]

Example for Anisotropic Interpolation [snip_test_Example_Anisotropic]

Definition at line 157 of file TutInterpolation.cpp.

References xms::InterpAnisotropic::New(), TS_ASSERT_DELTA_VEC, TS_ASSERT_DELTA_VECPT3D, and XM_NODATA.

◆ test_Example_IDW()

void TutInterpolationIntermediateTests::test_Example_IDW ( )

Example for IDW Interpolation.

[snip_test_Example_Idw]

Definition at line 61 of file TutInterpolation.cpp.

References xms::InterpIdw::New().

◆ test_Example_Linear()

void TutInterpolationIntermediateTests::test_Example_Linear ( )

[snip_test_Example_Idw]

Example for Linear Interpolation [snip_test_Example_Linear]

Definition at line 89 of file TutInterpolation.cpp.

References xms::InterpLinear::New().

◆ test_Example_NaturalNeighbor()

void TutInterpolationIntermediateTests::test_Example_NaturalNeighbor ( )

[snip_test_Example_Linear]

Example for Natural Neighbor [snip_test_Example_NatNeigh]

Definition at line 119 of file TutInterpolation.cpp.

References xms::InterpLinear::New().


The documentation for this class was generated from the following files: