|
Rosetta 3.5
|
#include <PcsEnergyController.hh>


Public Member Functions | |
| PcsEnergyController () | |
| ~PcsEnergyController () | |
| PcsEnergyController (PcsEnergyController const &other) | |
| virtual TopologyClaimerOP | clone () const |
| clone it! More... | |
| virtual std::string | type () const |
| type() is specifying the output name of the TopologyClaimer More... | |
| virtual bool | read_tag (std::string tag, std::istream &) |
| This is called to process each tag. More... | |
| virtual void | set_defaults () |
| Called any time the CLAIMER is being read (before any tag is read) More... | |
| virtual void | add_mover (moves::RandomMover &, core::pose::Pose const &, abinitio::StageID, core::scoring::ScoreFunction const &, core::Real) |
| This is called each time the stageID is changed. More... | |
| virtual void | init_after_reading () |
| Called Each time END CLAIMER is processed. More... | |
Public Member Functions inherited from protocols::topology_broker::TopologyClaimer | |
| virtual | ~TopologyClaimer () |
| Automatically generated virtual destructor for class deriving directly from ReferenceCount. More... | |
| TopologyClaimer () | |
| TopologyClaimer (weights::AbinitioMoverWeightOP weight) | |
| construct with weight-set ( how important is mover for different abinitio stages ? ) More... | |
| virtual void | read (std::istream &) |
| read definition of Claimer from setup file, i.e., a CLAIMER <type> ... END_CLAIMER block More... | |
| virtual void | generate_sequence_claims (DofClaims &) |
| generate claims that affect the sequence of the pose More... | |
| virtual void | generate_claims (DofClaims &) |
| generate first round of DOF claims More... | |
| virtual void | finalize_claims (DofClaims &) |
| is called after all round1 claims have been approved or retracted – additional claims can be issued in this round More... | |
| virtual bool | allow_claim (DofClaim const &) |
| allow a claim from a foreign Claimer More... | |
| virtual void | initialize_residues (core::pose::Pose &, SequenceClaimOP init_claim, DofClaims &failed_to_init) |
| initialize sequence ( for approved sequence claims given as init_claim ) Claimer searches init_claims for claims owned by *this More... | |
| virtual void | initialize_dofs (core::pose::Pose &, DofClaims const &init_claims, DofClaims &failed_to_init) |
| initialize dofs – e.g., torsions, jumps – Claimer searches init_claims for claims owned by *this More... | |
| virtual void | switch_to_fullatom (core::pose::Pose &, utility::vector1< bool >) const |
| has this Claimer some side chain conformations to add? starts with bNeedToRepack true for all residues... if you have a sidechain —> copy it to pose and set needtoRepack false for this residue More... | |
| virtual void | manipulate_cut_bias (utility::vector1< core::Real > &) |
| multiply your bias to this – if its zero don't change that, i.e., multiply only this is used during fold-tree generation to set the cut-points. it starts with 1.0 for all residues. Fragments can add their loop-fraction More... | |
| virtual bool | accept_declined_claim (DofClaim const &) |
| notification of declined claims: update your internal representation (e.g., movemap ) to remember this ! / return false – if you can't live without this claim being accepted. ( e.g., RigidChunks ... ) More... | |
| virtual void | claim_accepted (DofClaimOP my_claim) |
| this claim of yours was accepted.... I so far haven't done anything with this... might go away. More... | |
| virtual void | add_constraints (core::pose::Pose &) const |
| add constraints to pose... might make this stage dependent as with movers... More... | |
| virtual core::fragment::FragSetCOP | loop_frags (core::kinematics::MoveMap &) const |
| return fragments that can be used for loop-sampling... unfortunately some loop-samplers need fragments, rather then fragmovers (e.g. short-loop closure since it remaps them on a short pose containing only the loop-residues. ) overloaded e.g., by LoopFragmentClaimer.. returns a movemap and fragset good for loop-sampling More... | |
| virtual bool | passes_filter (core::pose::Pose const &, abinitio::StageID, core::Real, std::ostringstream &) |
| claimers can add movers to the RandomMover (Container). add your moves, make it dependent on stage if you want to. So far this is called only by abinitio... if you don't want to do anything special — don't overload this method! default: adds mover given by virtual call get_mover() with stage-dependent weight given by abinitio_mover_weight_ More... | |
| void | set_mover_weight (weights::AbinitioMoverWeightOP wset) |
| weights::AbinitioMoverWeight & | mover_weight () |
| void | read_mover_weight (std::istream &is) |
| read mover weight from Stream. - so far recognizes: LargeStage, SmallStage, SmoothStage, AllStage More... | |
| virtual void | adjust_relax_movemap (core::kinematics::MoveMap &) const |
| void | set_broker (TopologyBrokerCAP ptr) |
| don't use this — it is called by TopologyBroker add_claim only More... | |
| TopologyBroker const & | broker () const |
| return the broker we are collaborating with More... | |
| virtual void | new_decoy () |
| a new decoy — random choices to be made ? make them here More... | |
| virtual void | new_decoy (core::pose::Pose const &) |
| an input pose is given, i.e., a starting structure for resampling don't make random choices, base choices on given pose More... | |
| std::string const & | label () const |
| void | set_label (std::string const &str) |
| virtual void | receive_message (ClaimerMessage &) |
Static Public Member Functions | |
| static std::string | _static_type_name () |
| return the type name More... | |
Private Types | |
| typedef TopologyClaimer | Parent |
Additional Inherited Members | |
Protected Member Functions inherited from protocols::topology_broker::TopologyClaimer | |
| virtual moves::MoverOP | get_mover (core::pose::Pose const &) const |
| what is your mover ... called by add_mover — overload this or add_mover if you have movers too supply More... | |
Definition at line 42 of file PcsEnergyController.hh.
Definition at line 44 of file PcsEnergyController.hh.
| protocols::topology_broker::PcsEnergyController::PcsEnergyController | ( | ) |
Definition at line 64 of file PcsEnergyController.cc.
Referenced by clone().
| protocols::topology_broker::PcsEnergyController::~PcsEnergyController | ( | ) |
Definition at line 74 of file PcsEnergyController.cc.
| protocols::topology_broker::PcsEnergyController::PcsEnergyController | ( | PcsEnergyController const & | other) |
Definition at line 68 of file PcsEnergyController.cc.
|
inlinestatic |
|
virtual |
This is called each time the stageID is changed.
Reimplemented from protocols::topology_broker::TopologyClaimer.
Definition at line 180 of file PcsEnergyController.cc.
References protocols::scoring::methods::pcs2::PcsGridSearchParameter::include_only_end_stage1_, protocols::scoring::methods::pcs2::PcsGridSearchParameter::include_only_end_stage2_, protocols::scoring::methods::pcs2::PcsGridSearchParameter::include_only_end_stage3_, protocols::scoring::methods::pcs2::PcsGridSearchParameter::include_only_end_stage4_, protocols::scoring::methods::pcs2::PcsGridSearchParameter::include_only_start_stage1_, protocols::scoring::methods::pcs2::PcsGridSearchParameter::include_only_start_stage2_, protocols::scoring::methods::pcs2::PcsGridSearchParameter::include_only_start_stage3_, protocols::scoring::methods::pcs2::PcsGridSearchParameter::include_only_start_stage4_, protocols::scoring::methods::pcs2::PcsGridSearchParameter::individual_scale_stage1_, protocols::scoring::methods::pcs2::PcsGridSearchParameter::individual_scale_stage2_, protocols::scoring::methods::pcs2::PcsGridSearchParameter::individual_scale_stage3_, protocols::scoring::methods::pcs2::PcsGridSearchParameter::individual_scale_stage4_, protocols::scoring::methods::pcs2::PcsGridSearchParameter::n_trial_min_stage1_, protocols::scoring::methods::pcs2::PcsGridSearchParameter::n_trial_min_stage2_, protocols::scoring::methods::pcs2::PcsGridSearchParameter::n_trial_min_stage3_, protocols::scoring::methods::pcs2::PcsGridSearchParameter::n_trial_min_stage4_, core::scoring::pcs2, protocols::scoring::methods::pcs2::PcsGridSearchParameter::pcs_weight_stage1_, protocols::scoring::methods::pcs2::PcsGridSearchParameter::pcs_weight_stage2_, protocols::scoring::methods::pcs2::PcsGridSearchParameter::pcs_weight_stage3_, protocols::scoring::methods::pcs2::PcsGridSearchParameter::pcs_weight_stage4_, protocols::scoring::methods::pcs2::PcsEnergyParameter::set_grid_param(), protocols::abinitio::STAGE_1, protocols::abinitio::STAGE_2, protocols::abinitio::STAGE_3a, protocols::abinitio::STAGE_3b, protocols::abinitio::STAGE_4, and TR_PcsEnergyController().
|
inlinevirtual |
clone it!
Implements protocols::topology_broker::TopologyClaimer.
Definition at line 56 of file PcsEnergyController.hh.
References PcsEnergyController().
|
virtual |
Called Each time END CLAIMER is processed.
Reimplemented from protocols::topology_broker::TopologyClaimer.
Definition at line 287 of file PcsEnergyController.cc.
References protocols::scoring::methods::pcs2::PcsGridSearchParameter::control_grid_param(), and core::scoring::pcs2.
|
virtual |
This is called to process each tag.
Reimplemented from protocols::topology_broker::TopologyClaimer.
Definition at line 83 of file PcsEnergyController.cc.
References protocols::abinitio::filename(), core::scoring::pcs2, and protocols::topology_broker::TopologyClaimer::read_tag().
|
virtual |
Called any time the CLAIMER is being read (before any tag is read)
Reimplemented from protocols::topology_broker::TopologyClaimer.
Definition at line 78 of file PcsEnergyController.cc.
References core::scoring::pcs2.
|
inlinevirtual |
type() is specifying the output name of the TopologyClaimer
Implements protocols::topology_broker::TopologyClaimer.
Definition at line 62 of file PcsEnergyController.hh.
References _static_type_name().
1.8.4