9 #ifndef IMPISD_LOG_WRAPPER_H
10 #define IMPISD_LOG_WRAPPER_H
12 #include "isd_config.h"
16 IMPISD_BEGIN_NAMESPACE
23 void show_it(std::ostream &out)
const;
27 LogWrapper(
Model *m,
double weight,
const std::string &name =
"LogWrapper %1%");
32 const std::string &name =
"LogWrapper %1%");
34 virtual double unprotected_evaluate(
41 if (container) on_remove(container, obj));
#define IMP_OBJECT_METHODS(Name)
Define the basic things needed by any Object.
Macros to define containers of objects.
Class for storing model, its restraints, constraints, and particles.
Calculate the -Log of a list of restraints.
Abstract base class for all restraints.
virtual ModelObjectsTemp do_get_inputs() const =0
#define IMP_OVERRIDE
Cause a compile error if this method does not override a parent method.
Class for adding derivatives from restraints to the model.
A restraint is a term in an IMP ScoringFunction.