|
Rosetta 3.5
|
#include <ContactCounts.hh>


Public Member Functions | |
| ContactCounts () | |
| ~ContactCounts () | |
| void | iterate_neighbor (std::pair< Size, Size > &query_pair, std::pair< Size, Size > &neighbor_pair) |
| void | iterate (std::pair< Size, Size > &query_pair) |
| std::map< std::pair< Size, Size >, Size > & | counts () |
| bool | neighbor_counts_exist (std::pair< Size, Size > &query_pair) |
| std::map< std::pair< Size, Size >, Size > & | neighbor_counts (std::pair< Size, Size > &query_pair) |
Private Attributes | |
| std::map< std::pair< Size, Size >, Size > | counts_ |
| std::map< std::pair< Size, Size >, std::map< std::pair < Size, Size >, Size > > | neighbor_counts_ |
Definition at line 32 of file ContactCounts.hh.
|
inline |
Definition at line 35 of file ContactCounts.hh.
|
inline |
Definition at line 37 of file ContactCounts.hh.
Definition at line 47 of file ContactCounts.hh.
References counts_.
Definition at line 43 of file ContactCounts.hh.
References counts_.
|
inline |
Definition at line 39 of file ContactCounts.hh.
References neighbor_counts_.
|
inline |
Definition at line 55 of file ContactCounts.hh.
References neighbor_counts_.
|
inline |
Definition at line 51 of file ContactCounts.hh.
References neighbor_counts_.
Definition at line 60 of file ContactCounts.hh.
|
private |
Definition at line 61 of file ContactCounts.hh.
Referenced by iterate_neighbor(), neighbor_counts(), and neighbor_counts_exist().
1.8.4