|
Rosetta 3.5
|
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 *pose) | |
| 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
Definition at line 40 of file GeneralEvent.hh.
Definition at line 48 of file GeneralEvent.hh.
|
inline |
default constructor
Definition at line 53 of file GeneralEvent.hh.
|
inline |
constructor
Definition at line 60 of file GeneralEvent.hh.
|
inline |
copy constructor
Definition at line 67 of file GeneralEvent.hh.
|
inlinevirtual |
default destructor
Definition at line 75 of file GeneralEvent.hh.
|
inline |
|
inline |
copy assignment
Definition at line 81 of file GeneralEvent.hh.
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
Definition at line 90 of file GeneralEvent.hh.
Referenced by protocols::moves::PyMolObserver::generalEvent(), getPose(), protocols::viewer::SilentObserver::on_energy_change(), and operator=().
1.8.4