Rosetta
|
#include <basic/options/keys/in.OptionKeys.gen.hh>
#include <basic/options/keys/symmetry.OptionKeys.gen.hh>
#include <basic/options/option.hh>
#include <basic/Tracer.hh>
#include <core/conformation/symmetry/SymmetryInfo.hh>
#include <core/conformation/symmetry/SymDof.hh>
#include <core/id/AtomID.hh>
#include <core/import_pose/import_pose.hh>
#include <core/pose/Pose.hh>
#include <core/pose/symmetry/util.hh>
#include <core/pose/chains_util.hh>
#include <core/scoring/rms_util.hh>
#include <devel/init.hh>
#include <numeric/xyz.functions.hh>
#include <utility/vector1.hh>
#include <core/kinematics/Jump.hh>
Typedefs | |
using | Vec = numeric::xyzVector< core::Real > |
using | Mat = numeric::xyzMatrix< core::Real > |
Functions | |
bool | check_coords_match (vector1< Vec > const &a, vector1< Vec > const &b) |
vector1< Vec > | chain_coords (Pose const &pose, char chain, core::Size nres) |
vector1< Vec > | non_chain_coords (Pose const &pose, char chain, core::Size nres) |
void | move_jump (core::pose::Pose &pose, int jnum) |
int | main (int argc, char *argv[]) |
Variables | |
static basic::Tracer | TR ("sym_multicomp_test") |
using Mat = numeric::xyzMatrix<core::Real> |
using Vec = numeric::xyzVector<core::Real> |
vector1<Vec> chain_coords | ( | Pose const & | pose, |
char | chain, | ||
core::Size | nres | ||
) |
References predPRE::chain, create_a3b_hbs::i, create_a3b_hbs::nres, and beta_nonlocal::pose.
Referenced by main().
References a, compute_difference::b, build_jacobian::distance, enumerate_junctions::int, and utility_exit_with_message.
Referenced by main().
int main | ( | int | argc, |
char * | argv[] | ||
) |
References argv, predPRE::chain, chain_coords(), check_coords_match(), test.T009_Exceptions::e, basic::Tracer::Error, create_a3b_hbs::i, basic::init(), enumerate_junctions::int, move_jump(), non_chain_coords(), create_a3b_hbs::nres, basic::options::option, option, beta_nonlocal::pose, pyrosetta.distributed.io::pose_from_file, in::file::s(), basic::options::OptionKeys::symmetry::symmetry_definition, test.Workshop5test::test, and TR.
void move_jump | ( | core::pose::Pose & | pose, |
int | jnum | ||
) |
References create_a3b_hbs::j, beta_nonlocal::pose, and numeric::x_rotation_matrix_degrees().
Referenced by main().
vector1<Vec> non_chain_coords | ( | Pose const & | pose, |
char | chain, | ||
core::Size | nres | ||
) |
References predPRE::chain, create_a3b_hbs::i, create_a3b_hbs::nres, and beta_nonlocal::pose.
Referenced by main().
|
static |
Referenced by main().