xmsinterp
1.0
|
Class that performs inverse distance weighted interpolation. More...
#include <InterpIdw.h>
Public Types | |
enum | WeightEnum { CLASSIC, MODIFIED } |
Weight calculation method enumeration. | |
enum | NodalFuncEnum { CONSTANT, GRAD_PLANE, QUADRATIC } |
Nodal fuction type enumeration. | |
Public Member Functions | |
virtual | ~InterpIdw () |
Destructor. | |
Static Public Member Functions | |
static BSHP< InterpIdw > | New () |
Creates an InterpIdw class. More... | |
Protected Member Functions | |
InterpIdw () | |
Constructor. | |
Class that performs inverse distance weighted interpolation.
Definition at line 28 of file InterpIdw.h.
Creates an InterpIdw class.
Definition at line 284 of file InterpIdw.cpp.
Referenced by TutInterpolationIntermediateTests::test_Example_IDW(), InterpIdwUnitTests::testCreateClass(), InterpIdwUnitTests::testInterp2d_a(), InterpIdwUnitTests::testInterp2d_b(), InterpIdwUnitTests::testInterp2d_c(), InterpIdwUnitTests::testInterp2d_d(), InterpIdwUnitTests::testInterp2d_e(), InterpIdwUnitTests::testInterp2d_f(), InterpIdwUnitTests::testInterp3d(), and InterpIdwUnitTests::testInterpToPts().