![]() |
Rosetta Protocols
2014.35
|
#include <MRMover.hh>
Public Member Functions | |
MRMover () | |
void | init () |
void | apply (Pose &pose) |
virtual std::string | get_name () const |
Each derived class must specify its name. The class name. More... | |
protocols::moves::MoverOP | clone () const |
Return a clone of the Mover object. More... | |
protocols::moves::MoverOP | fresh_instance () const |
Generates a new Mover object freshly created with the default ctor. More... | |
void | set_centroid_density_weight (core::Real newval) |
void | set_fullatom_density_weight (core::Real newval, bool fast) |
void | set_max_gaplength_to_model (core::Size newval) |
void | set_symmdef_file (std::string newval) |
void | set_censcale (core::Real newval) |
void | set_cen_cst_weight (core::Real newval) |
void | set_fa_cst_weight (core::Real newval) |
void | set_disulf (utility::vector1< std::string > newval) |
void | set_big_fragments (core::fragment::FragSetOP newval) |
void | set_small_fragments (core::fragment::FragSetOP newval) |
![]() | |
Mover () | |
virtual | ~Mover () |
virtual MoverSP | create () |
virtual void | apply (core::io::serialization::PipeMap &pmap) |
virtual void | parse_state (SerializableState const &state) |
virtual void | parse_def (utility::lua::LuaObject const &def, utility::lua::LuaObject const &score_fxns, utility::lua::LuaObject const &tasks, MoverCacheSP cache) |
virtual void | save_state (SerializableState &state) |
Mover (std::string const &type_name) | |
sets the type for a mover; name_ has been removed (2010/05/14) More... | |
Mover (Mover const &other) | |
Mover & | operator= (Mover const &other) |
assignment operator More... | |
virtual core::Real | last_proposal_density_ratio () |
std::string const & | type () const |
void | set_type (std::string const &setting) |
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... | |
void | set_current_tag (std::string const &new_tag) |
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 | 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... | |
void | type (const std::string &type_in) |
virtual void | parse_my_tag (TagCOP tag, basic::datacache::DataMap &data, Filters_map const &filters, Movers_map const &movers, Pose const &pose) |
Called by MoverFactory when constructing new Movers. Takes care of the specific mover's parsing. More... | |
std::string | get_type () const |
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... | |
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 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... | |
void | set_current_job (protocols::jobdist::BasicJobCOP job) |
jobdist::BasicJobCOP | get_current_job () const |
virtual void | show (std::ostream &output=std::cout) const |
Outputs details about the Mover, including current settings. More... | |
Private Member Functions | |
void | trim_target_pose (Pose &query_pose, protocols::loops::Loops &loops, core::Size max_gaplength) |
void | pack_missing_sidechains (Pose &pose) |
Additional Inherited Members | |
![]() | |
typedef utility::tag::TagCOP | TagCOP |
typedef core::pose::Pose | Pose |
typedef core::pose::PoseCOP | PoseCOP |
typedef protocols::filters::Filters_map | Filters_map |
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... | |
protocols::hybridization::MRMover::MRMover | ( | ) |
References init().
Referenced by clone(), and fresh_instance().
|
virtual |
Implements protocols::moves::Mover.
References protocols::hybridization::HybridizeProtocol::add_big_fragments(), core::pose::add_lower_terminus_type_to_pose_residue(), protocols::hybridization::HybridizeProtocol::add_small_fragments(), protocols::hybridization::HybridizeProtocol::add_template(), core::pose::add_upper_terminus_type_to_pose_residue(), core::pose::Pose::append_residue_by_bond(), core::pose::Pose::append_residue_by_jump(), protocols::simple_moves::SwitchResidueTypeSetMover::apply(), protocols::simple_moves::MissingDensityToJumpMover::apply(), protocols::hybridization::HybridizeProtocol::apply(), core::scoring::cart_bonded, core::scoring::cart_bonded_angle, core::scoring::cart_bonded_length, core::scoring::cart_bonded_torsion, cen1_scorefxn_, cen2_scorefxn_, censcale_, core::pose::Pose::conformation(), core::conformation::Conformation::detect_disulfides(), disulfs_, fa_scorefxn_, core::conformation::Conformation::fix_disulfides(), fragments_big_trim_, fragments_small_trim_, protocols::moves::Mover::get_current_tag(), core::conformation::idealize_position(), core::conformation::Residue::is_polymer(), core::conformation::Residue::is_upper_terminus(), max_gaplength_to_model_, nres, option, protocols::hybridization::parse_res(), core::pose::Pose::pdb_info(), core::scoring::pro_close, relax_cycles_, relax_max_iter_, core::pose::Pose::residue(), runtime_assert, core::kinematics::MoveMap::set(), protocols::hybridization::HybridizeProtocol::set_batch_relax(), core::kinematics::MoveMap::set_bb(), core::kinematics::MoveMap::set_chi(), core::kinematics::MoveMap::set_jump(), protocols::hybridization::HybridizeProtocol::set_stage1_increase_cycles(), protocols::hybridization::HybridizeProtocol::set_stage1_scorefxn(), protocols::hybridization::HybridizeProtocol::set_stage2_increase_cycles(), protocols::hybridization::HybridizeProtocol::set_stage2_scorefxn(), utility::string_split(), symm_def_file_, core::id::THETA, protocols::medal::to_centroid(), core::pose::Pose::total_residue(), trim_target_pose(), user, and utility_exit_with_message.
|
inlinevirtual |
Return a clone of the Mover object.
clone is meant to return an OP'ed deep copy of this object. This really should be a pure virtual in the base class, but adding pure virtuals to Mover would massively disrupt the code. This default implementation crashes at runtime instead of compiletime if you try to call it. If this code is causing you problems, your Mover needs to override this function.
Reimplemented from protocols::moves::Mover.
References MRMover().
|
inlinevirtual |
Generates a new Mover object freshly created with the default ctor.
fresh_instance is meant to return a new object of this class, created with the default constructor. This really should be a pure virtual in the base class, but adding pure virtuals to Mover would massively disrupt the code. This default implementation crashes at runtime instead of compiletime if you try to call it. If this code is causing you problems, your Mover needs to override this function. This is used by the August 08 job distributor.
Reimplemented from protocols::moves::Mover.
References MRMover().
|
inlinevirtual |
Each derived class must specify its name. The class name.
Implements protocols::moves::Mover.
void protocols::hybridization::MRMover::init | ( | void | ) |
References core::scoring::atom_pair_constraint, cen1_scorefxn_, cen2_scorefxn_, censcale_, core::scoring::ScoreFunctionFactory::create_score_function(), core::scoring::elec_dens_fast, core::scoring::elec_dens_window, fa_scorefxn_, core::scoring::get_score_function(), core::scoring::electron_density::getDensityMap(), max_gaplength_to_model_, option, relax_cycles_, relax_max_iter_, core::scoring::electron_density::ElectronDensity::setWindow(), and user.
Referenced by MRMover().
|
private |
References protocols::simple_moves::PackRotamersMover::apply(), core::conformation::Residue::atom(), core::pack::task::TaskFactory::create_packer_task(), fa_scorefxn_, core::conformation::Residue::first_sidechain_atom(), core::chemical::ResidueType::has(), core::chemical::ResidueType::is_protein(), core::pose::symmetry::is_symmetric(), length, core::pose::symmetry::make_residue_mask_symmetric(), core::conformation::Residue::natoms(), core::pack::task::PackerTask::or_include_current(), core::pose::Pose::residue(), core::pose::Pose::residue_type(), core::pack::task::PackerTask::restrict_to_repacking(), core::pack::task::PackerTask::restrict_to_residues(), core::pose::Pose::total_residue(), and core::conformation::Atom::xyz().
|
inline |
References fragments_big_, and fragments_big_trim_.
|
inline |
References core::scoring::atom_pair_constraint, cen1_scorefxn_, and cen2_scorefxn_.
|
inline |
References censcale_.
|
inline |
References cen1_scorefxn_, cen2_scorefxn_, and core::scoring::elec_dens_fast.
|
inline |
References disulfs_.
|
inline |
References core::scoring::atom_pair_constraint, and fa_scorefxn_.
|
inline |
References core::scoring::elec_dens_fast, core::scoring::elec_dens_window, and fa_scorefxn_.
|
inline |
References max_gaplength_to_model_.
|
inline |
References fragments_small_, and fragments_small_trim_.
|
inline |
References symm_def_file_.
|
private |
References core::chemical::aa_vrt, core::pose::add_lower_terminus_type_to_pose_residue(), core::pose::add_upper_terminus_type_to_pose_residue(), core::fragment::Frame::align(), core::conformation::Residue::atom(), core::fragment::FragSet::begin(), core::fragment::Frame::clone_with_frags(), d_min, core::fragment::FragSet::empty_clone(), core::fragment::FragSet::end(), core::pose::Pose::fold_tree(), fragments_big_, fragments_big_trim_, fragments_small_, fragments_small_trim_, core::kinematics::FoldTree::is_cutpoint(), core::conformation::Residue::is_polymer(), length, nres, core::pose::Pose::pdb_info(), core::kinematics::FoldTree::reorder(), core::pose::Pose::residue(), core::kinematics::FoldTree::root(), size(), protocols::loops::Loops::size(), protocols::loops::start, protocols::loops::stop, core::pose::Pose::total_residue(), and core::conformation::Atom::xyz().
Referenced by apply().
|
private |
Referenced by apply(), init(), set_cen_cst_weight(), and set_centroid_density_weight().
|
private |
Referenced by apply(), init(), set_cen_cst_weight(), and set_centroid_density_weight().
|
private |
Referenced by apply(), init(), and set_censcale().
|
private |
Referenced by apply(), and set_disulf().
|
private |
Referenced by apply(), init(), pack_missing_sidechains(), set_fa_cst_weight(), and set_fullatom_density_weight().
|
private |
Referenced by set_big_fragments(), and trim_target_pose().
|
private |
Referenced by apply(), set_big_fragments(), and trim_target_pose().
|
private |
Referenced by set_small_fragments(), and trim_target_pose().
|
private |
Referenced by apply(), set_small_fragments(), and trim_target_pose().
|
private |
Referenced by apply(), init(), and set_max_gaplength_to_model().
|
private |
|
private |
|
private |
Referenced by apply(), and set_symmdef_file().