Ask a Question | Search PSRCHIVE: |
Home
|
ForwardResult.h Abstract base class of Function parameter policies. Definition: CalculatePolicy.h:25 Result evaluate(std::vector< Result > *gradient=0) const Calls to context->evaluate are forwarded to evaluator. Definition: ForwardResult.h:49 ForwardResult(T *context, T *function) Default constructor. Definition: ForwardResult.h:40 Function * get_context() const Return the Function for whom this policy operates. Definition: FunctionPolicy.h:37 Namespace in which all modeling and calibration related code is declared. Definition: ExampleComplex2.h:16 static bool very_verbose Low-level verbosity flag. Definition: Function.h:57 std::string class_name() const Return the name of the class for debugging. Definition: ForwardResult.h:61 Reference::To< T, false > evaluator The class that will do the evaluating. Definition: ForwardResult.h:68 void manage(Function *argument) Begin to forward the changed status of argument to context. Definition: ForwardChanged.C:18 ForwardChanged forward_changed Forward the changed signals from the evaluator to the context. Definition: ForwardResult.h:71 Generated using doxygen 1.8.17
|