xmsinterp
1.0
|
#include <boost/thread.hpp>
#include <xmsinterp/interpolate/InterpIdw.h>
#include <xmscore/math/math.h>
#include <xmscore/stl/utility.h>
#include <xmscore/stl/vector.h>
#include <xmsgrid/geometry/GmPtSearch.h>
#include <xmsinterp/interpolate/InterpSignals.h>
#include <xmsinterp/interpolate/InterpUtil.h>
#include <xmsinterp/interpolate/detail/NodalFunc.h>
#include <xmsgrid/geometry/geoms.h>
#include <xmsinterp/thread/ThreadLoop.h>
#include <xmsinterp/thread/ThreadMgr.h>
#include <xmscore/misc/XmError.h>
#include <xmscore/misc/xmstype.h>
#include <xmsinterp/interpolate/InterpIdw.t.h>
#include <xmscore/testing/TestTools.h>
#include <xmscore/misc/XmLog.h>
Go to the source code of this file.
Classes | |
class | xms::InterpIdwImpl |
Implementation of InterpIdw class. More... | |
class | xms::InterpIdwImpl::InterpThread |
Threading class to compute idw interpolation in parallel. More... | |
Functions | |
static void | iGetPoints (VecPt3d &a_pts, VecFlt &a_scalar, VecPt3d &a_iPts) |
Get points for testing. More... | |
Definition in file InterpIdw.cpp.
Get points for testing.
a_pts | Points. |
a_scalar | Scalars. |
a_iPts | Interpolation points. |
Definition at line 761 of file InterpIdw.cpp.
Referenced by InterpIdwUnitTests::testInterp2d_a(), InterpIdwUnitTests::testInterp2d_b(), InterpIdwUnitTests::testInterp2d_c(), InterpIdwUnitTests::testInterp2d_d(), InterpIdwUnitTests::testInterp2d_e(), InterpIdwUnitTests::testInterp2d_f(), and InterpIdwUnitTests::testInterp3d().