Rosetta 3.5
|
#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 const & | 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 const & | operator= (EntityElement const &rhs) |
Private Attributes | |
core::chemical::AA | type_ |
protocols::multistate_design::PosType::PosType | ( | ) |
Referenced by clone(), and fresh_instance().
|
virtual |
protocols::multistate_design::PosType::PosType | ( | core::Size | index, |
core::chemical::AA | type | ||
) |
protocols::multistate_design::PosType::PosType | ( | std::string | word) |
References core::chemical::aa_from_oneletter_code(), and type_.
|
virtual |
Implements protocols::genetic_algorithm::EntityElement.
References PosType().
|
virtual |
Implements protocols::genetic_algorithm::EntityElement.
References PosType().
|
virtual |
Implements protocols::genetic_algorithm::EntityElement.
References boost::tuples::hash_value(), and type_.
|
virtual |
Implements protocols::genetic_algorithm::EntityElement.
References protocols::multistate_design::PosTypeCreator::widget_name().
Referenced by operator<(), operator=(), and operator==().
|
virtual |
|
virtual |
References name(), protocols::genetic_algorithm::EntityElement::operator=(), and type_.
|
virtual |
|
virtual |
Reimplemented from protocols::genetic_algorithm::EntityElement.
References core::chemical::oneletter_code_from_aa(), protocols::genetic_algorithm::EntityElement::to_string(), and type_.
core::chemical::AA protocols::multistate_design::PosType::type | ( | ) | const |
References type_.
Referenced by protocols::pack_daemon::EntityFunc::assign_entity_sequence_to_variables().
|
private |
Referenced by hash(), operator<(), operator=(), operator==(), PosType(), to_string(), and type().