Public Member Functions

Fiber::FieldInterpolator< FieldType, CoordType, InterpolType > Class Template Reference

The FieldInterpolation class provides a function to do data interpolation on a data field. More...

#include <FieldInterpolator.hpp>

List of all members.

Public Member Functions


Detailed Description

template<typename FieldType, typename CoordType, int InterpolType>
class Fiber::FieldInterpolator< FieldType, CoordType, InterpolType >

The FieldInterpolation class provides a function to do data interpolation on a data field.

The interpolation algorithm used is set by the 3rd template Parameter. Partial specializations for linear, cubic and analytic field evaluation are provided.