![]() |
Rosetta Protocols
2014.16.56682
|
#include <MatchResidues.hh>
Public Member Functions | |
| MatchResidues () | |
| virtual | ~MatchResidues () |
| void | parse_my_tag (TagCOP tag, basic::datacache::DataMap &, Filters_map const &, Movers_map const &, Pose const &) |
| parse xml More... | |
| core::Real | compute (core::pose::Pose const &pose, VecSize &best_fit) const |
| core::Real | compute_comb (core::pose::Pose const &pose, VecSize const &comb) const |
| core::Real | superimpose_comb (core::pose::Pose &pose, VecSize const &comb) const |
| core::Real | threshold () const |
| void | threshold (core::Real value) |
Private Member Functions | |
| std::map< std::string, boost::tuple< Size, Size > > | map_ss_segments (std::string const &ss) const |
| void | cart_product (VecVecSize &rvvi, VecSize &rvi, VecVecSize::const_iterator me, VecVecSize::const_iterator end) const |
| VecVecSize | cart_product (VecVecSize const &input) const |
Private Attributes | |
| core::pose::Pose | reference_pose_ |
| VecSize | reference_residues_indexes_ |
| VecVecSize | mod_segment_prod_ |
| core::Real | threshold_ |
| protocols::fldsgn::MatchResidues::MatchResidues | ( | ) |
|
virtual |
|
private |
References end.
Referenced by cart_product(), and parse_my_tag().
|
private |
References cart_product(), and output.
| core::Real protocols::fldsgn::MatchResidues::compute | ( | core::pose::Pose const & | pose, |
| VecSize & | best_fit | ||
| ) | const |
References compute_comb(), mod_segment_prod_, reference_residues_indexes_, rms, and protocols::fldsgn::TR.
Referenced by protocols::fldsgn::MatchResiduesMover::apply().
| core::Real protocols::fldsgn::MatchResidues::compute_comb | ( | core::pose::Pose const & | pose, |
| VecSize const & | comb | ||
| ) | const |
|
private |
References end, and protocols::loops::start.
Referenced by parse_my_tag().
| void protocols::fldsgn::MatchResidues::parse_my_tag | ( | TagCOP | tag, |
| basic::datacache::DataMap & | , | ||
| Filters_map const & | , | ||
| Movers_map const & | , | ||
| Pose const & | |||
| ) |
parse xml
References blueprint, cart_product(), map_ss_segments(), mod_segment_prod_, core::import_pose::pose_from_pdb(), protocols::sic_dock::range(), protocols::jd2::parser::BluePrint::read_blueprint(), reference_pose_, reference_residues_indexes_, protocols::jd2::parser::BluePrint::secstruct(), ss, threshold_, protocols::fldsgn::TR, and utility_exit_with_message.
Referenced by protocols::fldsgn::MatchResiduesMover::parse_my_tag().
| core::Real protocols::fldsgn::MatchResidues::superimpose_comb | ( | core::pose::Pose & | pose, |
| VecSize const & | comb | ||
| ) | const |
References core::chemical::ResidueType::atom_index(), core::id::BOGUS_ATOM_ID, core::pose::initialize_atomid_map(), reference_pose_, reference_residues_indexes_, core::pose::Pose::residue_type(), core::id::AtomID_Map< T >::set(), and core::scoring::superimpose_pose().
Referenced by protocols::fldsgn::MatchResiduesMover::apply().
|
inline |
References threshold_.
Referenced by protocols::fldsgn::MatchResiduesMover::apply().
|
inline |
References threshold_.
|
private |
Referenced by compute(), and parse_my_tag().
|
private |
Referenced by compute_comb(), parse_my_tag(), and superimpose_comb().
|
private |
Referenced by compute(), compute_comb(), parse_my_tag(), and superimpose_comb().
|
private |
Referenced by parse_my_tag(), and threshold().
1.8.7