Package rosetta :: Package protocols :: Package relax :: Module _protocols_relax_
[hide private]
[frames] | no frames]

Module _protocols_relax_

Classes [hide private]
  AtomCoordinateCstMover
protocols/relax/AtomCoordinateCstMover.hh:35
  AtomCoordinateCstMoverAP
  AtomCoordinateCstMoverCAP
  AtomCoordinateCstMoverCreator
protocols/relax/AtomCoordinateCstMoverCreator.hh:24
  AtomCoordinateCstMoverCreatorAP
  AtomCoordinateCstMoverCreatorCAP
  CentroidRelax
Relax a pose using Frank Dimaio's smooth centroid statistics.
  CentroidRelaxAP
  CentroidRelaxCAP
  ClassicRelax
A functor class which implements the classic Rosetta++ pose_relax protocol @todo Crank and Wobble Moves - however there's little evidence that they are essential A functor class which implements the classic Rosetta++ pose_relax protocol
  ClassicRelaxAP
  ClassicRelaxCAP
  ClassicRelaxCreator
protocols/relax/ClassicRelax.hh:49
  ClassicRelaxCreatorAP
  ClassicRelaxCreatorCAP
  FastRelax
protocols/relax/FastRelax.hh:63
  FastRelaxAP
  FastRelaxCAP
  FastRelaxCreator
protocols/relax/FastRelaxCreator.hh:19
  FastRelaxCreatorAP
  FastRelaxCreatorCAP
  LocalRelax
protocols/relax/LocalRelax.hh:45
  LocalRelaxAP
  LocalRelaxCAP
  LocalRelaxCreator
protocols/relax/LocalRelaxCreator.hh:19
  LocalRelaxCreatorAP
  LocalRelaxCreatorCAP
  MiniRelax
protocols/relax/MiniRelax.hh:26
  MiniRelaxAP
  MiniRelaxCAP
  RelaxProtocolBase
protocols/relax/RelaxProtocolBase.hh:42
  RelaxProtocolBaseAP
  RelaxProtocolBaseCAP
  RelaxScriptCommand
protocols/relax/FastRelax.hh:46
  RelaxScriptCommandAP
  RelaxScriptCommandCAP
  SingletonBase_T_core_chemical_ChemicalManager_T
SingletonBase is meant to serve as a base class for singleton classes in Rosetta handling the initialization of the singleton in a thread-safe way.
  SingletonBase_T_core_chemical_ChemicalManager_TAP
  SingletonBase_T_core_chemical_ChemicalManager_TCAP
  WorkUnit_BatchRelax
protocols/relax/WorkUnit_BatchRelax.hh:30
  WorkUnit_BatchRelaxAP
  WorkUnit_BatchRelaxCAP
  WorkUnit_BatchRelax_and_PostRescore
protocols/relax/WorkUnit_BatchRelax.hh:57
  WorkUnit_BatchRelax_and_PostRescoreAP
  WorkUnit_BatchRelax_and_PostRescoreCAP
  __CPP_AtomCoordinateCstMoverCreator__
  __CPP_AtomCoordinateCstMover__
  __CPP_CentroidRelax__
  __CPP_ClassicRelaxCreator__
  __CPP_ClassicRelax__
  __CPP_FastRelaxCreator__
  __CPP_FastRelax__
  __CPP_LocalRelaxCreator__
  __CPP_LocalRelax__
  __CPP_MiniRelax__
  __CPP_RelaxProtocolBase__
  __CPP_WorkUnit_BatchRelax__
  __CPP_WorkUnit_BatchRelax_and_PostRescore__
Functions [hide private]
 
Relax_main(...)
Relax_main( (bool)) -> int : protocols/relax/relax_main.hh:24
 
add_coordinate_constraints_to_pose(...)
add_coordinate_constraints_to_pose( (Pose)pose, (Pose)constraint_target_pose, (Loops)exclude_regions) -> None : protocols/relax/Ramady.hh:27
 
add_virtual_residue_to_cterm(...)
add_virtual_residue_to_cterm( (Pose)pose) -> None : protocols/relax/cst_util.hh:52
 
coordinate_constrain_selection(...)
coordinate_constrain_selection( (Pose)pose, (SequenceAlignment)aln, (float)coord_sdev) -> None : protocols/relax/cst_util.hh:33
 
delete_virtual_residues(...)
delete_virtual_residues( (Pose)pose) -> None : protocols/relax/cst_util.hh:56
 
derive_sc_sc_restraints(...)
derive_sc_sc_restraints( (Pose)pose, (float)upper_dist_cutoff) -> None : protocols/relax/cst_util.hh:61
 
fix_worst_bad_ramas(...)
fix_worst_bad_ramas( (Pose)original_pose [, (int)how_many=1 [, (float)skip_prob=0.0 [, (float)limit_rms=0.5 [, (float)limit_rama=2.0]]]]) -> None : protocols/relax/Ramady.hh:28
 
generate_bb_coordinate_constraints(...)
generate_bb_coordinate_constraints( (Pose)pose, (vector1_Real)coord_sdevs) -> ConstraintSet : Generate a set of coordinate constraints to backbone atoms using the given standard deviations, with one sd per-reside.
 
generate_relax_from_cmd(...)
generate_relax_from_cmd([ (bool)NULL_if_no_cmd=False]) -> RelaxProtocolBase : protocols/relax/util.hh:44
 
get_per_residue_scores(...)
get_per_residue_scores( (Pose)pose, (ScoreType)scoretype) -> vector1_Real : protocols/relax/cst_util.hh:48
 
make_dna_rigid(...)
make_dna_rigid( (Pose)pose, (MoveMap)mm) -> None : Make DNA Rigid in movemap if found in pose
 
relax_pose(...)
relax_pose( (Pose)pose, (__CPP_ScoreFunction__)scorefxn, (str)tag) -> None : protocols/relax/util.hh:42
 
setup_for_dna(...)
setup_for_dna( (ScoreFunction)scorefxn) -> None : Set energy method options for DNA-DNA.
 
setup_membrane_topology(...)
setup_membrane_topology( (Pose)pose, (str)spanfile) -> None : (pba) read in membrane topology
Variables [hide private]
  __package__ = None
Function Details [hide private]

Relax_main(...)

 

Relax_main( (bool)) -> int :
    protocols/relax/relax_main.hh:24

    C++ signature :
        int Relax_main(bool)

add_coordinate_constraints_to_pose(...)

 

add_coordinate_constraints_to_pose( (Pose)pose, (Pose)constraint_target_pose, (Loops)exclude_regions) -> None :
    protocols/relax/Ramady.hh:27

    C++ signature :
        void add_coordinate_constraints_to_pose(core::pose::Pose {lvalue},core::pose::Pose,protocols::loops::Loops {lvalue})

add_virtual_residue_to_cterm(...)

 

add_virtual_residue_to_cterm( (Pose)pose) -> None :
    protocols/relax/cst_util.hh:52

    C++ signature :
        void add_virtual_residue_to_cterm(core::pose::Pose {lvalue})

coordinate_constrain_selection(...)

 

coordinate_constrain_selection( (Pose)pose, (SequenceAlignment)aln, (float)coord_sdev) -> None :
    protocols/relax/cst_util.hh:33

    C++ signature :
        void coordinate_constrain_selection(core::pose::Pose {lvalue},core::sequence::SequenceAlignment,double)

delete_virtual_residues(...)

 

delete_virtual_residues( (Pose)pose) -> None :
    protocols/relax/cst_util.hh:56

    C++ signature :
        void delete_virtual_residues(core::pose::Pose {lvalue})

derive_sc_sc_restraints(...)

 

derive_sc_sc_restraints( (Pose)pose, (float)upper_dist_cutoff) -> None :
    protocols/relax/cst_util.hh:61

    C++ signature :
        void derive_sc_sc_restraints(core::pose::Pose {lvalue},double)

fix_worst_bad_ramas(...)

 

fix_worst_bad_ramas( (Pose)original_pose [, (int)how_many=1 [, (float)skip_prob=0.0 [, (float)limit_rms=0.5 [, (float)limit_rama=2.0]]]]) -> None :
    protocols/relax/Ramady.hh:28

    C++ signature :
        void fix_worst_bad_ramas(core::pose::Pose {lvalue} [,unsigned long=1 [,double=0.0 [,double=0.5 [,double=2.0]]]])

generate_bb_coordinate_constraints(...)

 

generate_bb_coordinate_constraints( (Pose)pose, (vector1_Real)coord_sdevs) -> ConstraintSet :
    Generate a set of coordinate constraints to backbone atoms using the
    given standard deviations, with one sd per-reside. If no constraint should
    be applied to a given residue, give a -1 for the value of the sdev.
    

    C++ signature :
        boost::shared_ptr<core::scoring::constraints::ConstraintSet> generate_bb_coordinate_constraints(core::pose::Pose {lvalue},utility::vector1<double, std::allocator<double> >)

generate_relax_from_cmd(...)

 

generate_relax_from_cmd([  (bool)NULL_if_no_cmd=False]) -> RelaxProtocolBase :
    protocols/relax/util.hh:44

    C++ signature :
        boost::shared_ptr<protocols::relax::RelaxProtocolBase> generate_relax_from_cmd([ bool=False])

get_per_residue_scores(...)

 

get_per_residue_scores( (Pose)pose, (ScoreType)scoretype) -> vector1_Real :
    protocols/relax/cst_util.hh:48

    C++ signature :
        utility::vector1<double, std::allocator<double> > get_per_residue_scores(core::pose::Pose {lvalue},core::scoring::ScoreType)

make_dna_rigid(...)

 

make_dna_rigid( (Pose)pose, (MoveMap)mm) -> None :
    Make DNA Rigid in movemap if found in pose
    

    C++ signature :
        void make_dna_rigid(core::pose::Pose {lvalue},core::kinematics::MoveMap {lvalue})

relax_pose(...)

 

relax_pose( (Pose)pose, (__CPP_ScoreFunction__)scorefxn, (str)tag) -> None :
    protocols/relax/util.hh:42

    C++ signature :
        void relax_pose(core::pose::Pose {lvalue},boost::shared_ptr<core::scoring::ScoreFunction>,std::string)

setup_for_dna(...)

 

setup_for_dna( (ScoreFunction)scorefxn) -> None :
    Set energy method options for DNA-DNA.  Any other optimization for DNA relax should go here.
    

    C++ signature :
        void setup_for_dna(core::scoring::ScoreFunction {lvalue})

setup_membrane_topology(...)

 

setup_membrane_topology( (Pose)pose, (str)spanfile) -> None :
    (pba)  read in membrane topology
    

    C++ signature :
        void setup_membrane_topology(core::pose::Pose {lvalue},std::string)