Rosetta Core  2014.16.56682
Namespaces | Variables
NVlookup.cc File Reference

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>

Namespaces

 core
 A class for defining atom parameters, known as atom_types.
 
 core::scoring
 
 core::scoring::nv
 

Variables

static basic::Tracer TR ("core.scoring.NV")
 

Detailed Description

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)

Variable Documentation

basic::Tracer TR("core.scoring.NV")
static