Rosetta
|
#include <MultiStatePacker.hh>
Public Types | |
typedef genetic_algorithm::EntityElement | parent |
typedef genetic_algorithm::EntityElementOP | EntityElementOP |
![]() | |
typedef core::Size | Size |
typedef utility::pointer::ReferenceCount | parent |
Public Member Functions | |
PosType () | |
virtual | ~PosType () |
PosType (core::Size index, core::chemical::AA type) | |
PosType (std::string word) | |
virtual EntityElementOP | clone () |
virtual EntityElementOP | fresh_instance () |
virtual Size | hash () const |
virtual bool | operator< (EntityElement const &rhs) const |
virtual bool | operator== (EntityElement const &rhs) const |
virtual EntityElement & | operator= (EntityElement const &rhs) |
virtual std::string | to_string () const |
virtual std::string | name () const |
core::chemical::AA | type () const |
![]() | |
EntityElement () | |
EntityElement (Size index) | |
EntityElement (std::string &word) | |
virtual | ~EntityElement () |
Size | index () const |
void | index (Size index) |
virtual bool | operator< (EntityElement const &rhs) const |
virtual bool | operator== (EntityElement const &rhs) const |
virtual EntityElement & | operator= (EntityElement const &rhs) |
Private Attributes | |
core::chemical::AA | type_ |
Definition at line 38 of file MultiStatePacker.hh.
Definition at line 41 of file MultiStatePacker.hh.
Definition at line 40 of file MultiStatePacker.hh.
protocols::multistate_design::PosType::PosType | ( | ) |
Definition at line 61 of file MultiStatePacker.cc.
Referenced by clone().
|
virtual |
Definition at line 62 of file MultiStatePacker.cc.
protocols::multistate_design::PosType::PosType | ( | core::Size | index, |
core::chemical::AA | type | ||
) |
Definition at line 63 of file MultiStatePacker.cc.
protocols::multistate_design::PosType::PosType | ( | std::string | word | ) |
Definition at line 64 of file MultiStatePacker.cc.
References core::chemical::aa_from_oneletter_code(), and type_.
|
virtual |
Implements protocols::genetic_algorithm::EntityElement.
Definition at line 73 of file MultiStatePacker.cc.
References PosType().
|
virtual |
Implements protocols::genetic_algorithm::EntityElement.
Definition at line 77 of file MultiStatePacker.cc.
|
virtual |
Implements protocols::genetic_algorithm::EntityElement.
Definition at line 81 of file MultiStatePacker.cc.
References boost::tuples::hash_value(), and type_.
|
virtual |
Implements protocols::genetic_algorithm::EntityElement.
Definition at line 136 of file MultiStatePacker.cc.
References protocols::multistate_design::PosTypeCreator::widget_name().
Referenced by operator<(), operator=(), and operator==().
|
virtual |
Definition at line 85 of file MultiStatePacker.cc.
|
virtual |
Definition at line 114 of file MultiStatePacker.cc.
References name(), protocols::genetic_algorithm::EntityElement::operator=(), and type_.
|
virtual |
Definition at line 99 of file MultiStatePacker.cc.
|
virtual |
Reimplemented from protocols::genetic_algorithm::EntityElement.
Definition at line 130 of file MultiStatePacker.cc.
References core::chemical::oneletter_code_from_aa(), protocols::genetic_algorithm::EntityElement::to_string(), and type_.
core::chemical::AA protocols::multistate_design::PosType::type | ( | ) | const |
Definition at line 142 of file MultiStatePacker.cc.
References type_.
Referenced by protocols::pack_daemon::EntityFunc::assign_entity_sequence_to_variables().
|
private |
Definition at line 63 of file MultiStatePacker.hh.
Referenced by hash(), operator<(), operator=(), operator==(), PosType(), to_string(), and type().