xmsinterp
1.0
|
Class that performs anisotropic interpolation. Transforms points so x is a distance of a projected normal onto the centerline and y is the distance from (above or below) the centerline. Interpolate using inverse distance weighted interpolation after scaling the transformed x-values. More...
#include <InterpAnisotropic.h>
Public Member Functions | |
virtual | ~InterpAnisotropic () |
Destructor. | |
Static Public Member Functions | |
static BSHP< InterpAnisotropic > | New () |
Creates an InterpAnisotropic class. More... | |
Protected Member Functions | |
InterpAnisotropic () | |
Constructor. | |
Class that performs anisotropic interpolation. Transforms points so x is a distance of a projected normal onto the centerline and y is the distance from (above or below) the centerline. Interpolate using inverse distance weighted interpolation after scaling the transformed x-values.
Definition at line 31 of file InterpAnisotropic.h.
|
static |
Creates an InterpAnisotropic class.
Definition at line 113 of file InterpAnisotropic.cpp.
Referenced by TutInterpolationIntermediateTests::test_Example_Anisotropic(), and InterpAnisotropicUnitTests::testComplex().