Neighbor Vector algorithm lookup table processing class.
More...
#include <core/scoring/nv/NVlookup.hh>
#include <numeric/interpolation/spline/SplineGenerator.hh>
#include <utility/vector1.hh>
#include <utility/io/izstream.hh>
#include <utility/json_spirit/json_spirit_reader.h>
#include <basic/Tracer.hh>
#include <algorithm>
#include <fstream>
#include <sstream>
#include <vector>
|
static basic::Tracer | TR ("core.scoring.NV") |
|
Neighbor Vector algorithm lookup table processing class.
- Detailed: The neighbor vector algorithm relies on a table of knowledge based potentials based on statistical analysis of the PDB
- This class loads the lookup table and provides an interface for accessing it. In the future this should and will probably be implemented as a spline rather than a table
- Author
- Sam DeLuca (samue.nosp@m.l.l..nosp@m.deluc.nosp@m.a@va.nosp@m.nderb.nosp@m.ilt..nosp@m.edu)
static basic::Tracer TR |
( |
"core.scoring.NV" |
) | |
|
|
static |