Rosetta
Namespaces | Functions
Dssp.cc File Reference
#include <core/scoring/dssp/Dssp.hh>
#include <core/conformation/Residue.hh>
#include <core/pose/Pose.hh>
#include <core/id/NamedAtomID.hh>
#include <core/sequence/ABEGOManager.hh>
#include <core/pose/symmetry/util.hh>
#include <ObjexxFCL/FArray1D.hh>
#include <ObjexxFCL/FArray2D.hh>
#include <utility/exit.hh>
#include <basic/Tracer.hh>
#include <numeric/xyzVector.hh>
#include <numeric/xyz.functions.hh>
#include <string>
#include <iostream>
#include <core/id/AtomID.hh>
#include <core/scoring/dssp/StrandPairing.hh>
#include <utility/vector1.hh>

Namespaces

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

Functions

static basic::Tracer tr ("core.scoring.dssp")
 
void core::scoring::dssp::fill_hbond_bb_pair_score_dssp (pose::Pose const &pose, ObjexxFCL::FArray2D_float &hbond_bb_pair_score)
 Populates the hbond_bb_pair_score_ array with dssp energies. More...
 

Function Documentation

◆ tr()

static basic::Tracer tr ( "core.scoring.dssp"  )
static
Author
olange: ported from original bblum-rosetta++ version $

Referenced by core::scoring::dssp::Dssp::compute().