![]() |
Rosetta
2021.16
|
#include <AnchorMovers.hh>

Public Member Functions | |
| AnchoredPerturbMover (protocols::anchored_design::AnchorMoversDataOP interface_in) | |
| ~AnchoredPerturbMover () override | |
| void | apply (core::pose::Pose &pose) override |
| std::string | get_name () const override |
| Each derived class must specify its name. The class name. More... | |
| bool | get_debug () const |
| debugging mode activates a bunch of extra output More... | |
| bool | get_perturb_CCD_off () const |
| do not perform CCD style closure (use KIC only) More... | |
| bool | get_perturb_KIC_off () const |
| do not perform KIC style closure (use CCD only) More... | |
| bool | get_nonpivot_torsion_sampling () const |
| use nonpivot torsion sampling for KIC? More... | |
| core::Real | get_perturb_temp () const |
| MC temperature. More... | |
| core::Size | get_perturb_cycles () const |
| number of MC cycles More... | |
| bool | get_no_frags () const |
| do not use fragments? More... | |
| std::string const & | get_min_type () const |
| what minimizer type to use? More... | |
| bool | get_perturb_show () const |
| show perturb result structure? More... | |
| void | set_debug (bool const debug) |
| debugging mode activates a bunch of extra output More... | |
| void | set_perturb_CCD_off (bool const perturb_CCD_off) |
| do not perform CCD style closure (use KIC only) More... | |
| void | set_perturb_KIC_off (bool const perturb_KIC_off) |
| do not perform KIC style closure (use CCD only) More... | |
| void | set_nonpivot_torsion_sampling (bool const nonpivot_torsion_sampling) |
| use nonpivot torsion sampling for KIC? More... | |
| void | set_perturb_temp (core::Real const perturb_temp) |
| MC temperature. More... | |
| void | set_perturb_cycles (core::Size const perturb_cycles) |
| number of MC cycles More... | |
| void | set_no_frags (bool const no_frags) |
| do not use fragments? More... | |
| void | set_min_type (std::string const &min_type) |
| what minimizer type to use? More... | |
| void | set_perturb_show (bool const perturb_show) |
| show perturb result structure? More... | |
| void | read_options () |
| read in options from the options system More... | |
Public Member Functions inherited from protocols::moves::Mover | |
| 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 Attributes | |
| protocols::anchored_design::AnchorMoversDataOP | interface_ |
| bool | debug_ |
| debugging mode activates a bunch of extra output More... | |
| bool | perturb_CCD_off_ |
| do not perform CCD style closure (use KIC only) More... | |
| bool | perturb_KIC_off_ |
| do not perform KIC style closure (use CCD only) More... | |
| bool | nonpivot_torsion_sampling_ |
| use nonpivot torsion sampling for KIC? More... | |
| core::Real | perturb_temp_ |
| MC temperature. More... | |
| core::Size | perturb_cycles_ |
| number of MC cycles More... | |
| bool | no_frags_ |
| do not use fragments? More... | |
| std::string | min_type_ |
| what minimizer type to use? More... | |
| bool | perturb_show_ |
| show perturb result structure? More... | |
Additional Inherited Members | |
Public Types inherited from protocols::moves::Mover | |
| typedef utility::tag::TagCOP | TagCOP |
| typedef core::pose::Pose | Pose |
| typedef core::pose::PoseCOP | PoseCOP |
| typedef std::list< std::string > | Strings |
Static Public Member Functions inherited from protocols::moves::Mover | |
| static std::string | name () |
| static void | register_options () |
| Overload this static method if you access options within the mover. More... | |
Protected Member Functions inherited from protocols::moves::Mover | |
| 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::anchored_design::AnchoredPerturbMover::AnchoredPerturbMover | ( | protocols::anchored_design::AnchorMoversDataOP | interface_in | ) |
References read_options(), and protocols::moves::Mover::type().
|
overridedefault |
|
overridevirtual |
AnchoredPerturbMover takes a pose, swaps it into centroid mode, and perturbs the structure of its mobile loops. The perturbation step is under Monte Carlo control so it won't finish with a terrible structure. It adds sidechains back on (unchanged relative to the alpha carbon) at the end, but does not repack those sidechains.
Implements protocols::moves::Mover.
References protocols::simple_moves::SwitchResidueTypeSetMover::apply(), protocols::simple_moves::ReturnSidechainMover::apply(), core::chemical::CENTROID, debug_, protocols::anchored_design::debug_dump_pose(), protocols::anchored_design::dump_cutpoint_info(), interface_, core::conformation::Residue::is_terminus(), min_type_, no_frags_, nonpivot_torsion_sampling_, protocols::jd2::output_intermediate_pose(), perturb_CCD_off_, perturb_cycles_, perturb_KIC_off_, perturb_show_, perturb_temp_, core::pack::task::TaskFactory::push_back(), core::pose::Pose::residue(), and T_perturb().
Referenced by protocols::anchored_design::AnchoredDesignMover::apply().
| bool protocols::anchored_design::AnchoredPerturbMover::get_debug | ( | ) | const |
debugging mode activates a bunch of extra output
References debug_.
| std::string const & protocols::anchored_design::AnchoredPerturbMover::get_min_type | ( | ) | const |
what minimizer type to use?
References min_type_.
|
overridevirtual |
Each derived class must specify its name. The class name.
Implements protocols::moves::Mover.
| bool protocols::anchored_design::AnchoredPerturbMover::get_no_frags | ( | ) | const |
do not use fragments?
References no_frags_.
| bool protocols::anchored_design::AnchoredPerturbMover::get_nonpivot_torsion_sampling | ( | ) | const |
use nonpivot torsion sampling for KIC?
References nonpivot_torsion_sampling_.
| bool protocols::anchored_design::AnchoredPerturbMover::get_perturb_CCD_off | ( | ) | const |
do not perform CCD style closure (use KIC only)
References perturb_CCD_off_.
| core::Size protocols::anchored_design::AnchoredPerturbMover::get_perturb_cycles | ( | ) | const |
number of MC cycles
References perturb_cycles_.
| bool protocols::anchored_design::AnchoredPerturbMover::get_perturb_KIC_off | ( | ) | const |
do not perform KIC style closure (use CCD only)
References perturb_KIC_off_.
| bool protocols::anchored_design::AnchoredPerturbMover::get_perturb_show | ( | ) | const |
show perturb result structure?
References perturb_show_.
| core::Real protocols::anchored_design::AnchoredPerturbMover::get_perturb_temp | ( | ) | const |
MC temperature.
References perturb_temp_.
| void protocols::anchored_design::AnchoredPerturbMover::read_options | ( | ) |
read in options from the options system
References core::pack::interaction_graph::debug, debug_, min_type_, no_frags_, nonpivot_torsion_sampling_, perturb_CCD_off_, perturb_cycles_, perturb_KIC_off_, perturb_show_, and perturb_temp_.
Referenced by AnchoredPerturbMover().
| void protocols::anchored_design::AnchoredPerturbMover::set_debug | ( | bool const | debug | ) |
debugging mode activates a bunch of extra output
References core::pack::interaction_graph::debug, and debug_.
| void protocols::anchored_design::AnchoredPerturbMover::set_min_type | ( | std::string const & | min_type | ) |
what minimizer type to use?
References min_type_.
| void protocols::anchored_design::AnchoredPerturbMover::set_no_frags | ( | bool const | no_frags | ) |
do not use fragments?
References no_frags_.
| void protocols::anchored_design::AnchoredPerturbMover::set_nonpivot_torsion_sampling | ( | bool const | nonpivot_torsion_sampling | ) |
use nonpivot torsion sampling for KIC?
References nonpivot_torsion_sampling_.
| void protocols::anchored_design::AnchoredPerturbMover::set_perturb_CCD_off | ( | bool const | perturb_CCD_off | ) |
do not perform CCD style closure (use KIC only)
References perturb_CCD_off_.
| void protocols::anchored_design::AnchoredPerturbMover::set_perturb_cycles | ( | core::Size const | perturb_cycles | ) |
number of MC cycles
References perturb_cycles_.
| void protocols::anchored_design::AnchoredPerturbMover::set_perturb_KIC_off | ( | bool const | perturb_KIC_off | ) |
do not perform KIC style closure (use CCD only)
References perturb_KIC_off_.
| void protocols::anchored_design::AnchoredPerturbMover::set_perturb_show | ( | bool const | perturb_show | ) |
show perturb result structure?
References perturb_show_.
| void protocols::anchored_design::AnchoredPerturbMover::set_perturb_temp | ( | core::Real const | perturb_temp | ) |
MC temperature.
References perturb_temp_.
|
private |
debugging mode activates a bunch of extra output
Referenced by apply(), get_debug(), read_options(), and set_debug().
|
private |
AnchorMoversData object holds scorefunctions, etc, for the AnchoredDesign suite (shared between several movers)
Referenced by apply().
|
private |
what minimizer type to use?
Referenced by apply(), get_min_type(), read_options(), and set_min_type().
|
private |
do not use fragments?
Referenced by apply(), get_no_frags(), read_options(), and set_no_frags().
|
private |
use nonpivot torsion sampling for KIC?
Referenced by apply(), get_nonpivot_torsion_sampling(), read_options(), and set_nonpivot_torsion_sampling().
|
private |
do not perform CCD style closure (use KIC only)
Referenced by apply(), get_perturb_CCD_off(), read_options(), and set_perturb_CCD_off().
|
private |
number of MC cycles
Referenced by apply(), get_perturb_cycles(), read_options(), and set_perturb_cycles().
|
private |
do not perform KIC style closure (use CCD only)
Referenced by apply(), get_perturb_KIC_off(), read_options(), and set_perturb_KIC_off().
|
private |
show perturb result structure?
Referenced by apply(), get_perturb_show(), read_options(), and set_perturb_show().
|
private |
MC temperature.
Referenced by apply(), get_perturb_temp(), read_options(), and set_perturb_temp().
1.8.7