IMP
2.0.1
The Integrative Modeling Platform
|
Class for adding derivatives from restraints to the model. More...
#include <IMP/kernel/DerivativeAccumulator.h>
Public Member Functions | |
DerivativeAccumulator (double weight=1.0) | |
the weight is one by default | |
DerivativeAccumulator (const DerivativeAccumulator ©, double weight=1.0) | |
The weight is multiplied by the new weight. | |
double | get_weight () const |
double | operator() (const double value) const |
Scale a value appropriately. More... | |
void | show (std::ostream &out=std::cout) const |
This class was created so that restraints can be weighted using a RestraintSet and that the derivatives would be scaled appropriately
Definition at line 25 of file kernel/DerivativeAccumulator.h.
double IMP::kernel::DerivativeAccumulator::operator() | ( | const double | value | ) | const |
[in] | value | Value to add to the float attribute derivative. |
Definition at line 39 of file kernel/DerivativeAccumulator.h.