Rosetta
Classes | Macros | Typedefs | Functions | Variables
dxdock_movie.cc File Reference
#include <basic/options/keys/in.OptionKeys.gen.hh>
#include <basic/options/keys/out.OptionKeys.gen.hh>
#include <basic/options/option_macros.hh>
#include <basic/Tracer.hh>
#include <basic/database/open.hh>
#include <core/chemical/AtomType.hh>
#include <core/conformation/symmetry/util.hh>
#include <core/import_pose/import_pose.hh>
#include <devel/init.hh>
#include <core/io/silent/SilentFileData.hh>
#include <core/kinematics/Stub.hh>
#include <core/pose/Pose.hh>
#include <core/pose/util.hh>
#include <core/scoring/dssp/Dssp.hh>
#include <core/scoring/ScoreFunction.hh>
#include <core/scoring/ScoreFunctionFactory.hh>
#include <core/scoring/symmetry/SymmetricScoreFunction.hh>
#include <core/scoring/packing/compute_holes_score.hh>
#include <core/scoring/rms_util.hh>
#include <numeric/conversions.hh>
#include <numeric/model_quality/rms.hh>
#include <numeric/random/random.hh>
#include <numeric/xyz.functions.hh>
#include <numeric/xyz.io.hh>
#include <ObjexxFCL/FArray2D.hh>
#include <ObjexxFCL/format.hh>
#include <ObjexxFCL/string.functions.hh>
#include <utility/io/izstream.hh>
#include <utility/io/ozstream.hh>
#include <numeric/xyzVector.hh>
#include <protocols/sic_dock/SICFast.hh>
#include <protocols/sic_dock/designability_score.hh>
#include <apps/pilot/will/will_util.ihh>
#include <numeric/xyzTransform.hh>

Classes

struct  Hit
 

Macros

#define CONTACT_D2   20.25
 
#define CONTACT_TH   0
 
#define NSS   672
 
#define MIN_HELEX_RES   20
 
#define MAX_CYS_RES   3
 
#define MAX_NRES   99999
 

Typedefs

typedef numeric::xyzVector< core::RealVec
 
typedef numeric::xyzMatrix< core::RealMat
 
typedef numeric::xyzTransform< core::RealXform
 

Functions

void register_options ()
 
int num_threads ()
 
int thread_num ()
 
bool cmpcbc (Hit i, Hit j)
 
bool cmpxsc (Hit i, Hit j)
 
bool cmprmsd (Hit i, Hit j)
 
Vec get_rot_center (Xform const &xsym, int sym)
 
Vec get_rot_center (Xform const &x1, Xform const &x2, int sym)
 
Xform get_cx_xform (Hit const &h)
 
void dock (Pose const &init_pose, std::string const &fn)
 
utility::vector1< Vecalign_native_state (core::pose::Pose &pose, int nfold)
 
void read_sphere (vector1< Vec > &ssamp)
 
void get_tasks_from_command_line (utility::vector1< std::pair< string, int > > &tasks)
 
int main (int argc, char *argv[])
 

Variables

Vec Ux (1, 0, 0)
 
Vec Uy (0, 1, 0)
 
Vec Uz (0, 0, 1)
 
Vec V0 (0, 0, 0)
 
static basic::Tracer TR ("CXdock")
 
static core::io::silent::SilentFileData sfd
 

Macro Definition Documentation

◆ CONTACT_D2

#define CONTACT_D2   20.25

◆ CONTACT_TH

#define CONTACT_TH   0

◆ MAX_CYS_RES

#define MAX_CYS_RES   3

◆ MAX_NRES

#define MAX_NRES   99999

◆ MIN_HELEX_RES

#define MIN_HELEX_RES   20

◆ NSS

#define NSS   672

Typedef Documentation

◆ Mat

◆ Vec

◆ Xform

Function Documentation

◆ align_native_state()

utility::vector1<Vec> align_native_state ( core::pose::Pose pose,
int  nfold 
)

◆ cmpcbc()

bool cmpcbc ( Hit  i,
Hit  j 
)

◆ cmprmsd()

bool cmprmsd ( Hit  i,
Hit  j 
)

◆ cmpxsc()

bool cmpxsc ( Hit  i,
Hit  j 
)

◆ dock()

void dock ( Pose const &  init_pose,
std::string const &  fn 
)

◆ get_cx_xform()

Xform get_cx_xform ( Hit const &  h)
inline

References get_rot_center(), and h.

Referenced by dock().

◆ get_rot_center() [1/2]

Vec get_rot_center ( Xform const &  x1,
Xform const &  x2,
int  sym 
)
inline

References get_rot_center().

◆ get_rot_center() [2/2]

Vec get_rot_center ( Xform const &  xsym,
int  sym 
)
inline

References create_a3b_hbs::i.

Referenced by dock(), get_cx_xform(), and get_rot_center().

◆ get_tasks_from_command_line()

void get_tasks_from_command_line ( utility::vector1< std::pair< string, int > > &  tasks)

◆ main()

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

◆ num_threads()

int num_threads ( )

◆ read_sphere()

void read_sphere ( vector1< Vec > &  ssamp)

◆ register_options()

void register_options ( )

References NEW_OPT.

Referenced by main().

◆ thread_num()

int thread_num ( )

Variable Documentation

◆ sfd

core::io::silent::SilentFileData sfd
static

◆ TR

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

◆ Ux

Vec Ux(1, 0, 0) ( ,
,
 
)

Referenced by align_native_state(), and dock().

◆ Uy

Vec Uy(0, 1, 0) ( ,
,
 
)

Referenced by dock().

◆ Uz

Vec Uz(0, 0, 1) ( ,
,
 
)

Referenced by align_native_state(), and dock().

◆ V0

Vec V0(0, 0, 0) ( ,
,
 
)

Referenced by align_native_state(), and dock().