![]() |
Rosetta Core
2014.35
|
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
|
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 getPose(), and operator=().