Rosetta
Namespaces | Functions
DihedralDistanceMetric.cc File Reference

A metric to calculate the dihedral distance between two poses or the input and the set cmd-line native. Can set a subset of residues to calculate via ResidueSelector. More...

#include <core/simple_metrics/metrics/DihedralDistanceMetric.hh>
#include <core/simple_metrics/simple_metric_creators.hh>
#include <core/simple_metrics/RealMetric.hh>
#include <core/simple_metrics/util.hh>
#include <core/select/residue_selector/ResidueSelector.hh>
#include <core/select/residue_selector/util.hh>
#include <core/chemical/ResidueType.hh>
#include <core/pose/Pose.hh>
#include <core/pose/ref_pose.hh>
#include <core/pose/carbohydrates/util.hh>
#include <basic/options/keys/OptionKeys.hh>
#include <basic/Tracer.hh>
#include <basic/datacache/DataMap.hh>
#include <basic/citation_manager/UnpublishedModuleInfo.hh>
#include <utility/tag/Tag.hh>
#include <utility/string_util.hh>
#include <numeric/NumericTraits.hh>
#include <cmath>
#include <utility/tag/XMLSchemaGeneration.hh>

Namespaces

 core
 A class for reading in the atom type properties.
 
 core::simple_metrics
 
 core::simple_metrics::metrics
 

Functions

static basic::Tracer TR ("core.simple_metrics.metrics.DihedralDistanceMetric")
 

Detailed Description

A metric to calculate the dihedral distance between two poses or the input and the set cmd-line native. Can set a subset of residues to calculate via ResidueSelector.

Author
Jared Adolf-Bryfogle (jadol.nosp@m.fbr@.nosp@m.gmail.nosp@m..com)

Function Documentation

◆ TR()

static basic::Tracer TR ( "core.simple_metrics.metrics.DihedralDistanceMetric"  )
static