Constraint function for looking up data in a histogram over which a spline is created.
More...
#include <core/scoring/constraints/SplineFunc.hh>
#include <core/scoring/constraints/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>
Go to the source code of this file.
|
| static basic::Tracer | TR ("core.scoring.constraints.SplineFunc") |
| |
Constraint function for looking up data in a histogram over which a spline is created.
- Detailed: 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.
- Author
- Stephanie Hirst (steph.nosp@m.anie.nosp@m..j.hi.nosp@m.rst@.nosp@m.vande.nosp@m.rbil.nosp@m.t.edu)
Definition in file SplineFunc.cc.
| static basic::Tracer TR |
( |
"core.scoring.constraints.SplineFunc" |
) | |
|
|
static |