#include <integrator.h>
Inheritance diagram for afl::Integrator:
Public Member Functions | |
virtual | ~Integrator () |
virtual Value | integral (const Simplex &s) const =0 |
virtual void | toXML (std::ostream &doc) const =0 |
virtual Integrator * | clone ()=0 |
virtual void | setField (const Field *field) |
virtual const std::string & | getMethod () const =0 |
void | setParentField (const Field *parent) |
Protected Member Functions | |
Integrator (const Field *field, const Parameters ¶ms) | |
Protected Attributes | |
const Field * | _field |
|
Destructor |
|
constructor
|
|
Implemented in afl::Integrator_1, afl::Integrator_2, afl::Integrator_3, afl::Integrator_4, afl::MonteCarloIntegrator_1, afl::MonteCarloIntegrator_2, afl::MonteCarloIntegrator_3, and afl::MonteCarloIntegrator_4. |
|
Implemented in afl::Integrator_1, afl::Integrator_2, afl::Integrator_3, afl::Integrator_4, afl::MonteCarloIntegrator_1, afl::MonteCarloIntegrator_2, afl::MonteCarloIntegrator_3, and afl::MonteCarloIntegrator_4. |
|
Implemented in afl::Integrator_1, afl::Integrator_2, afl::Integrator_3, afl::Integrator_4, afl::MonteCarloIntegrator_1, afl::MonteCarloIntegrator_2, afl::MonteCarloIntegrator_3, and afl::MonteCarloIntegrator_4. |
|
sets the field this derivator would operate on
|
|
sets the parent field of this interpolation
|
|
represents the integrator for an FRL document
Implemented in afl::Integrator_1, afl::Integrator_2, afl::Integrator_3, afl::Integrator_4, afl::MonteCarloIntegrator_1, afl::MonteCarloIntegrator_2, afl::MonteCarloIntegrator_3, and afl::MonteCarloIntegrator_4. |
|
the field this derivator acts on. |