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
protocols::toolbox::match_enzdes_util::InvrotCollector::InvrotCollector | ( | Size | num_residue_lists) |
References invrots_, and owner_nodes_and_locations_.
Referenced by clone().
protocols::toolbox::match_enzdes_util::InvrotCollector::InvrotCollector | ( | InvrotCollector const & | other) |
|
virtual |
InvrotCollectorOP protocols::toolbox::match_enzdes_util::InvrotCollector::clone | ( | ) | const |
References InvrotCollector().
|
inline |
References invrots_.
Referenced by set_invrots_for_listnum().
|
inline |
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 | ||
) |
References invrots(), invrots_, and owner_nodes_and_locations_.
|
private |
Referenced by InvrotCollector(), invrots(), and set_invrots_for_listnum().
|
private |
Referenced by InvrotCollector(), owner_nodes_and_locations(), and set_invrots_for_listnum().