rosetta.core.pose.signals
index
(built-in)

Bindings for core::pose::signals namespace

 
Classes
       
builtins.object
DestructionEvent
GeneralEvent
ConformationEvent
EnergyEvent

 
class ConformationEvent(GeneralEvent)
    signals a conformation change in a Pose
 
 
Method resolution order:
ConformationEvent
GeneralEvent
builtins.object

Methods defined here:
__init__(...) from builtins.PyCapsule
__init__(*args, **kwargs)
Overloaded function.
 
1. __init__(rosetta.core.pose.signals.ConformationEvent) -> NoneType
 
2. __init__(self : rosetta.core.pose.signals.ConformationEvent, pose : rosetta.core.pose.Pose) -> NoneType
 
3. __init__(self : rosetta.core.pose.signals.ConformationEvent, rval : rosetta.core.pose.signals.ConformationEvent) -> NoneType
__new__(*args, **kwargs) from builtins.type
Create and return a new object.  See help(type) for accurate signature.
assign(...) from builtins.PyCapsule
assign(self : rosetta.core.pose.signals.ConformationEvent, rval : rosetta.core.pose.signals.ConformationEvent) -> rosetta.core.pose.signals.ConformationEvent
 
copy assignment

Methods inherited from GeneralEvent:
getPose(...) from builtins.PyCapsule
getPose(rosetta.core.pose.signals.GeneralEvent) -> rosetta.core.pose.Pose
 
PyRosetta work around

 
class DestructionEvent(builtins.object)
    special signal that the Pose is getting destroyed
 
  Methods defined here:
__init__(...) from builtins.PyCapsule
__init__(*args, **kwargs)
Overloaded function.
 
1. __init__(rosetta.core.pose.signals.DestructionEvent) -> NoneType
 
2. __init__(self : rosetta.core.pose.signals.DestructionEvent, pose : rosetta.core.pose.Pose) -> NoneType
 
3. __init__(self : rosetta.core.pose.signals.DestructionEvent, rval : rosetta.core.pose.signals.DestructionEvent) -> NoneType
__new__(*args, **kwargs) from builtins.type
Create and return a new object.  See help(type) for accurate signature.
assign(...) from builtins.PyCapsule
assign(self : rosetta.core.pose.signals.DestructionEvent, rval : rosetta.core.pose.signals.DestructionEvent) -> rosetta.core.pose.signals.DestructionEvent
 
copy assignment

 
class EnergyEvent(GeneralEvent)
    signals an energy change in a Pose
 
 
Method resolution order:
EnergyEvent
GeneralEvent
builtins.object

Methods defined here:
__init__(...) from builtins.PyCapsule
__init__(*args, **kwargs)
Overloaded function.
 
1. __init__(rosetta.core.pose.signals.EnergyEvent) -> NoneType
 
2. __init__(self : rosetta.core.pose.signals.EnergyEvent, pose : rosetta.core.pose.Pose) -> NoneType
 
3. __init__(self : rosetta.core.pose.signals.EnergyEvent, rval : rosetta.core.pose.signals.EnergyEvent) -> NoneType
__new__(*args, **kwargs) from builtins.type
Create and return a new object.  See help(type) for accurate signature.
assign(...) from builtins.PyCapsule
assign(self : rosetta.core.pose.signals.EnergyEvent, rval : rosetta.core.pose.signals.EnergyEvent) -> rosetta.core.pose.signals.EnergyEvent
 
copy assignment

Methods inherited from GeneralEvent:
getPose(...) from builtins.PyCapsule
getPose(rosetta.core.pose.signals.GeneralEvent) -> rosetta.core.pose.Pose
 
PyRosetta work around

 
class GeneralEvent(builtins.object)
    signals a general change in a Pose
 
  Methods defined here:
__init__(...) from builtins.PyCapsule
__init__(*args, **kwargs)
Overloaded function.
 
1. __init__(rosetta.core.pose.signals.GeneralEvent) -> NoneType
 
2. __init__(self : rosetta.core.pose.signals.GeneralEvent, pose : rosetta.core.pose.Pose) -> NoneType
 
3. __init__(self : rosetta.core.pose.signals.GeneralEvent, rval : rosetta.core.pose.signals.GeneralEvent) -> NoneType
__new__(*args, **kwargs) from builtins.type
Create and return a new object.  See help(type) for accurate signature.
assign(...) from builtins.PyCapsule
assign(self : rosetta.core.pose.signals.GeneralEvent, rval : rosetta.core.pose.signals.GeneralEvent) -> rosetta.core.pose.signals.GeneralEvent
 
copy assignment
getPose(...) from builtins.PyCapsule
getPose(rosetta.core.pose.signals.GeneralEvent) -> rosetta.core.pose.Pose
 
PyRosetta work around