Rosetta
|
#include <devel/init.hh>
#include <core/io/pdb/pdb_writer.hh>
#include <core/pose/Pose.hh>
#include <core/scoring/sasa.hh>
#include <numeric/random/random.hh>
#include <basic/options/keys/in.OptionKeys.gen.hh>
#include <basic/prof.hh>
#include <core/chemical/ResidueType.hh>
#include <numeric/xyz.functions.hh>
#include <basic/options/option.hh>
#include <core/scoring/packing/surf_vol.hh>
#include <core/scoring/ScoreFunction.hh>
#include <time.h>
#include <core/import_pose/import_pose.hh>
Typedefs | |
typedef numeric::xyzVector< Real > | Vec |
typedef utility::vector1< Vec > | Vecs |
typedef numeric::xyzMatrix< Real > | Mat |
Functions | |
void | rot_pose (core::pose::Pose &pose, Mat const &rot) |
void | rot_pose (core::pose::Pose &pose, Vec const &axis, Real const &ang) |
Real | dot_sasa (Pose &pose, clock_t &t) |
Real | dab_sasa (Pose &pose, clock_t &t) |
int | main (int argc, char *argv[]) |
typedef numeric::xyzMatrix<Real> Mat |
typedef numeric::xyzVector<Real> Vec |
typedef utility::vector1<Vec> Vecs |
References beta_nonlocal::pose, PROF_START, PROF_STOP, docking::s, basic::options::OptionKeys::out::sf, basic::STAGE2, and predPRE::t.
Referenced by main().
References beta_nonlocal::pose, PROF_START, PROF_STOP, docking::s, basic::STAGE1, and predPRE::t.
Referenced by main().
int main | ( | int | argc, |
char * | argv[] | ||
) |
|
inline |
References natoms(), beta_nonlocal::pose, and rot.
Referenced by main(), and rot_pose().
|
inline |