Rosetta
Functions | Variables
david_rotation_experiment.cc File Reference
#include <iostream>
#include <core/conformation/Residue.hh>
#include <devel/init.hh>
#include <core/pose/Pose.hh>
#include <core/scoring/ScoreFunction.hh>
#include <core/scoring/ScoreFunctionFactory.hh>
#include <core/pose/PDBInfo.hh>
#include <basic/options/util.hh>
#include <core/id/AtomID_Map.hh>
#include <protocols/pockets/PocketGrid.hh>
#include <core/scoring/Energies.hh>
#include <basic/options/keys/out.OptionKeys.gen.hh>
#include <basic/options/keys/pocket_grid.OptionKeys.gen.hh>
#include <basic/options/option_macros.hh>
#include <numeric/xyz.functions.hh>
#include <numeric/xyzMatrix.hh>
#include <core/id/AtomID.hh>
#include <core/scoring/rms_util.hh>
#include <protocols/simple_moves/SuperimposeMover.hh>
#include <core/pose/init_id_map.hh>
#include <core/import_pose/import_pose.hh>
#include <utility/excn/Exceptions.hh>
#include <numeric/random/random.fwd.hh>
#include <fstream>

Functions

bool is_interface_heavyatom (core::pose::Pose const &pose, core::pose::Pose const &, core::Size resno, core::Size atomno)
 
Real iface_pdb_superimpose_pose (pose::Pose &mod_pose, pose::Pose const &ref_pose)
 
int main (int argc, char *argv[])
 General testing code. More...
 

Variables

std::set< std::string > interface
 

Function Documentation

◆ iface_pdb_superimpose_pose()

Real iface_pdb_superimpose_pose ( pose::Pose mod_pose,
pose::Pose const &  ref_pose 
)

◆ is_interface_heavyatom()

bool is_interface_heavyatom ( core::pose::Pose const &  pose,
core::pose::Pose const &  ,
core::Size  resno,
core::Size  atomno 
)

◆ main()

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

Variable Documentation

◆ interface

std::set<std::string> interface

Referenced by is_interface_heavyatom(), and main().