![]() |
Rosetta Protocols
2014.35
|
Keep track of RNA centroid information inside the pose. / Rhiju move this to its own namespace! 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 |
![]() | |
virtual | ~CacheableData () |
Private Attributes | |
std::string | rna_secstruct_ |
bool | initialized_ |
Keep track of RNA centroid information inside the pose. / Rhiju move this to its own namespace!
|
inline |
Referenced by clone().
|
inline |
References rna_secstruct_.
protocols::farna::RNA_SecStructInfo::RNA_SecStructInfo | ( | RNA_SecStructInfo const & | src | ) |
Copy constructors must copy all data, not just some...
References rna_secstruct_.
|
inlinevirtual |
Implements basic::datacache::CacheableData.
References RNA_SecStructInfo().
|
inline |
References rna_secstruct_.
|
inline |
References initialized_.
|
inline |
References initialized_.
|
inline |
References initialized_.
|
inline |
References initialized_, and rna_secstruct_.
|
inline |
References rna_secstruct_.
|
private |
Referenced by initialized(), set_initialized(), and set_secstruct().
|
private |
Referenced by get_secstruct(), RNA_SecStructInfo(), set_secstruct(), and size().