38 #ifndef CompositeOFScalarAdd_hpp
39 #define CompositeOFScalarAdd_hpp
71 #endif // CompositeOFScalarAdd_hpp
Adds a scalar to a given ObjectiveFunction.
Used to hold the error state and return it to the application.
virtual msq_std::list< QualityMetric * > get_quality_metric_list()
Returns the QualityMetric list assossiated with objFunc.
Vector3D is the object that effeciently stores information about about three-deminsional vectors...
CompositeOFScalarAdd(double, ObjectiveFunction *)
virtual ~CompositeOFScalarAdd()
ObjectiveFunction * objFunc
bool compute_analytical_gradient(PatchData &patch, Vector3D *const &grad, double &OF_val, MsqError &err, size_t array_size)
Base class for concrete Objective Functions ObjectiveFunction contains a pointer to a QualityMetric...
virtual bool concrete_evaluate(PatchData &patch, double &fval, MsqError &err)