Rosetta 3.5
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Types | Public Member Functions | List of all members
core::pose::signals::EnergyEvent Struct Reference

signals an energy change in a Pose More...

#include <EnergyEvent.hh>

Inheritance diagram for core::pose::signals::EnergyEvent:
Inheritance graph
[legend]
Collaboration diagram for core::pose::signals::EnergyEvent:
Collaboration graph
[legend]

Public Types

typedef GeneralEvent Super
 
- Public Types inherited from core::pose::signals::GeneralEvent
typedef core::pose::Pose Pose
 

Public Member Functions

 EnergyEvent ()
 default constructor More...
 
 EnergyEvent (Pose const *pose)
 constructor More...
 
 EnergyEvent (EnergyEvent const &rval)
 copy constructor More...
 
virtual ~EnergyEvent ()
 default destructor More...
 
EnergyEventoperator= (EnergyEvent const &rval)
 copy assignment More...
 
- Public Member Functions inherited from core::pose::signals::GeneralEvent
 GeneralEvent ()
 default constructor More...
 
 GeneralEvent (Pose const *pose)
 constructor More...
 
 GeneralEvent (GeneralEvent const &rval)
 copy constructor More...
 
virtual ~GeneralEvent ()
 default destructor More...
 
GeneralEventoperator= (GeneralEvent const &rval)
 copy assignment More...
 
Pose const & getPose ()
 PyRosetta work around. More...
 

Additional Inherited Members

- Public Attributes inherited from core::pose::signals::GeneralEvent
Pose const * pose
 the Pose firing the signal More...
 

Detailed Description

signals an energy change in a Pose

Definition at line 41 of file EnergyEvent.hh.

Member Typedef Documentation

Definition at line 45 of file EnergyEvent.hh.

Constructor & Destructor Documentation

core::pose::signals::EnergyEvent::EnergyEvent ( )
inline

default constructor

Definition at line 50 of file EnergyEvent.hh.

core::pose::signals::EnergyEvent::EnergyEvent ( Pose const *  pose)
inline

constructor

Definition at line 57 of file EnergyEvent.hh.

core::pose::signals::EnergyEvent::EnergyEvent ( EnergyEvent const &  rval)
inline

copy constructor

Definition at line 64 of file EnergyEvent.hh.

virtual core::pose::signals::EnergyEvent::~EnergyEvent ( )
inlinevirtual

default destructor

Definition at line 72 of file EnergyEvent.hh.

Member Function Documentation

EnergyEvent& core::pose::signals::EnergyEvent::operator= ( EnergyEvent const &  rval)
inline

copy assignment

Definition at line 78 of file EnergyEvent.hh.

References core::pose::signals::GeneralEvent::operator=().


The documentation for this struct was generated from the following file: