![]() |
Rosetta
2021.16
|
signals a general change in a Pose More...
#include <GeneralEvent.hh>

Public Types | |
| typedef core::pose::Pose | Pose |
Public Member Functions | |
| GeneralEvent () | |
| default constructor More... | |
| GeneralEvent (Pose const *p) | |
| constructor More... | |
| GeneralEvent (GeneralEvent const &rval) | |
| copy constructor More... | |
| virtual | ~GeneralEvent () |
| default destructor More... | |
| GeneralEvent & | operator= (GeneralEvent const &rval) |
| copy assignment More... | |
| Pose const & | getPose () |
| PyRosetta work around. More... | |
Public Attributes | |
| Pose const * | pose |
| the Pose firing the signal More... | |
signals a general change in a Pose
|
inline |
default constructor
|
inline |
constructor
|
inline |
copy constructor
|
inlinevirtual |
default destructor
|
inline |
PyRosetta work around.
References pose.
|
inline |
copy assignment
References pose.
Referenced by core::pose::signals::EnergyEvent::operator=(), and core::pose::signals::ConformationEvent::operator=().
| Pose const* core::pose::signals::GeneralEvent::pose |
the Pose firing the signal
Referenced by protocols::network::UIObserver::conformationEvent(), protocols::moves::PyMOLObserver::conformationEvent(), protocols::network::UIObserver::energyEvent(), protocols::moves::PyMOLObserver::energyEvent(), protocols::network::UIObserver::generalEvent(), protocols::moves::PyMOLObserver::generalEvent(), getPose(), protocols::viewer::SilentObserver::on_energy_change(), and operator=().
1.8.7