Library of Assembled Shared Sources
lass::spat::LinearMeshInterpolator< T, TPI > Class Template Reference

Interpolator working on triangulated mesh. More...

#include <mesh_interpolator.h>

Inheritance diagram for lass::spat::LinearMeshInterpolator< T, TPI >:
Collaboration diagram for lass::spat::LinearMeshInterpolator< T, TPI >:

Protected Types

typedef std::deque< TPI > TInfoList
 type must support stable iterators
 

Detailed Description

template<typename T, typename TPI>
class lass::spat::LinearMeshInterpolator< T, TPI >

Interpolator working on triangulated mesh.

Interpolation is done linearly by finding a triangle containing the point of interest. Via barycentric coordinates the linear weighted interpolation is performed and returned. Buildup of mesh is incremental so after querying for interpolation new points can be inserted.

a linear interpolator using planar meshes

Author
Tom De Muer [TDM]

Definition at line 193 of file mesh_interpolator.h.


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