xmsinterp  1.0
InterpLinear.cpp File Reference

Linear interpolation class as well as other triangle based interpolation such as natural neighbor and clough-toucher. More...

#include <xmsinterp/interpolate/InterpLinear.h>
#include <cfloat>
#include <sstream>
#include <xmscore/math/math.h>
#include <xmsgrid/geometry/GmPtSearch.h>
#include <xmsgrid/geometry/GmTriSearch.h>
#include <xmsinterp/interpolate/detail/InterpCt.h>
#include <xmsinterp/interpolate/detail/InterpNatNeigh.h>
#include <xmsinterp/interpolate/detail/NodalFunc.h>
#include <xmsinterp/interpolate/InterpUtil.h>
#include <xmscore/stl/utility.h>
#include <xmscore/misc/XmError.h>
#include <xmscore/misc/xmstype.h>
#include <xmsinterp/interpolate/InterpLinear.t.h>

Go to the source code of this file.

Classes

class  xms::InterpLinearImpl
 Implementation of InterpLinear. More...
 

Detailed Description

Linear interpolation class as well as other triangle based interpolation such as natural neighbor and clough-toucher.

Definition in file InterpLinear.cpp.