SPH
|
Public Member Functions | |
AngularMomentumLog (const Float period) | |
virtual AutoPtr< ITrigger > | action (Storage &storage, Statistics &stats) override |
Action executed when the condition is fulfilled. More... | |
![]() | |
PeriodicTrigger (const Float period, const Float startTime) | |
period Period in simulation time of triggered action. More... | |
virtual TriggerEnum | type () const override |
Returns the type of the trigger. More... | |
virtual bool | condition (const Storage &UNUSED(storage), const Statistics &stats) override |
![]() | |
virtual bool | condition (const Storage &storage, const Statistics &stats)=0 |
Returns true if the trigger should be executed. More... | |
![]() | |
virtual | ~Polymorphic () |
Definition at line 11 of file RotatingRod.cpp.
|
inline |
Definition at line 16 of file RotatingRod.cpp.
|
inlineoverridevirtual |
Action executed when the condition is fulfilled.
Implements ITrigger.
Definition at line 20 of file RotatingRod.cpp.