Rosetta
|
#include <devel/init.hh>
#include <core/types.hh>
#include <core/conformation/Residue.hh>
#include <core/pose/PDBInfo.hh>
#include <core/pose/Pose.hh>
#include <core/import_pose/import_pose.hh>
#include <core/kinematics/MoveMap.hh>
#include <core/scoring/ScoreFunction.hh>
#include <core/scoring/ScoreFunctionFactory.hh>
#include <protocols/minimization_packing/MinMover.hh>
#include <utility/excn/Exceptions.hh>
#include <utility/file/FileName.hh>
#include <iostream>
Functions | |
int const | SUCCESS (0) |
int const | FAILURE (-1) |
string const | INPUT_PATH ("input/") |
string const | OUTPUT_PATH ("output/") |
void | test_cofactor (Pose &cofactor, string const &name) |
int | main (int argc, char *argv[]) |
int const FAILURE | ( | - | 1 | ) |
Referenced by main().
string const INPUT_PATH | ( | "input/" | ) |
Referenced by test_cofactor().
int main | ( | int | argc, |
char * | argv[] | ||
) |
References argv, utility::io::oc::cout, test.T009_Exceptions::e, FAILURE(), basic::init(), SUCCESS(), and test_cofactor().
string const OUTPUT_PATH | ( | "output/" | ) |
Referenced by test_cofactor().
int const SUCCESS | ( | 0 | ) |
Referenced by main().
void test_cofactor | ( | Pose & | cofactor, |
string const & | name | ||
) |
References utility::io::oc::cout, lactamize::filename, create_a3b_hbs::i, INPUT_PATH(), beta_nonlocal::mm, name, OUTPUT_PATH(), pyrosetta.distributed.io::pose_from_file, res, and basic::options::OptionKeys::out::sf.
Referenced by main().