Library of Assembled Shared Sources
|
Interpolator working on triangulated mesh. More...
#include <mesh_interpolator.h>
Protected Types | |
typedef std::deque< TPI > | TInfoList |
type must support stable iterators | |
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
Definition at line 193 of file mesh_interpolator.h.