Rosetta
|
#include <protocols/flxbb/utility.hh>
#include <protocols/parser/BluePrint.hh>
#include <basic/options/option.hh>
#include <basic/options/keys/flxbb.OptionKeys.gen.hh>
#include <core/pose/Pose.hh>
#include <core/scoring/SS_Info.hh>
#include <core/conformation/Residue.hh>
#include <core/scoring/dssp/Dssp.hh>
#include <core/scoring/constraints/Constraint.fwd.hh>
#include <core/scoring/constraints/AtomPairConstraint.hh>
#include <core/scoring/constraints/AngleConstraint.hh>
#include <core/scoring/constraints/BoundConstraint.hh>
#include <core/scoring/constraints/DihedralConstraint.hh>
#include <core/scoring/func/ScalarWeightedFunc.hh>
#include <protocols/fldsgn/topology/StrandPairing.hh>
#include <protocols/fldsgn/topology/SS_Info2.hh>
#include <basic/Tracer.hh>
#include <utility/vector1.hh>
Namespaces | |
protocols | |
The instance of Loops contained by AbrelaxApplication should be replaced by a LoopsOP. | |
protocols::flxbb | |
Typedefs | |
using | protocols::flxbb::Real = core::Real |
using | protocols::flxbb::String = std::string |
using | protocols::flxbb::Pose = core::pose::Pose |
using | protocols::flxbb::BluePrintOP = protocols::parser::BluePrintOP |
using | protocols::flxbb::ConstraintOPs = core::scoring::constraints::ConstraintOPs |
Functions | |
static basic::Tracer | TR ("protocols.flxbb.FlxbbDesign.utility") |
Numeric headers. More... | |
ConstraintOPs | protocols::flxbb::constraints_sheet (Pose const &pose, BluePrintOP const &blue, Real const coef, Real const condist=5.5) |
constrain hydrogen bonds in beta sheet ( not used ) More... | |
ConstraintOPs | protocols::flxbb::constraints_NtoC (Pose const &pose, Real const coef, Real const condist=11.0) |
constraint between N- and C-terminal Ca atoms More... | |
ConstraintOPs | protocols::flxbb::constraints_sheet (Pose const &pose, Real const coef, Real const condist=5.5) |
constrain between Ca atoms in beta sheet More... | |
utility::vector1< core::Size > | protocols::flxbb::find_ligands (Pose const &pose) |
Looks for unknown amino acids in the pose and returns their indices. More... | |
|
static |
Numeric headers.