Rosetta
Functions | Variables
mp_scoring_feature_reporter.cc File Reference
#include <devel/init.hh>
#include <core/pose/Pose.hh>
#include <core/import_pose/import_pose.hh>
#include <core/types.hh>
#include <basic/options/option.hh>
#include <basic/options/keys/in.OptionKeys.gen.hh>
#include <core/scoring/sasa.hh>
#include <core/scoring/sasa/SasaCalc.hh>
#include <core/conformation/PointGraph.hh>
#include <core/conformation/find_neighbors.hh>
#include <core/conformation/PointGraphData.hh>
#include <utility/graph/UpperEdgeGraph.hh>
#include <core/conformation/Residue.hh>
#include <core/scoring/MembranePotential.hh>
#include <core/scoring/membrane/MPEnvEnergy.hh>
#include <core/scoring/Energies.hh>
#include <basic/Tracer.hh>
#include <numeric/xyzVector.hh>
#include <cstdlib>
#include <algorithm>

Functions

core::Real compute_sasa (core::pose::PoseOP pose, core::Size resnum)
 Compute Sasa. More...
 
core::Size compute_5layer_designation (core::Real z_coord)
 Compute 5 Layer Designation. More...
 
core::Size compute_2layer_designation (core::Real z_coord)
 Compute Two Layer Designation. More...
 
utility::vector1< core::Sizecompute_sixAneighbors (core::Size resnum, core::conformation::PointGraphOP pg)
 Compute Per-Residue Neighbors within 6A Radii. More...
 
utility::vector1< core::Sizecompute_tenAneighbors (core::Size resnum, core::conformation::PointGraphOP pg)
 Compute Per-Residue Neighbors within 10A Radii. More...
 
utility::vector1< core::Sizecompute_twelveAneighbors (core::Size resnum, core::conformation::PointGraphOP pg)
 Compute Per-Residue Neighbors within 10A Radii. More...
 
int main (int argc, char *argv[])
 Main Function. More...
 

Variables

static basic::Tracer TR ("mp_scoring_features_reporter")
 

Function Documentation

◆ compute_2layer_designation()

core::Size compute_2layer_designation ( core::Real  z_coord)

Compute Two Layer Designation.

Referenced by main().

◆ compute_5layer_designation()

core::Size compute_5layer_designation ( core::Real  z_coord)

Compute 5 Layer Designation.

Referenced by main().

◆ compute_sasa()

core::Real compute_sasa ( core::pose::PoseOP  pose,
core::Size  resnum 
)

◆ compute_sixAneighbors()

utility::vector1< core::Size > compute_sixAneighbors ( core::Size  resnum,
core::conformation::PointGraphOP  pg 
)

Compute Per-Residue Neighbors within 6A Radii.

References predPRE::resnum, and basic::options::OptionKeys::frags::scoring::scoring.

Referenced by main().

◆ compute_tenAneighbors()

utility::vector1< core::Size > compute_tenAneighbors ( core::Size  resnum,
core::conformation::PointGraphOP  pg 
)

Compute Per-Residue Neighbors within 10A Radii.

References predPRE::resnum, and basic::options::OptionKeys::frags::scoring::scoring.

Referenced by main().

◆ compute_twelveAneighbors()

utility::vector1< core::Size > compute_twelveAneighbors ( core::Size  resnum,
core::conformation::PointGraphOP  pg 
)

Compute Per-Residue Neighbors within 10A Radii.

References predPRE::resnum, and basic::options::OptionKeys::frags::scoring::scoring.

Referenced by main().

◆ main()

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

Variable Documentation

◆ TR

basic::Tracer TR("mp_scoring_features_reporter") ( "mp_scoring_features_reporter"  )
static

Referenced by main().