#include <derivator.h>
Inheritance diagram for afl::Derivator:
Public Member Functions | |
virtual | ~Derivator () |
virtual Derivative | derivative (const Point &x) const =0 |
virtual void | toXML (std::ostream &doc) const =0 |
virtual Derivator * | clone ()=0 |
const Point & | getDeltas () const |
virtual const std::string & | getMethod () const =0 |
void | setParentField (const Field *parent) |
Protected Member Functions | |
Derivator (const Field *field, const Parameters ¶ms) | |
Protected Attributes | |
const Field * | _field |
Point | _deltas |
const ddf::PropertySet * | _pset |
|
Destructor |
|
constructor
|
|
Implemented in afl::Derivator_1, afl::Derivator_2, afl::Derivator_3, and afl::Derivator_4. |
|
Implemented in afl::Derivator_1, afl::Derivator_2, afl::Derivator_3, and afl::Derivator_4. |
|
|
|
Implemented in afl::Derivator_1, afl::Derivator_2, afl::Derivator_3, and afl::Derivator_4. |
|
sets the parent field of this interpolation
|
|
represents the derivator for an FRL document
Implemented in afl::Derivator_1, afl::Derivator_2, afl::Derivator_3, and afl::Derivator_4. |
|
how far to sample in each direction |
|
the field this derivator acts on. |
|
the properties of the field if it exists |