Rosetta 3.4
|
Keep track of RNA centroid information inside the pose. More...
#include <RNA_SecStructInfo.hh>
Public Member Functions | |
RNA_SecStructInfo () | |
RNA_SecStructInfo (std::string const rna_secstruct_string) | |
RNA_SecStructInfo (RNA_SecStructInfo const &src) | |
basic::datacache::CacheableDataOP | clone () const |
Size | size () const |
bool | initialized () const |
bool & | initialized () |
void | set_initialized (bool const &setting) |
void | set_secstruct (std::string const secstruct) |
std::string const & | get_secstruct () const |
Keep track of RNA centroid information inside the pose.
protocols::rna::RNA_SecStructInfo::RNA_SecStructInfo | ( | ) | [inline] |
Referenced by clone().
protocols::rna::RNA_SecStructInfo::RNA_SecStructInfo | ( | std::string const | rna_secstruct_string | ) | [inline] |
protocols::rna::RNA_SecStructInfo::RNA_SecStructInfo | ( | RNA_SecStructInfo const & | src | ) |
Copy constructors must copy all data, not just some...
basic::datacache::CacheableDataOP protocols::rna::RNA_SecStructInfo::clone | ( | ) | const [inline] |
References RNA_SecStructInfo().
std::string const& protocols::rna::RNA_SecStructInfo::get_secstruct | ( | ) | const [inline] |
bool& protocols::rna::RNA_SecStructInfo::initialized | ( | ) | [inline] |
bool protocols::rna::RNA_SecStructInfo::initialized | ( | ) | const [inline] |
void protocols::rna::RNA_SecStructInfo::set_initialized | ( | bool const & | setting | ) | [inline] |
void protocols::rna::RNA_SecStructInfo::set_secstruct | ( | std::string const | secstruct | ) | [inline] |
Size protocols::rna::RNA_SecStructInfo::size | ( | ) | const [inline] |