|
Rosetta 3.5
|
#include <PlacementAuctionMover.hh>


Public Types | |
| typedef std::pair < protocols::hotspot_hashing::HotspotStubSetOP, std::pair < protocols::hotspot_hashing::HotspotStubOP, core::Size > > | StubSetStubPos |
| typedef std::pair < protocols::hotspot_hashing::HotspotStubSetOP, protocols::hotspot_hashing::HotspotStubOP > | StubsetStubPair |
| typedef std::pair< core::Real, std::pair< core::Size, StubsetStubPair > > | ResidueAuctionItem |
| typedef std::multimap < core::Real, std::pair < core::Size, StubsetStubPair > > | ResidueAuction |
| typedef ResidueAuction::iterator | iterator |
| typedef ResidueAuction::const_iterator | const_iterator |
Public Member Functions | |
| PlacementAuctionMover () | |
| void | apply (core::pose::Pose &pose) |
| a dummy apply so that instantiation of this baseclass would be possible. More... | |
| virtual std::string | get_name () const |
| Each derived class must specify its name. The class name. More... | |
| ResidueAuction | auction_results () const |
| protocols::moves::MoverOP | clone () const |
| clone has to be overridden only if clone invocation is expected. More... | |
| protocols::moves::MoverOP | fresh_instance () const |
| this is like clone(), except it generates a new mover object freshly created with the default ctor. This function should be pure virtual but that would disrupt the code base; MAKE SURE YOU DEFINE IT if you want to have your mover be a protocol handed to the job distributor (august 08 vintage). More... | |
| void | insert (ResidueAuctionItem const &item) |
| core::Size | size () const |
| void | erase (iterator it) |
| void | clear () |
| iterator | begin () |
| iterator | end () |
| const_iterator | begin () const |
| const_iterator | end () const |
| virtual void | parse_my_tag (utility::tag::TagPtr const tag, protocols::moves::DataMap &, protocols::filters::Filters_map const &, protocols::moves::Movers_map const &, core::pose::Pose const &) |
| Called by MoverFactory when constructing new Movers. Takes care of the specific mover's parsing. More... | |
| void | host_chain (core::Size const hc) |
| void | max_cb_cb_dist (core::Real const mccd) |
| void | cb_force (core::Real const cf) |
| void | stub_sets (utility::vector1< StubSetStubPos > const &vec) |
| utility::vector1 < StubSetStubPos > const & | stub_sets () const |
| utility::vector1 < StubSetStubPos > & | stub_sets () |
| ~PlacementAuctionMover () | |
Public Member Functions inherited from protocols::simple_moves::DesignRepackMover | |
| DesignRepackMover () | |
| DesignRepackMover (std::string const name) | |
| void | setup_packer_and_movemap (core::pose::Pose const &pose) |
| void | min_rb (utility::vector1< bool > const min_rb) |
| void | min_rb (bool const min_rb) |
| in most cases, there would only be one rb dof making it useful to have a non-vector accessor to min_rb_. However, if the pose has multiple jumps, setting min_rb_ in this way might cause trouble in other parts of the code. More... | |
| utility::vector1< bool > const & | min_rb () const |
| bool | min_rb_set () const |
| void | min_sc (utility::vector1< bool > const &min_sc) |
| utility::vector1< bool > const & | min_sc () const |
| bool | min_sc_set () const |
| void | min_bb (utility::vector1< bool > const &min_bb) |
| utility::vector1< bool > const & | min_bb () const |
| bool | min_bb_set () const |
| bool | optimize_foldtree () const |
| void | optimize_foldtree (bool const opt) |
| void | prevent_repacking (utility::vector1< core::Size > const p) |
| utility::vector1< core::Size > const & | prevent_repacking () const |
| void | restrict_to_repacking (utility::vector1< core::Size > const p) |
| utility::vector1< core::Size > const & | restrict_to_repacking () const |
| void | design (bool const des) |
| bool | design () const |
| void | set_scorefxn_repack (core::scoring::ScoreFunctionCOP scorefxn) |
| void | set_scorefxn_minimize (core::scoring::ScoreFunctionCOP scorefxn) |
| core::scoring::ScoreFunctionOP | scorefxn_repack () const |
| core::scoring::ScoreFunctionOP | scorefxn_minimize () const |
| core::pack::task::PackerTaskCOP | task () const |
| core::pack::task::PackerTaskOP & | task () |
| void | clear_task () |
| after fiddling with a task from outside this mover, clear it, or else, on the next iteration through the mover the changes will be remembered More... | |
| void | clear_task_factory () |
| void | use_preset_task (bool const bt) |
| bool | use_preset_task () const |
| void | task_factory (core::pack::task::TaskFactoryOP p) |
| core::pack::task::TaskFactoryOP & | task_factory () |
| core::pack::task::TaskFactoryOP | task_factory () const |
| virtual | ~DesignRepackMover () |
Public Member Functions inherited from protocols::moves::Mover | |
| 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 |
| 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) |
| 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 |
| this function informs 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 |
| this function informs 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 |
Private Attributes | |
| ResidueAuction | auction_results_ |
| core::Size | host_chain_ |
| core::Real | max_cb_cb_dist_ |
| core::Real | cb_force_ |
| utility::vector1< StubSetStubPos > | stub_sets_ |
Definition at line 47 of file PlacementAuctionMover.hh.
| typedef ResidueAuction::const_iterator protocols::protein_interface_design::movers::PlacementAuctionMover::const_iterator |
Definition at line 55 of file PlacementAuctionMover.hh.
| typedef ResidueAuction::iterator protocols::protein_interface_design::movers::PlacementAuctionMover::iterator |
Definition at line 54 of file PlacementAuctionMover.hh.
| typedef std::multimap< core::Real, std::pair< core::Size, StubsetStubPair > > protocols::protein_interface_design::movers::PlacementAuctionMover::ResidueAuction |
Definition at line 53 of file PlacementAuctionMover.hh.
| typedef std::pair< core::Real, std::pair< core::Size, StubsetStubPair > > protocols::protein_interface_design::movers::PlacementAuctionMover::ResidueAuctionItem |
Definition at line 52 of file PlacementAuctionMover.hh.
| typedef std::pair< protocols::hotspot_hashing::HotspotStubSetOP, protocols::hotspot_hashing::HotspotStubOP > protocols::protein_interface_design::movers::PlacementAuctionMover::StubsetStubPair |
Definition at line 51 of file PlacementAuctionMover.hh.
Definition at line 50 of file PlacementAuctionMover.hh.
| protocols::protein_interface_design::movers::PlacementAuctionMover::PlacementAuctionMover | ( | ) |
Definition at line 90 of file PlacementAuctionMover.cc.
Referenced by clone().
| protocols::protein_interface_design::movers::PlacementAuctionMover::~PlacementAuctionMover | ( | ) |
Definition at line 94 of file PlacementAuctionMover.cc.
|
virtual |
a dummy apply so that instantiation of this baseclass would be possible.
Reimplemented from protocols::simple_moves::DesignRepackMover.
Definition at line 149 of file PlacementAuctionMover.cc.
References core::conformation::Residue::aa(), core::chemical::aa_gly, core::chemical::aa_pro, core::pose::Pose::add_constraints(), core::conformation::Residue::atom_index(), auction_results(), auction_results_, core::scoring::backbone_stub_constraint, begin(), cb_force_, core::conformation::Conformation::chain_begin(), core::conformation::Conformation::chain_end(), protocols::simple_filters::ScoreTypeFilter::compute(), core::pose::Pose::conformation(), core::pack::task::TaskFactory::create_packer_task(), core::scoring::ScoreFunctionFactory::create_score_function(), core::kinematics::distance(), end(), erase(), protocols::moves::FAIL_RETRY, host_chain_, insert(), max_cb_cb_dist_, protocols::moves::MS_SUCCESS, protocols::simple_moves::DesignRepackMover::prevent_repacking_, core::scoring::ScoreFunction::reset(), core::conformation::Conformation::residue(), core::pose::Pose::residue(), core::scoring::SCORE12_PATCH, protocols::moves::Mover::set_last_move_status(), size(), core::scoring::STANDARD_WTS, stub_sets(), stub_sets_, protocols::simple_moves::DesignRepackMover::task(), protocols::simple_moves::DesignRepackMover::task_factory(), core::pose::Pose::total_residue(), protocols::protein_interface_design::movers::TR(), and core::conformation::Residue::xyz().
| PlacementAuctionMover::ResidueAuction protocols::protein_interface_design::movers::PlacementAuctionMover::auction_results | ( | ) | const |
Definition at line 102 of file PlacementAuctionMover.cc.
References auction_results_.
Referenced by apply().
| PlacementAuctionMover::iterator protocols::protein_interface_design::movers::PlacementAuctionMover::begin | ( | ) |
Definition at line 129 of file PlacementAuctionMover.cc.
References auction_results_.
Referenced by apply().
| PlacementAuctionMover::const_iterator protocols::protein_interface_design::movers::PlacementAuctionMover::begin | ( | ) | const |
Definition at line 139 of file PlacementAuctionMover.cc.
References auction_results_.
| void protocols::protein_interface_design::movers::PlacementAuctionMover::cb_force | ( | core::Real const | cf) |
Definition at line 288 of file PlacementAuctionMover.cc.
References cb_force_.
| void protocols::protein_interface_design::movers::PlacementAuctionMover::clear | ( | ) |
Definition at line 124 of file PlacementAuctionMover.cc.
References auction_results_.
|
virtual |
clone has to be overridden only if clone invocation is expected.
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.
Implements protocols::simple_moves::DesignRepackMover.
Definition at line 97 of file PlacementAuctionMover.cc.
References PlacementAuctionMover().
| PlacementAuctionMover::iterator protocols::protein_interface_design::movers::PlacementAuctionMover::end | ( | ) |
Definition at line 134 of file PlacementAuctionMover.cc.
References auction_results_.
Referenced by apply().
| PlacementAuctionMover::const_iterator protocols::protein_interface_design::movers::PlacementAuctionMover::end | ( | ) | const |
Definition at line 144 of file PlacementAuctionMover.cc.
References auction_results_.
| void protocols::protein_interface_design::movers::PlacementAuctionMover::erase | ( | PlacementAuctionMover::iterator | it) |
Definition at line 119 of file PlacementAuctionMover.cc.
References auction_results_.
Referenced by apply().
|
inlinevirtual |
this is like clone(), except it generates a new mover object freshly created with the default ctor. This function should be pure virtual but that would disrupt the code base; MAKE SURE YOU DEFINE IT if you want to have your mover be a protocol handed to the job distributor (august 08 vintage).
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.
Implements protocols::simple_moves::DesignRepackMover.
Definition at line 63 of file PlacementAuctionMover.hh.
|
virtual |
Each derived class must specify its name. The class name.
Reimplemented from protocols::simple_moves::DesignRepackMover.
Definition at line 268 of file PlacementAuctionMover.cc.
References protocols::protein_interface_design::movers::PlacementAuctionMoverCreator::mover_name().
| void protocols::protein_interface_design::movers::PlacementAuctionMover::host_chain | ( | core::Size const | hc) |
Definition at line 273 of file PlacementAuctionMover.cc.
References host_chain_.
| void protocols::protein_interface_design::movers::PlacementAuctionMover::insert | ( | PlacementAuctionMover::ResidueAuctionItem const & | item) |
Definition at line 107 of file PlacementAuctionMover.cc.
References auction_results_.
Referenced by apply().
| void protocols::protein_interface_design::movers::PlacementAuctionMover::max_cb_cb_dist | ( | core::Real const | mccd) |
Definition at line 278 of file PlacementAuctionMover.cc.
References core::pack::dunbrack::c, and max_cb_cb_dist_.
|
virtual |
Called by MoverFactory when constructing new Movers. Takes care of the specific mover's parsing.
Some movers need not be parsed, so we shouldn't stop executions. This, however, calls attention to the lack of this method, which could be due to something as silly as a wrong parameters definition.
Reimplemented from protocols::simple_moves::DesignRepackMover.
Definition at line 303 of file PlacementAuctionMover.cc.
References cb_force_, host_chain_, max_cb_cb_dist_, protocols::protein_interface_design::movers::parse_stub_sets(), stub_sets_, and protocols::protein_interface_design::movers::TR().
| core::Size protocols::protein_interface_design::movers::PlacementAuctionMover::size | ( | ) | const |
Definition at line 113 of file PlacementAuctionMover.cc.
References auction_results_.
Referenced by apply().
| void protocols::protein_interface_design::movers::PlacementAuctionMover::stub_sets | ( | utility::vector1< StubSetStubPos > const & | vec) |
Definition at line 283 of file PlacementAuctionMover.cc.
References stub_sets(), and stub_sets_.
| utility::vector1< protocols::protein_interface_design::movers::PlacementAuctionMover::StubSetStubPos > const & protocols::protein_interface_design::movers::PlacementAuctionMover::stub_sets | ( | ) | const |
Definition at line 293 of file PlacementAuctionMover.cc.
References stub_sets_.
Referenced by apply(), and stub_sets().
| utility::vector1< protocols::protein_interface_design::movers::PlacementAuctionMover::StubSetStubPos > & protocols::protein_interface_design::movers::PlacementAuctionMover::stub_sets | ( | ) |
Definition at line 298 of file PlacementAuctionMover.cc.
References stub_sets_.
|
private |
Definition at line 89 of file PlacementAuctionMover.hh.
Referenced by apply(), auction_results(), begin(), clear(), end(), erase(), insert(), and size().
|
private |
Definition at line 91 of file PlacementAuctionMover.hh.
Referenced by apply(), cb_force(), and parse_my_tag().
|
private |
Definition at line 90 of file PlacementAuctionMover.hh.
Referenced by apply(), host_chain(), and parse_my_tag().
|
private |
Definition at line 91 of file PlacementAuctionMover.hh.
Referenced by apply(), max_cb_cb_dist(), and parse_my_tag().
|
private |
Definition at line 92 of file PlacementAuctionMover.hh.
Referenced by apply(), parse_my_tag(), and stub_sets().
1.8.4