afl::AnalyticInterpolator Class Reference

#include <analyticinterpolator.h>

Inheritance diagram for afl::AnalyticInterpolator:

afl::Interpolator List of all members.

Public Member Functions

 AnalyticInterpolator (const Field *f, const FnValue &fn, const Parameters &params)
virtual ~AnalyticInterpolator ()
virtual Value interpolate (const Point &x) const
virtual void toXML (std::ostream &doc) const
virtual Interpolatorclone ()
virtual const ddf::GeometrygetValueGeometry () const
virtual const std::string & getImplementation () const
virtual const std::string & getMethod () const

Detailed Description

class AnalyticInterpolator. An interpolator that evaluates an expression at a point


Constructor & Destructor Documentation

afl::AnalyticInterpolator::AnalyticInterpolator const Field f,
const FnValue fn,
const Parameters params
 

creates a new interpolation object

Parameters:
f the field this interpolation is over
fn the functions that define the interpolation
params any parameters to pass to the interpolator

virtual afl::AnalyticInterpolator::~AnalyticInterpolator  )  [virtual]
 

destructor


Member Function Documentation

virtual Interpolator* afl::AnalyticInterpolator::clone  )  [virtual]
 

Returns:
a true copy of the object. The object is becomes the responsibility of the calling function

Implements afl::Interpolator.

virtual const std::string& afl::AnalyticInterpolator::getImplementation  )  const [virtual]
 

Returns:
the name of the implementation

Implements afl::Interpolator.

virtual const std::string& afl::AnalyticInterpolator::getMethod  )  const [virtual]
 

Returns:
the name of the method this interpolator implements

Implements afl::Interpolator.

virtual const ddf::Geometry* afl::AnalyticInterpolator::getValueGeometry  )  const [virtual]
 

Returns:
the ddf geometry of the values interpolated

virtual Value afl::AnalyticInterpolator::interpolate const Point x  )  const [virtual]
 

Parameters:
x the location to interpolate for
Returns:
the interpolated value at x

Implements afl::Interpolator.

virtual void afl::AnalyticInterpolator::toXML std::ostream &  doc  )  const [virtual]
 

represents the interpolator as FRL

Parameters:
doc the output stream that the xml will be appended to

Reimplemented from afl::Interpolator.


The documentation for this class was generated from the following file:
Generated on Fri Dec 22 07:17:51 2006 for afl by  doxygen 1.4.6