|
typedef std::map
< ClientMoverOP,
core::environment::DofPassportOP > | MoverPassMap |
| |
typedef
core::environment::SequenceAnnotationCOP | SequenceAnnotationCOP |
| |
typedef
core::environment::SequenceAnnotationOP | SequenceAnnotationOP |
| |
typedef
core::environment::FoldTreeSketch | FoldTreeSketch |
| |
typedef
core::conformation::Conformation | Conformation |
| |
typedef
core::conformation::ConformationOP | ConformationOP |
| |
typedef
core::conformation::ConformationCOP | ConformationCOP |
| |
typedef utility::vector1
< std::pair
< claims::ResidueElement,
ClientMoverOP > > | ResElemVect |
| |
typedef utility::vector1
< std::pair
< claims::JumpElement,
ClientMoverOP > > | JumpElemVect |
| |
typedef utility::vector1
< std::pair
< claims::CutElement,
ClientMoverOP > > | CutElemVect |
| |
typedef utility::vector1
< std::pair
< claims::CutBiasElement,
ClientMoverOP > > | CutBiasElemVect |
| |
typedef utility::vector1
< std::pair
< claims::DOFElement,
ClientMoverOP > > | DOFElemVect |
| |
typedef std::map< core::Size,
std::string > | SizeToStringMap |
| |
typedef std::map< std::string,
std::pair< core::Size,
core::Size > > | StringToSizePairMap |
| |
typedef std::map< std::string,
std::pair< std::string,
std::string > > | StringToStringPairMap |
| |
typedef utility::vector1
< core::Real > | BiasVector |
| |
typedef
utility::pointer::shared_ptr
< BrokeredJumpData > | BrokeredJumpDataOP |
| |
typedef
utility::pointer::shared_ptr
< BrokeredJumpData const > | BrokeredJumpDataCOP |
| |
typedef std::map< std::string,
BrokeredJumpDataCOP > | JumpDataMap |
| |
|
| void | broker_fold_tree (Conformation &, basic::datacache::BasicDataCache &) |
| |
| void | broker_dofs (core::pose::Pose &) |
| |
| core::kinematics::FoldTreeOP | render_fold_tree (FoldTreeSketch &fts, utility::vector1< core::Real > const &bias, basic::datacache::BasicDataCache &, core::conformation::Conformation const &input_conf) |
| |
| void | annotate_fold_tree (core::kinematics::FoldTreeOP, JumpDataMap const &new_jumps, SequenceAnnotationOP=nullptr) |
| |
| void | add_virtual_residues (Conformation &, SizeToStringMap const &new_vrts, SequenceAnnotationOP) |
| |
| void | process_elements (ResElemVect const &elems, FoldTreeSketch &fts, SizeToStringMap &new_vrts) |
| |
| void | process_elements (JumpElemVect const &elems, FoldTreeSketch &fts, JumpDataMap &new_jumps) |
| |
| void | process_elements (CutElemVect const &elems, FoldTreeSketch &fts) |
| |
| void | process_elements (CutBiasElemVect const &elems, BiasVector &bias) |
| |
| void | grant_access (claims::DOFElement const &e, ClientMoverOP owner) const |
| |
| void | setup_passports (DOFElemVect &elements, claims::ControlStrength const &(*str_access)(std::pair< claims::DOFElement, ClientMoverOP > const &)) |
| |
| template<typename T , typename I > |
utility::vector1< std::pair< T,
ClientMoverOP > > | collect_elements (I const &info) const |
| |
| claims::EnvClaims | collect_claims (MoverPassMap const &movers_and_passes, core::pose::Pose &pose) |
| |
| void | build_new_residues (claims::EnvClaims const &claims, FoldTreeSketch &fts, SequenceAnnotationOP ann) |
| | broker new residues More...
|
| |
| void | assign_passports (claims::EnvClaims const &, ProtectedConformation const &) |
| | use accepted claims to build DofPassport objects for movers. More...
|
| |
| void | add_chainbreak_variants (core::Size cut, core::conformation::Conformation &conf) const |
| |