![]() |
Rosetta
2021.16
|
Constraint function for looking up data in a histogram over which a spline is created. More...
#include <core/scoring/func/SplineFunc.hh>#include <core/scoring/func/Func.fwd.hh>#include <basic/options/keys/constraints.OptionKeys.gen.hh>#include <basic/options/option.hh>#include <basic/database/open.hh>#include <basic/Tracer.hh>#include <utility/io/izstream.hh>#include <utility/vector1.hh>#include <numeric/interpolation/spline/SplineGenerator.hh>#include <numeric/interpolation/spline/Interpolator.hh>#include <numeric/interpolation/util.hh>#include <iostream>#include <sstream>#include <string>Namespaces | |
| core | |
| A class for reading in the atom type properties. | |
| core::scoring | |
| core::scoring::func | |
Functions | |
| static basic::Tracer | TR ("core.scoring.constraints.SplineFunc") |
Constraint function for looking up data in a histogram over which a spline is created.
The HistogramFunc constraints function allows one to input a histogram (in most cases, a knowledge-based potential). This class loads a lookup table (your histogram), provides an interface for accessing it, creates a spline, and returns a value based on the spline generated from the knowledge-based potential.
|
static |
1.8.7