| 
    Rosetta
    
   | 
 
#include <iostream>#include <fstream>#include <string>#include <sstream>#include <devel/init.hh>#include <core/pose/Pose.hh>#include <core/pose/init_id_map.hh>#include <core/pose/PDBInfo.hh>#include <basic/options/util.hh>#include <basic/options/option.hh>#include <basic/options/keys/out.OptionKeys.gen.hh>#include <basic/Tracer.hh>#include <basic/options/option_macros.hh>#include <core/conformation/Residue.hh>#include <protocols/simple_moves/SuperimposeMover.hh>#include <core/id/AtomID.hh>#include <core/id/AtomID_Map.hh>#include <core/scoring/rms_util.hh>#include <core/import_pose/import_pose.hh>#include <core/conformation/Residue.fwd.hh>#include <protocols/pockets/PocketGrid.hh>Functions | |
| bool | is_interface_heavyatom (core::pose::Pose const &pose, core::pose::Pose const &, core::Size resno, core::Size atomno) | 
| Real | iface_pdb_superimpose_pose (pose::Pose &mod_pose, pose::Pose const &ref_pose) | 
| int | main (int argc, char *argv[]) | 
| General testing code.  More... | |
Variables | |
| static basic::Tracer | TR ("apps.pilot.karen_pocket_compare.main") | 
| std::set< std::string > | interface | 
| Real iface_pdb_superimpose_pose | ( | pose::Pose & | mod_pose, | 
| pose::Pose const & | ref_pose | ||
| ) | 
References create_a3b_hbs::ii, is_interface_heavyatom(), beta_nonlocal::jj, and superimpose_pose().
Referenced by main().
| bool is_interface_heavyatom | ( | core::pose::Pose const & | pose, | 
| core::pose::Pose const & | , | ||
| core::Size | resno, | ||
| core::Size | atomno | ||
| ) | 
References interface, and beta_nonlocal::pose.
Referenced by iface_pdb_superimpose_pose().
| int main | ( | int | argc, | 
| char * | argv[] | ||
| ) | 
General testing code.
References argv, utility::io::oc::cout, test.T009_Exceptions::e, basic::options::OptionKeys::score::empty, iface_pdb_superimpose_pose(), assign_charges::ifs, basic::options::OptionKeys::in::in, basic::init(), interface, NEW_OPT, option, drrafter_rna::output_tag, pyrosetta.distributed.io::pose_from_file, execute::residues, basic::options::start_file(), tag, and TR.
| std::set<std::string> interface | 
Referenced by is_interface_heavyatom(), and main().
      
  | 
  static | 
Referenced by main().