Rosetta
Functions | Variables
lig_low_sasa.cc File Reference
#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")
 

Function Documentation

◆ get_pose_resnum()

Size get_pose_resnum ( int const  pdbnum,
char const  pdbchn,
Pose ps 
)

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().

◆ main()

int main ( int  argc,
char *  argv[] 
)

Variable Documentation

◆ TR

basic::Tracer TR("apps.pilot.lig_low_sasa.main") ( "apps.pilot.lig_low_sasa.main"  )
static

Referenced by get_pose_resnum(), and main().