| 
    Rosetta
    
   | 
 
#include <core/scoring/ScoreFunction.hh>#include <core/scoring/ScoreFunctionFactory.hh>#include <core/scoring/sasa.hh>#include <core/id/AtomID_Map.hh>#include <basic/Tracer.hh>#include <basic/options/util.hh>#include <basic/options/option.hh>#include <basic/options/option_macros.hh>#include <core/import_pose/import_pose.hh>#include <devel/init.hh>#include <core/pose/PDBInfo.hh>#include <core/pose/Pose.hh>#include <core/conformation/Residue.hh>#include <utility/vector1.hh>#include <core/pose/init_id_map.hh>#include <iomanip>#include <string>#include <fstream>#include <cstdlib>Functions | |
| Size | get_pose_resnum (int const pdbnum, char const pdbchn, Pose &ps) | 
| Returns the residue number of a residue in a pose.  More... | |
| int | main (int argc, char *argv[]) | 
Variables | |
| static basic::Tracer | TR ("apps.pilot.lig_low_sasa.main") | 
Returns the residue number of a residue in a pose.
@parm[in] pdbnum residue number of the residue in its PDB file. @parm[in] pdbchn chain identifier of the residue in the PDB file. @parm[in] ps pose that the residue has been loaded into.
References utility::options::OptionKeys::options::exit, create_a3b_hbs::j, and TR.
Referenced by main().
| int main | ( | int | argc, | 
| char * | argv[] | ||
| ) | 
References argv, test.T009_Exceptions::e, get_pose_resnum(), pyrosetta.distributed.io::get_score_function(), create_a3b_hbs::i, basic::init(), NEW_OPT, option, pyrosetta.distributed.io::pose_from_file(), basic::options::OptionKeys::AnchoredDesign::filters::sasa, oop_conformations::scorefxn, basic::options::start_file(), and TR.
      
  | 
  static | 
Referenced by get_pose_resnum(), and main().