|
Rosetta 3.5
|
@ brief helper class for collecting all different definitions of invrots from a tree More...
#include <InvrotTreeNodeBase.hh>


Public Member Functions | |
| InvrotCollector (Size num_residue_lists) | |
| InvrotCollector (InvrotCollector const &other) | |
| virtual | ~InvrotCollector () |
| InvrotCollectorOP | clone () const |
| void | set_invrots_for_listnum (Size listnum, std::list< core::conformation::ResidueCOP > const &invrots, InvrotTreeNodeBaseCOP tree_node, Size location_in_node) |
| std::vector< std::list < core::conformation::ResidueCOP > > const & | invrots () const |
| std::map < InvrotTreeNodeBaseCOP, Size > const & | owner_nodes_and_locations () const |
Private Attributes | |
| std::vector< std::list < core::conformation::ResidueCOP > > | invrots_ |
| std::map < InvrotTreeNodeBaseCOP, Size > | owner_nodes_and_locations_ |
@ brief helper class for collecting all different definitions of invrots from a tree
Definition at line 44 of file InvrotTreeNodeBase.hh.
| protocols::toolbox::match_enzdes_util::InvrotCollector::InvrotCollector | ( | Size | num_residue_lists) |
Definition at line 30 of file InvrotTreeNodeBase.cc.
References invrots_, and owner_nodes_and_locations_.
Referenced by clone().
| protocols::toolbox::match_enzdes_util::InvrotCollector::InvrotCollector | ( | InvrotCollector const & | other) |
Definition at line 38 of file InvrotTreeNodeBase.cc.
|
virtual |
Definition at line 42 of file InvrotTreeNodeBase.cc.
| InvrotCollectorOP protocols::toolbox::match_enzdes_util::InvrotCollector::clone | ( | ) | const |
Definition at line 45 of file InvrotTreeNodeBase.cc.
References InvrotCollector().
|
inline |
Definition at line 65 of file InvrotTreeNodeBase.hh.
References invrots_.
Referenced by set_invrots_for_listnum().
|
inline |
Definition at line 69 of file InvrotTreeNodeBase.hh.
References owner_nodes_and_locations_.
| void protocols::toolbox::match_enzdes_util::InvrotCollector::set_invrots_for_listnum | ( | Size | listnum, |
| std::list< core::conformation::ResidueCOP > const & | invrots, | ||
| InvrotTreeNodeBaseCOP | tree_node, | ||
| Size | location_in_node | ||
| ) |
Definition at line 50 of file InvrotTreeNodeBase.cc.
References invrots(), invrots_, and owner_nodes_and_locations_.
|
private |
Definition at line 75 of file InvrotTreeNodeBase.hh.
Referenced by InvrotCollector(), invrots(), and set_invrots_for_listnum().
|
private |
Definition at line 76 of file InvrotTreeNodeBase.hh.
Referenced by InvrotCollector(), owner_nodes_and_locations(), and set_invrots_for_listnum().
1.8.4