Rosetta
|
Plot a given score term as a function to two degrees of freedom for an arbitrary residue type. More...
#include <devel/init.hh>
#include <core/pose/Pose.hh>
#include <core/pose/annotated_sequence.hh>
#include <core/chemical/ResidueType.hh>
#include <core/scoring/ScoreFunction.hh>
#include <core/scoring/ScoreTypeManager.hh>
#include <utility/excn/Exceptions.hh>
#include <basic/Tracer.hh>
#include <basic/options/option.hh>
#include <basic/options/keys/OptionKeys.hh>
#include <basic/options/option_macros.hh>
#include <sstream>
Enumerations | |
enum | ALLOWED_DOFS { PHI =1 , PSI , THETA , MU , OMEGA , OMEGA_MINUSONE , CHI1 , CHI2 , CHI3 , CHI4 } |
Functions | |
void | register_options () |
ALLOWED_DOFS | determine_allowed_dofs (int dofno) |
void | initialize_pose () |
void | set_dof (core::pose::Pose &pose, ALLOWED_DOFS const dof, core::Real const &setting) |
void | plot_scoreterm () |
void | initialize_pose (core::pose::Pose &pose) |
int | main (int argc, char *argv[]) |
Variables | |
static basic::Tracer | TR ("plot_scoreterm") |
Plot a given score term as a function to two degrees of freedom for an arbitrary residue type.
enum ALLOWED_DOFS |
ALLOWED_DOFS determine_allowed_dofs | ( | int | dofno | ) |
References CHI1, CHI2, CHI3, CHI4, MU, OMEGA, OMEGA_MINUSONE, basic::options::option, PHI, PSI, runtime_assert, THETA, numeric::interpolation::to_string(), and utility_exit_with_message.
Referenced by plot_scoreterm().
void initialize_pose | ( | ) |
Referenced by ChallengeMover::apply(), and plot_scoreterm().
void initialize_pose | ( | core::pose::Pose & | pose | ) |
int main | ( | int | argc, |
char * | argv[] | ||
) |
void plot_scoreterm | ( | ) |
void register_options | ( | ) |
Referenced by main().
void set_dof | ( | core::pose::Pose & | pose, |
ALLOWED_DOFS const | dof, | ||
core::Real const & | setting | ||
) |
References CHI1, CHI2, CHI3, CHI4, MU, OMEGA, OMEGA_MINUSONE, PHI, beta_nonlocal::pose, PSI, and THETA.
Referenced by plot_scoreterm().
|
static |