Rosetta
|
#include <core/pose/Pose.hh>
#include <core/conformation/Residue.hh>
#include <core/import_pose/import_pose.hh>
#include <basic/options/option.hh>
#include <basic/options/keys/in.OptionKeys.gen.hh>
#include <basic/Tracer.hh>
#include <fstream>
#include <devel/init.hh>
Functions | |
void | get_csts_from_pose (core::pose::Pose const &pose, std::string name) |
void | setup_coord_csts () |
int | main (int argc, char **argv) |
Variables | |
static basic::Tracer | TR ("apps.pilot.kkappel.setup_coor_csts") |
void get_csts_from_pose | ( | core::pose::Pose const & | pose, |
std::string | name | ||
) |
References basic::options::OptionKeys::james::atom_names, dist(), PREcst::fname, create_a3b_hbs::i, create_a3b_hbs::j, oop_conformations::length, and beta_nonlocal::pose.
Referenced by setup_coord_csts().
int main | ( | int | argc, |
char ** | argv | ||
) |
References argv, test.T009_Exceptions::e, basic::init(), and setup_coord_csts().
void setup_coord_csts | ( | ) |
|
static |