![]() |
Rosetta
2021.16
|
Keep track of information about a submotif added to a pose. More...
#include <SubMotifInfo.hh>

Public Member Functions | |
| SubMotifInfo () | |
| SubMotifInfo (utility::vector1< Size > const &res_list, std::string const &tag, bool const seed=false) | |
| SubMotifInfo (SubMotifInfo const &src) | |
| ~SubMotifInfo () override | |
| SubMotifInfoOP | clone () const |
| utility::vector1< Size > const & | res_list () const |
| Size const & | res_list (Size const &index) const |
| void | res_list (utility::vector1< core::Size > const &res_list) |
| utility::vector1< Size > | sorted_res_list () const |
| Size | sorted_res_list (Size const &index) |
| std::string const & | tag () const |
| void | tag (std::string const &tag) |
| bool const & | seed () const |
| void | seed (bool const &seed) |
Private Attributes | |
| utility::vector1< Size > | res_list_ |
| std::string | tag_ |
| bool | seed_ |
Friends | |
| bool | operator== (SubMotifInfoOP lhs, SubMotifInfoOP rhs) |
| Equality comparator. More... | |
| bool | operator!= (SubMotifInfoOP lhs, SubMotifInfoOP rhs) |
| Equality comparator. More... | |
| std::ostream & | operator<< (std::ostream &os, SubMotifInfoOP submotif_info) |
| << operator More... | |
| std::istream & | operator>> (std::istream &is, SubMotifInfoOP submotif_info) |
| << operator More... | |
Keep track of information about a submotif added to a pose.
| core::pose::full_model_info::SubMotifInfo::SubMotifInfo | ( | ) |
| core::pose::full_model_info::SubMotifInfo::SubMotifInfo | ( | utility::vector1< Size > const & | res_list, |
| std::string const & | tag, | ||
| bool const | seed = false |
||
| ) |
| core::pose::full_model_info::SubMotifInfo::SubMotifInfo | ( | SubMotifInfo const & | src | ) |
|
overridedefault |
|
inline |
|
inline |
References res_list_.
References res_list().
Referenced by res_list().
|
inline |
References res_list(), and res_list_.
Referenced by res_list().
|
inline |
| utility::vector1< Size > core::pose::full_model_info::SubMotifInfo::sorted_res_list | ( | ) | const |
References res_list_.
References sorted_res_list().
Referenced by sorted_res_list().
|
inline |
References tag_.
|
inline |
|
friend |
Equality comparator.
|
friend |
<< operator
|
friend |
Equality comparator.
|
friend |
<< operator
|
private |
Referenced by res_list(), and sorted_res_list().
|
private |
Referenced by tag().
1.8.7