Rosetta
Classes | Typedefs | Functions | Variables
rblinker2_overlay_bound.cc File Reference
#include <basic/basic.hh>
#include <basic/database/open.hh>
#include <basic/options/keys/in.OptionKeys.gen.hh>
#include <basic/options/keys/out.OptionKeys.gen.hh>
#include <basic/options/keys/parser.OptionKeys.gen.hh>
#include <basic/options/keys/rblinker.OptionKeys.gen.hh>
#include <basic/options/keys/score.OptionKeys.gen.hh>
#include <basic/options/option.hh>
#include <basic/Tracer.hh>
#include <core/chemical/AtomType.hh>
#include <core/chemical/ChemicalManager.hh>
#include <core/chemical/ResidueTypeSet.hh>
#include <core/chemical/util.hh>
#include <core/chemical/VariantType.hh>
#include <core/conformation/Residue.hh>
#include <core/conformation/ResidueFactory.hh>
#include <core/fragment/BBTorsionSRFD.hh>
#include <core/fragment/ConstantLengthFragSet.hh>
#include <core/fragment/FragData.hh>
#include <core/fragment/FragmentIO.hh>
#include <core/fragment/FragSet.hh>
#include <core/import_pose/import_pose.hh>
#include <devel/init.hh>
#include <core/kinematics/FoldTree.hh>
#include <core/kinematics/MoveMap.hh>
#include <core/kinematics/Stub.hh>
#include <core/pose/annotated_sequence.hh>
#include <core/pose/Pose.hh>
#include <core/pose/util.hh>
#include <core/scoring/Energies.hh>
#include <core/scoring/ScoreFunction.hh>
#include <core/scoring/ScoreFunctionFactory.hh>
#include <core/scoring/ScoringManager.hh>
#include <numeric/random/random.hh>
#include <numeric/xyz.functions.hh>
#include <numeric/xyz.io.hh>
#include <ObjexxFCL/FArray3D.hh>
#include <ObjexxFCL/format.hh>
#include <ObjexxFCL/string.functions.hh>
#include <protocols/simple_moves/FragmentMover.hh>
#include <protocols/simple_moves/BBGaussianMover.hh>
#include <protocols/moves/MonteCarlo.hh>
#include <protocols/moves/Mover.hh>
#include <protocols/moves/MoverContainer.hh>
#include <protocols/moves/RepeatMover.hh>
#include <protocols/rigid/RigidBodyMover.hh>
#include <protocols/moves/TrialMover.hh>
#include <protocols/scoring/methods/ImplicitClashEnergy.hh>
#include <protocols/scoring/ImplicitFastClashCheck.hh>
#include <protocols/viewer/viewers.hh>
#include <sstream>
#include <set>
#include <utility/io/izstream.hh>
#include <apps/pilot/will/will_util.ihh>
#include <apps/pilot/will/mynamespaces.ihh>

Classes

class  SimpleBBMover
 

Typedefs

typedef utility::pointer::owning_ptr< SimpleBBMoverSimpleBBMoverOP
 

Functions

std::string printbits (unsigned long nn)
 
std::string bin2string (unsigned long bin, Size nres)
 
unsigned long pose2bin (core::pose::Pose const &pose)
 
Size get_aln_resi (core::pose::Pose const &pose, core::Size const aln_chain, char const aln_termi)
 
core::pose::Pose build_algned_linker (core::pose::Pose const &alnpose, Size len, core::chemical::ResidueTypeSetCAP resset, Pose const &oldlnk)
 
void get_aln (Pose const &lnk, Pose const &psi, Pose const &hyd, Size &psialnlnk, Size &psialnpsi, Size &hydalnlnk, Size &hydalnhyd)
 
bool bound_petf_clash (Pose const &lnk, Pose const &psi, Pose const &hyd, Size psialnlnk, Size psialnpsi, Size hydalnlnk, Size hydalnhyd, protocols::scoring::ImplicitFastClashCheck const &psi_ifc, protocols::scoring::ImplicitFastClashCheck const &hyd_ifc, bool &hydpetflnkclash, bool &psipetflnkclash, bool &hydpetfpsiclash, bool &psipetfhydclash)
 
void * doit (void *)
 
int main (int argc, char *argv[])
 

Variables

static basic::Tracer TR ("rblinker2_overlay_bound")
 

Typedef Documentation

◆ SimpleBBMoverOP

typedef utility::pointer::owning_ptr<SimpleBBMover> SimpleBBMoverOP

Function Documentation

◆ bin2string()

std::string bin2string ( unsigned long  bin,
Size  nres 
)

◆ bound_petf_clash()

bool bound_petf_clash ( Pose const &  lnk,
Pose const &  psi,
Pose const &  hyd,
Size  psialnlnk,
Size  psialnpsi,
Size  hydalnlnk,
Size  hydalnhyd,
protocols::scoring::ImplicitFastClashCheck const &  psi_ifc,
protocols::scoring::ImplicitFastClashCheck const &  hyd_ifc,
bool &  hydpetflnkclash,
bool &  psipetflnkclash,
bool &  hydpetfpsiclash,
bool &  psipetfhydclash 
)

References getxform(), and oop_conformations::psi.

Referenced by doit().

◆ build_algned_linker()

core::pose::Pose build_algned_linker ( core::pose::Pose const &  alnpose,
Size  len,
core::chemical::ResidueTypeSetCAP  resset,
Pose const &  oldlnk 
)

◆ doit()

void* doit ( void *  )

◆ get_aln()

void get_aln ( Pose const &  lnk,
Pose const &  psi,
Pose const &  hyd,
Size psialnlnk,
Size psialnpsi,
Size hydalnlnk,
Size hydalnhyd 
)

◆ get_aln_resi()

Size get_aln_resi ( core::pose::Pose const &  pose,
core::Size const  aln_chain,
char const  aln_termi 
)

◆ main()

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

◆ pose2bin()

unsigned long pose2bin ( core::pose::Pose const &  pose)

◆ printbits()

std::string printbits ( unsigned long  nn)

Variable Documentation

◆ TR

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

Referenced by doit().