#include <Propagator.h>
Public Member Functions | |
SetPropagationDirection (Propagator const &iprop, PropagationDirection dir) | |
~SetPropagationDirection () | |
Private Attributes | |
PropagationDirection | oldDir |
Propagator const & | prop |
Definition at line 168 of file Propagator.h.
SetPropagationDirection::SetPropagationDirection | ( | Propagator const & | iprop, |
PropagationDirection | dir | ||
) | [inline] |
Definition at line 173 of file Propagator.h.
References prop, and Propagator::setPropagationDirection().
: prop(iprop), oldDir(iprop.propagationDirection()) { prop.setPropagationDirection(dir); }
SetPropagationDirection::~SetPropagationDirection | ( | ) | [inline] |
Definition at line 178 of file Propagator.h.
References oldDir, prop, and Propagator::setPropagationDirection().
Definition at line 171 of file Propagator.h.
Referenced by ~SetPropagationDirection().
Propagator const& SetPropagationDirection::prop [private] |
Definition at line 170 of file Propagator.h.
Referenced by SetPropagationDirection(), and ~SetPropagationDirection().