Rosetta
Typedefs | Functions
sasa_test.cc File Reference
#include <devel/init.hh>
#include <core/io/pdb/pdb_writer.hh>
#include <core/pose/Pose.hh>
#include <core/scoring/sasa.hh>
#include <numeric/random/random.hh>
#include <basic/options/keys/in.OptionKeys.gen.hh>
#include <basic/prof.hh>
#include <core/chemical/ResidueType.hh>
#include <numeric/xyz.functions.hh>
#include <basic/options/option.hh>
#include <core/scoring/packing/surf_vol.hh>
#include <core/scoring/ScoreFunction.hh>
#include <time.h>
#include <core/import_pose/import_pose.hh>

Typedefs

typedef numeric::xyzVector< RealVec
 
typedef utility::vector1< VecVecs
 
typedef numeric::xyzMatrix< RealMat
 

Functions

void rot_pose (core::pose::Pose &pose, Mat const &rot)
 
void rot_pose (core::pose::Pose &pose, Vec const &axis, Real const &ang)
 
Real dot_sasa (Pose &pose, clock_t &t)
 
Real dab_sasa (Pose &pose, clock_t &t)
 
int main (int argc, char *argv[])
 

Typedef Documentation

◆ Mat

◆ Vec

◆ Vecs

Function Documentation

◆ dab_sasa()

Real dab_sasa ( Pose pose,
clock_t &  t 
)

◆ dot_sasa()

Real dot_sasa ( Pose pose,
clock_t &  t 
)

◆ main()

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

◆ rot_pose() [1/2]

void rot_pose ( core::pose::Pose pose,
Mat const &  rot 
)
inline

References natoms(), beta_nonlocal::pose, and rot.

Referenced by main(), and rot_pose().

◆ rot_pose() [2/2]

void rot_pose ( core::pose::Pose pose,
Vec const &  axis,
Real const &  ang 
)
inline