xmsinterp  1.0
InterpIdw.cpp File Reference
#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...
 

Detailed Description

Definition in file InterpIdw.cpp.

Function Documentation

◆ iGetPoints()

static void iGetPoints ( VecPt3d a_pts,
VecFlt a_scalar,
VecPt3d a_iPts 
)
static