xmsinterp  1.0
xms::InterpAnisotropic Class Reference

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>

Inheritance diagram for xms::InterpAnisotropic:
xms::InterpAnisotropicImpl

Public Member Functions

virtual ~InterpAnisotropic ()
 Destructor.
 

Static Public Member Functions

static BSHP< InterpAnisotropicNew ()
 Creates an InterpAnisotropic class. More...
 

Protected Member Functions

 InterpAnisotropic ()
 Constructor.
 

Detailed Description

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.

See also
InterpAnisotropicImpl and AnisotropicInterpolator.
InterpAnisotropicImpl

Definition at line 31 of file InterpAnisotropic.h.

Member Function Documentation

◆ New()

BSHP< InterpAnisotropic > xms::InterpAnisotropic::New ( )
static

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