#include <PatchFunction.h>
Public Member Functions | |
PatchEvaluator () | |
~PatchEvaluator () | |
template<class A1 , class Function > | |
void | evaluate (const A1 &a1, const Function &function) const |
template<class A1 , class Function > | |
void | evaluateRead (const A1 &a1, const Function &function) const |
template<class A1 , class A2 , class Function > | |
void | evaluate2 (const A1 &a1, const A2 &a2, const Function &function) const |
template<class A1 , class A2 , class A3 , class Function > | |
void | evaluate3 (const A1 &a1, const A2 &a2, const A3 &a3, const Function &function) const |
PatchEvaluator< MainEvaluatorTag >::PatchEvaluator | ( | ) | [inline] |
PatchEvaluator< MainEvaluatorTag >::~PatchEvaluator | ( | ) | [inline] |
void PatchEvaluator< MainEvaluatorTag >::evaluate | ( | const A1 & | a1, | |
const Function & | function | |||
) | const [inline] |
References Pooma::beginExpression(), Pooma::endExpression(), and notifyEngineWrite().
void PatchEvaluator< MainEvaluatorTag >::evaluateRead | ( | const A1 & | a1, | |
const Function & | function | |||
) | const [inline] |
References Pooma::beginExpression(), and Pooma::endExpression().
void PatchEvaluator< MainEvaluatorTag >::evaluate2 | ( | const A1 & | a1, | |
const A2 & | a2, | |||
const Function & | function | |||
) | const [inline] |
References Pooma::beginExpression(), Pooma::endExpression(), and notifyEngineWrite().
void PatchEvaluator< MainEvaluatorTag >::evaluate3 | ( | const A1 & | a1, | |
const A2 & | a2, | |||
const A3 & | a3, | |||
const Function & | function | |||
) | const [inline] |
References Pooma::beginExpression(), Pooma::endExpression(), and notifyEngineWrite().