Rosetta
|
#include <RBSegmentRelax.hh>
Public Member Functions | |
RBSegmentRelax () | |
RBSegmentRelax (core::scoring::ScoreFunctionOP scorefxn, utility::vector1< RBSegment > const &RBSegment_input, protocols::loops::Loops const &Loops_input) | |
~RBSegmentRelax () override | |
void | initialize (utility::vector1< core::fragment::FragSetOP > const &frag_libs, core::Real rnd=0.0) |
setup_RBSegmentRelax; initialize movesets to defaults More... | |
void | apply (core::pose::Pose &pose) override |
apply method More... | |
std::string | get_name () const override |
Each derived class must specify its name. The class name. More... | |
void | add_helixMover (RBSegmentMoverOP newMover) |
void | add_strandMover (RBSegmentMoverOP newMover) |
void | add_genericRBMover (RBSegmentMoverOP newMover) |
void | add_compositeSegmentMover (RBSegmentMoverOP newMover) |
void | add_wholeStructureMover (protocols::moves::MoverOP newMover) |
void | clear_movesets () |
void | set_temperature (core::Real start, core::Real final) |
void | set_helicalMoveStepsize (core::Real onAxisTrans, core::Real onAxisRot, core::Real offAxisTrans, core::Real offAxisRot) |
void | set_genericRBMoveStepsize (core::Real trans, core::Real rot) |
void | set_ncycles (int ncycles) |
void | set_cst_weight (core::Real wt) |
void | set_cst_width (core::Real width) |
void | set_randomize (core::Size rand) |
void | set_bootstrap (bool boot) |
void | set_skip_lr (bool skip) |
void | set_fix_ligands (bool fix) |
![]() | |
Mover () | |
virtual MoverOP | create () |
MoverCOP | get_self_ptr () const |
MoverOP | get_self_ptr () |
MoverCAP | get_self_weak_ptr () const |
MoverAP | get_self_weak_ptr () |
Mover (std::string const &type_name) | |
sets the type for a mover; name_ has been removed (2010/05/14) More... | |
virtual void | test_move (Pose &pose) |
: Unit test support function. Apply one move to a given pose. Allows extra test specific functions to be called before applying More... | |
virtual MoverOP | clone () const |
Return a clone of the Mover object. More... | |
virtual bool | reinitialize_for_each_job () const |
Inform the Job Distributor (August '08 vintage) whether this object needs to be freshly regenerated on each use. More... | |
virtual bool | reinitialize_for_new_input () const |
Inform the Job Distributor (August '08 vintage) whether this object needs to be regenerated when the input pose is about to change, (for example, if the Mover has special code on the first apply() that is only valid for that one input pose). More... | |
virtual MoverOP | fresh_instance () const |
Generates a new Mover object freshly created with the default ctor. More... | |
MoverStatus | get_last_move_status () const |
end parser interface, start Job Distributor interface///////////// More... | |
void | reset_status () |
resets status to SUCCESS, meant to be used before an apply(). The job distributor (august 08 vintage) uses this to ensure non-accumulation of status across apply()s. More... | |
virtual core::pose::PoseOP | get_additional_output () |
Mechanism by which a mover may return multiple output poses from a single input pose. More... | |
void | set_type (std::string const &setting) |
Set the 'type' string. More... | |
std::string | get_type () const |
void | type (const std::string &type_in) |
Set the 'type' string. More... | |
std::string const & | type () const |
Get the set 'type' string. More... | |
virtual void | set_input_pose (PoseCOP pose) |
setter for poses contained for rms More... | |
virtual void | set_native_pose (PoseCOP pose) |
setter for native poses contained for rms -— we should get rid of this method? it is widely used, but a bit unsafe More... | |
PoseCOP | get_input_pose () const |
PoseCOP | get_native_pose () const |
virtual void | parse_my_tag (TagCOP tag, basic::datacache::DataMap &data) |
Called by MoverFactory when constructing new Movers. Takes care of the specific mover's parsing. More... | |
void | set_current_job (protocols::jobdist::BasicJobCOP job) |
jobdist::BasicJobCOP | get_current_job () const |
virtual void | set_current_tag (std::string const &new_tag) |
std::string | get_current_tag () const |
A tag is a unique identifier used to identify structures produced by this Mover. get_current_tag() returns the tag, and set_current_tag( std::string tag ) sets the tag. This functionality is not intended for use with the 2008 job distributor. More... | |
virtual void | show (std::ostream &output=std::cout) const |
Outputs details about the Mover, including current settings. More... | |
virtual core::Real | last_proposal_density_ratio () |
virtual void | clear_info () |
Strings container can be used to return miscellaneous info (as std::string) from a mover, such as notes about the results of apply(). The job distributor (Apr 09 vintage) will check this function to see if your protocol wants to add string info to the Job that ran this mover. One way this can be useful is that later, a JobOutputter may include/append this info to an output file. More... | |
virtual Strings & | info () |
non-const accessor More... | |
virtual Strings const & | info () const |
const accessor More... | |
virtual void | provide_citation_info (basic::citation_manager::CitationCollectionList &) const |
Provide citations to the passed CitationCollectionList Subclasses should add the info for themselves and any other classes they use. More... | |
Private Member Functions | |
void | set_default_movemap () |
Additional Inherited Members | |
![]() | |
typedef utility::tag::TagCOP | TagCOP |
typedef core::pose::Pose | Pose |
typedef core::pose::PoseCOP | PoseCOP |
typedef std::list< std::string > | Strings |
![]() | |
static std::string | name () |
static void | register_options () |
Overload this static method if you access options within the mover. More... | |
![]() | |
void | set_last_move_status (MoverStatus status) |
nonvirtual setter for MoverStatus last_status_. Protected means that only the mover itself will be able to change its own status. The job distributor (august 08 vintage) is aware of status set with this function and will do what the MoverStatus says. More... | |
|
default |
protocols::rbsegment_relax::RBSegmentRelax::RBSegmentRelax | ( | core::scoring::ScoreFunctionOP | scorefxn, |
utility::vector1< RBSegment > const & | RBSegment_input, | ||
protocols::loops::Loops const & | Loops_input | ||
) |
|
overridedefault |
void protocols::rbsegment_relax::RBSegmentRelax::add_compositeSegmentMover | ( | RBSegmentMoverOP | newMover | ) |
References CompositeSegmentMoveSet_.
void protocols::rbsegment_relax::RBSegmentRelax::add_genericRBMover | ( | RBSegmentMoverOP | newMover | ) |
References GenericRBMoveSet_.
void protocols::rbsegment_relax::RBSegmentRelax::add_helixMover | ( | RBSegmentMoverOP | newMover | ) |
References HelixMoveSet_.
void protocols::rbsegment_relax::RBSegmentRelax::add_strandMover | ( | RBSegmentMoverOP | newMover | ) |
References StrandMoveSet_.
void protocols::rbsegment_relax::RBSegmentRelax::add_wholeStructureMover | ( | protocols::moves::MoverOP | newMover | ) |
References WholeStructureMoveSet_.
|
overridevirtual |
apply method
Implements protocols::moves::Mover.
References protocols::viewer::add_conformation_viewer(), core::scoring::electron_density::add_dens_scores_from_cmdline_to_scorefxn(), protocols::relax::loop::LoopRelaxMover::apply(), protocols::minimization_packing::PackRotamersMover::apply(), bootstrap_, protocols::relax::loop::LoopRelaxMover::cmd_line_csts(), CompositeSegmentMoveSet_, core::pose::Pose::conformation(), core::scoring::coordinate_constraint, core::pack::task::TaskFactory::create_packer_task(), cst_seqwidth_, cst_stdev_, cst_weight_, cst_width_, cycles_, protocols::relax::loop::LoopRelaxMover::fa_scorefxn(), final_temp, fix_ligands_, core::pose::Pose::fold_tree(), protocols::loops::fold_tree_from_loops(), protocols::relax::loop::LoopRelaxMover::frag_libs(), frag_libs_, genericRB_sigR, genericRB_sigT, GenericRBMoveSet_, core::scoring::get_score_function(), HelixMoveSet_, protocols::loops::idealize_loop(), init_temp, protocols::relax::loop::LoopRelaxMover::intermedrelax(), core::kinematics::FoldTree::is_cutpoint(), core::pose::Pose::is_fullatom(), core::conformation::Residue::is_ligand(), protocols::relax::loop::LoopRelaxMover::loops(), loops_input_, mc_, no_lr_, core::pose::Pose::omega(), core::pose::Pose::phi(), core::pose::Pose::psi(), rand_, randomness_, rbsegs_input_, rbsegs_remap_, protocols::relax::loop::LoopRelaxMover::refine(), protocols::antibody::design::relax, protocols::relax::loop::LoopRelaxMover::relax(), protocols::rbsegment_relax::remap_rb_segments(), protocols::relax::loop::LoopRelaxMover::remodel(), core::pose::Pose::residue(), protocols::rbsegment_relax::restore_pose_from_rbsegs(), core::optimization::AtomTreeMinimizer::run(), scorefxn_, core::pose::Pose::secstruct(), core::kinematics::MoveMap::set_bb(), core::kinematics::MoveMap::set_chi(), protocols::rbsegment_relax::set_constraints(), core::pose::Pose::set_omega(), core::pose::Pose::set_phi(), core::pose::Pose::set_psi(), protocols::rbsegment_relax::set_rb_constraints(), protocols::rbsegment_relax::setup_pose_from_rbsegs(), core::pose::Pose::size(), protocols::loops::Loops::size(), StrandMoveSet_, protocols::rbsegment_relax::TS(), and WholeStructureMoveSet_.
Referenced by protocols::RBSegmentRelaxImpl::apply().
void protocols::rbsegment_relax::RBSegmentRelax::clear_movesets | ( | ) |
References CompositeSegmentMoveSet_, GenericRBMoveSet_, HelixMoveSet_, StrandMoveSet_, and WholeStructureMoveSet_.
|
overridevirtual |
Each derived class must specify its name. The class name.
Implements protocols::moves::Mover.
void protocols::rbsegment_relax::RBSegmentRelax::initialize | ( | utility::vector1< core::fragment::FragSetOP > const & | frag_libs, |
core::Real | rnd = 0.0 |
||
) |
setup_RBSegmentRelax; initialize movesets to defaults
References CompositeSegmentMoveSet_, frag_libs_, genericRB_sigR, genericRB_sigT, GenericRBMoveSet_, helical_sigOffAxisR, helical_sigOffAxisT, helical_sigR, helical_sigT, HelixMoveSet_, randomness_, strand_sigOffAxisR, strand_sigOffAxisT, strand_sigR, strand_sigT, and StrandMoveSet_.
Referenced by protocols::RBSegmentRelaxImpl::apply().
|
inline |
References bootstrap_.
void protocols::rbsegment_relax::RBSegmentRelax::set_cst_weight | ( | core::Real | wt | ) |
References cst_weight_.
void protocols::rbsegment_relax::RBSegmentRelax::set_cst_width | ( | core::Real | width | ) |
References cst_width_.
|
private |
|
inline |
References fix_ligands_.
void protocols::rbsegment_relax::RBSegmentRelax::set_genericRBMoveStepsize | ( | core::Real | trans, |
core::Real | rot | ||
) |
References genericRB_sigR, genericRB_sigT, rot(), and trans().
void protocols::rbsegment_relax::RBSegmentRelax::set_helicalMoveStepsize | ( | core::Real | onAxisTrans, |
core::Real | onAxisRot, | ||
core::Real | offAxisTrans, | ||
core::Real | offAxisRot | ||
) |
References helical_sigOffAxisR, helical_sigOffAxisT, helical_sigR, and helical_sigT.
void protocols::rbsegment_relax::RBSegmentRelax::set_ncycles | ( | int | ncycles | ) |
References cycles_.
|
inline |
References rand_.
Referenced by protocols::RBSegmentRelaxImpl::apply().
|
inline |
References no_lr_.
void protocols::rbsegment_relax::RBSegmentRelax::set_temperature | ( | core::Real | start, |
core::Real | final | ||
) |
References final_temp, init_temp, and protocols::loops::start.
|
private |
Referenced by apply(), RBSegmentRelax(), and set_bootstrap().
|
private |
Referenced by add_compositeSegmentMover(), apply(), clear_movesets(), and initialize().
|
private |
Referenced by apply(), and RBSegmentRelax().
|
private |
Referenced by apply(), and RBSegmentRelax().
|
private |
Referenced by apply(), RBSegmentRelax(), and set_cst_weight().
|
private |
Referenced by apply(), RBSegmentRelax(), and set_cst_width().
|
private |
Referenced by apply(), RBSegmentRelax(), and set_ncycles().
|
private |
Referenced by apply(), RBSegmentRelax(), and set_temperature().
|
private |
Referenced by apply(), and set_fix_ligands().
|
private |
Referenced by apply(), and initialize().
|
private |
Referenced by apply(), initialize(), RBSegmentRelax(), and set_genericRBMoveStepsize().
|
private |
Referenced by apply(), initialize(), RBSegmentRelax(), and set_genericRBMoveStepsize().
|
private |
Referenced by add_genericRBMover(), apply(), clear_movesets(), and initialize().
|
private |
Referenced by initialize(), RBSegmentRelax(), and set_helicalMoveStepsize().
|
private |
Referenced by initialize(), RBSegmentRelax(), and set_helicalMoveStepsize().
|
private |
Referenced by initialize(), RBSegmentRelax(), and set_helicalMoveStepsize().
|
private |
Referenced by initialize(), RBSegmentRelax(), and set_helicalMoveStepsize().
|
private |
Referenced by add_helixMover(), apply(), clear_movesets(), and initialize().
|
private |
Referenced by apply(), RBSegmentRelax(), and set_temperature().
|
private |
Referenced by apply().
|
private |
Referenced by apply().
|
private |
Referenced by apply(), RBSegmentRelax(), and set_skip_lr().
|
private |
Referenced by apply(), RBSegmentRelax(), and set_randomize().
|
private |
Referenced by apply(), and initialize().
|
private |
Referenced by apply().
|
private |
Referenced by apply().
|
private |
Referenced by apply().
|
private |
Referenced by initialize(), and RBSegmentRelax().
|
private |
Referenced by initialize(), and RBSegmentRelax().
|
private |
Referenced by initialize(), and RBSegmentRelax().
|
private |
Referenced by initialize(), and RBSegmentRelax().
|
private |
Referenced by add_strandMover(), apply(), clear_movesets(), and initialize().
|
private |
Referenced by add_wholeStructureMover(), apply(), and clear_movesets().