#include <interpolationfactory.h>
Static Public Member Functions | |
static Interpolator * | interpolation (XMLNode *interpolation, Field *field, const ddf::PropertySet *pset) |
static Interpolator * | interpolation (const std::string &function, Field *field, const ddf::PropertySet *pset) |
static Interpolator * | analyticInterpolation (Field *field, const std::string &formula) |
static Interpolator * | analyticInterpolation (const std::vector< std::string > &formulas, Field *field, size_t columns=1) |
|
creates an analytic interpolation object from forumlas
|
|
creates an analytic interpolation object from a formula for scalar fields
|
|
creates a basis interpolation from an expression and a numeric property set
|
|
create an interpolation object from XML
|