|
Rosetta 3.5
|
#include <PackerNeighborGraphFilter.hh>

Public Member Functions | |
| RegionalConnections (std::set< core::Size > const ®1, std::set< core::Size > const ®2, core::Size required_cons) | |
| std::set< core::Size > const & | region1 () const |
| std::set< core::Size > const & | region2 () const |
| bool | enough_connections () const |
| void | reset_num_connections () const |
| void | check_if_connected_residues_belong_to_regions (core::Size res1, core::Size res2) const |
Private Attributes | |
| std::set< core::Size > | region1_ |
| std::set< core::Size > | region2_ |
| core::Size | required_connections_ |
| core::Size | num_cons_ |
helper class for PackerNeighborGraphFilter
Definition at line 49 of file PackerNeighborGraphFilter.hh.
|
inline |
Definition at line 53 of file PackerNeighborGraphFilter.hh.
| void protocols::simple_filters::RegionalConnections::check_if_connected_residues_belong_to_regions | ( | core::Size | res1, |
| core::Size | res2 | ||
| ) | const |
Definition at line 47 of file PackerNeighborGraphFilter.cc.
|
inline |
Definition at line 69 of file PackerNeighborGraphFilter.hh.
References num_cons_, and required_connections_.
|
inline |
Definition at line 61 of file PackerNeighborGraphFilter.hh.
References region1_.
|
inline |
Definition at line 65 of file PackerNeighborGraphFilter.hh.
References region2_.
|
inline |
Definition at line 77 of file PackerNeighborGraphFilter.hh.
References num_cons_.
|
mutableprivate |
Definition at line 92 of file PackerNeighborGraphFilter.hh.
Referenced by check_if_connected_residues_belong_to_regions(), enough_connections(), and reset_num_connections().
|
private |
Definition at line 87 of file PackerNeighborGraphFilter.hh.
Referenced by check_if_connected_residues_belong_to_regions(), and region1().
|
private |
Definition at line 88 of file PackerNeighborGraphFilter.hh.
Referenced by check_if_connected_residues_belong_to_regions(), and region2().
|
private |
Definition at line 90 of file PackerNeighborGraphFilter.hh.
Referenced by enough_connections().
1.8.4