Rosetta 3.4
|
signals a general change in a Conformation More...
#include <GeneralEvent.hh>
Public Types | |
typedef core::conformation::Conformation | Conformation |
Public Member Functions | |
GeneralEvent () | |
default constructor | |
GeneralEvent (Conformation const *conf) | |
constructor | |
GeneralEvent (GeneralEvent const &rval) | |
copy constructor | |
virtual | ~GeneralEvent () |
default destructor | |
GeneralEvent & | operator= (GeneralEvent const &rval) |
copy assignment | |
Public Attributes | |
Conformation const * | conformation |
the Conformation firing the signal |
signals a general change in a Conformation
core::conformation::signals::GeneralEvent::GeneralEvent | ( | ) | [inline] |
default constructor
core::conformation::signals::GeneralEvent::GeneralEvent | ( | Conformation const * | conf | ) | [inline] |
constructor
core::conformation::signals::GeneralEvent::GeneralEvent | ( | GeneralEvent const & | rval | ) | [inline] |
copy constructor
virtual core::conformation::signals::GeneralEvent::~GeneralEvent | ( | ) | [inline, virtual] |
default destructor
GeneralEvent& core::conformation::signals::GeneralEvent::operator= | ( | GeneralEvent const & | rval | ) | [inline] |
copy assignment
References conformation.
Referenced by core::conformation::signals::XYZEvent::operator=(), core::conformation::signals::LengthEvent::operator=(), and core::conformation::signals::IdentityEvent::operator=().
the Conformation firing the signal
Referenced by core::scoring::constraints::ConstraintSet::on_length_change(), and operator=().