Rosetta
Namespaces | Functions
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 <vector>

Namespaces

 core
 A class for reading in the atom type properties.
 
 core::scoring
 
 core::scoring::nv
 

Functions

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

Detailed Description

Neighbor Vector algorithm lookup table processing class.

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)

Function Documentation

◆ TR()

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