Rosetta  2021.16
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Namespaces | Functions
util.cc File Reference

Utility function definitions for scoring carbohydrate-containing poses. More...

#include <core/scoring/carbohydrates/util.hh>
#include <core/id/types.hh>
#include <core/chemical/carbohydrates/CarbohydrateInfo.hh>
#include <core/conformation/Residue.hh>
#include <core/conformation/util.hh>
#include <core/conformation/carbohydrates/GlycanTreeSet.hh>
#include <core/conformation/carbohydrates/util.hh>
#include <core/pose/Pose.hh>
#include <core/pose/carbohydrates/util.hh>
#include <core/pose/PDBInfo.hh>
#include <utility/vector1.hh>
#include <utility/exit.hh>
#include <basic/Tracer.hh>

Namespaces

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

Functions

static basic::Tracer TR ("core.scoring.carbohydrates")
 
CHIEnergyFunctionLinkageType core::scoring::carbohydrates::get_CHI_energy_function_linkage_type_for_phi_for_residue_in_pose (pose::Pose const &pose, core::uint rsd_num)
 Get the CHI Energy Function linkage type for phi for a particular residue. More...
 
CHIEnergyFunctionLinkageType core::scoring::carbohydrates::get_CHI_energy_function_linkage_type_for_psi_for_residue_in_pose (pose::Pose const &pose, core::uint rsd_num)
 Get the CHI Energy Function linkage type for psi for a particular residue. More...
 
OmegaPreferenceType core::scoring::carbohydrates::get_omega_preference_for_residue_in_pose (pose::Pose const &pose, core::uint rsd_num)
 Get the omega preference for a particular residue. More...
 
CHIEnergyFunctionLinkageType core::scoring::carbohydrates::get_CHI_energy_function_linkage_type_for_residue_in_pose (id::MainchainTorsionType torsion, pose::Pose const &pose, core::uint rsd_num)
 Get the CHI Energy Function linkage type for the given torsion angle of a particular residue. More...
 
utility::vector1
< CHIEnergyFunctionLinkageType > 
core::scoring::carbohydrates::get_linkage_types_for_dihedral (core::Size torsion)
 

Detailed Description

Utility function definitions for scoring carbohydrate-containing poses.

Author
Labonte JWLab.nosp@m.onte.nosp@m.@jhu..nosp@m.edu

Function Documentation

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