|
Rosetta
|
search pocket and generate grids More...
#include <iostream>#include <map>#include <string>#include <sstream>#include <devel/init.hh>#include <core/types.hh>#include <core/io/pdb/file_data.hh>#include <core/pose/Pose.hh>#include <core/chemical/ChemicalManager.hh>#include <core/chemical/AtomTypeSet.hh>#include <core/chemical/ResidueTypeSet.hh>#include <core/conformation/Residue.hh>#include <core/scoring/ScoreFunction.hh>#include <core/scoring/ScoringManager.hh>#include <basic/options/option.hh>#include <basic/options/keys/in.OptionKeys.gen.hh>#include <basic/Tracer.hh>#include <core/scoring/packstat/compute_sasa.hh>#include <utility/string_util.hh>#include <utility/file/FileName.hh>#include <basic/options/keys/packstat.OptionKeys.gen.hh>#include <ObjexxFCL/format.hh>#include <utility/exit.hh>#include <core/scoring/methods/EnergyMethodOptions.hh>#include <core/scoring/EnergyMap.hh>#include <core/scoring/etable/Etable.hh>#include <core/import_pose/import_pose.hh>#include <utility/vector1.hh>#include <fstream>#include <utility/excn/Exceptions.hh>Go to the source code of this file.
Macros | |
| #define | MAXCAVN 6 |
| #define | MAXRESD 5.0 |
| #define | T_FACTOR 2.0 |
| #define | THRESHOLD 10.0 |
| #define | MINNRES 2 |
Functions | |
| static THREAD_LOCAL basic::Tracer | TR ("apps.public.match.gen_apo_grids") |
| void | assure (std::ifstream &in, const char *filename="") |
| void | assure (std::ofstream &in, const char *filename="") |
| int | main (int argc, char *argv[]) |
search pocket and generate grids
Definition in file gen_apo_grids.cc.
| #define MAXCAVN 6 |
Definition at line 87 of file gen_apo_grids.cc.
Referenced by main().
| #define MAXRESD 5.0 |
Definition at line 88 of file gen_apo_grids.cc.
Referenced by main().
| #define MINNRES 2 |
Definition at line 91 of file gen_apo_grids.cc.
Referenced by main().
| #define T_FACTOR 2.0 |
Definition at line 89 of file gen_apo_grids.cc.
Referenced by main().
| #define THRESHOLD 10.0 |
Definition at line 90 of file gen_apo_grids.cc.
Referenced by main().
|
inline |
Definition at line 93 of file gen_apo_grids.cc.
References utility::options::OptionKeys::options::exit, and test.G202_Module_PythonPDB::filename.
Referenced by main().
|
inline |
Definition at line 103 of file gen_apo_grids.cc.
References utility::options::OptionKeys::options::exit, and test.G202_Module_PythonPDB::filename.
Definition at line 113 of file gen_apo_grids.cc.
References assure(), utility::io::oc::cout, test.G202_Module_PythonPDB::filename, devel::init(), numeric::xyzVector< typename >::length_squared(), numeric::log(), MAXCAVN, MAXRESD, MINNRES, utility::excn::EXCN_Base::msg(), option, app.surface_docking.surface_docking::opts, app.surface_docking.surface_docking::pose, ObjexxFCL::pow(), test.T500_Packing::pr, app.delta_score_per_mutation::res, app.pyrosetta_toolkit.modules.SQLPDB::s, test.G100_Functions_Input::score, T_FACTOR, THRESHOLD, utility::to_string(), TR(), utility::options::OptionKeys::options::user, utility_exit_with_message, Equations::vector(), x(), numeric::crick_equations::xyz(), y(), and z().
|
static |
Referenced by main().
1.8.7