![]() |
Rosetta Core
2014.35
|
#include <cmath>
#include <basic/database/open.hh>
#include <basic/options/option.hh>
#include <basic/options/keys/out.OptionKeys.gen.hh>
#include <core/io/pdb/pose_io.hh>
#include <basic/options/keys/packstat.OptionKeys.gen.hh>
#include <core/pose/Pose.hh>
#include <core/pose/util.hh>
#include <core/scoring/packstat/compute_sasa.hh>
#include <core/scoring/packstat/packing_score_params.hh>
#include <core/scoring/packstat/sasa_dot_locations.hh>
#include <core/scoring/packstat/SimplePDB.hh>
#include <core/scoring/packstat/util.hh>
#include <core/types.hh>
#include <basic/Tracer.hh>
#include <cstdlib>
#include <fstream>
#include <iostream>
#include <numeric/numeric.functions.hh>
#include <numeric/NumericTraits.hh>
#include <ObjexxFCL/FArray1D.hh>
#include <ObjexxFCL/FArray2D.hh>
#include <ObjexxFCL/FArray3D.hh>
#include <ObjexxFCL/ubyte.hh>
#include <set>
#include <sstream>
#include <utility/exit.hh>
#include <utility/io/izstream.hh>
#include <utility/io/ozstream.hh>
#include <core/scoring/packstat/AtomRadiusMap.hh>
#include <utility/vector1.hh>
#include <numeric/xyz.functions.hh>
#include <numeric/xyzVector.io.hh>
#include <numeric/random/random.fwd.hh>
#include <ObjexxFCL/format.hh>
#include <core/pose/util.tmpl.hh>
Namespaces | |
core | |
A class for reading in the atom type properties. | |
core::scoring | |
core::scoring::packstat | |
core::scoring::packstat::old | |
Typedefs | |
typedef numeric::xyzMatrix < PackstatReal > | core::scoring::packstat::Rot |
typedef std::pair < numeric::xyzMatrix < PackstatReal > , numeric::xyzMatrix < PackstatReal > > | core::scoring::packstat::RotPair |
Variables | |
basic::Tracer | core::scoring::packstat::TRcs ("protocols.packstat") |
short const | core::scoring::packstat::old::bit_count [] |
int const | core::scoring::packstat::old::nbytes = { 21 } |
int const | core::scoring::packstat::old::nphi = { 64 } |
int const | core::scoring::packstat::old::ntheta = { 64 } |
int const | core::scoring::packstat::old::nolp = { 100 } |
int const | core::scoring::packstat::old::nori = { 162 } |
int const | core::scoring::packstat::old::maskbits = { 162 } |