chrono::particlefactory::ChParticleEventTriggerNever Class Reference
Description
Simplest case: never trigger.
#include <ChParticleEventTrigger.h>
Inheritance diagram for chrono::particlefactory::ChParticleEventTriggerNever:

Collaboration diagram for chrono::particlefactory::ChParticleEventTriggerNever:

Public Member Functions | |
| virtual bool | TriggerEvent (std::shared_ptr< ChBody > mbody, ChSystem &msystem) |
| Never trig events. | |
Public Member Functions inherited from chrono::particlefactory::ChParticleEventTrigger | |
| virtual void | SetupPreProcess (ChSystem &msystem) |
| Children classes might optionally implement this. More... | |
| virtual void | SetupPostProcess (ChSystem &msystem) |
| Children classes might optionally implement this. More... | |
The documentation for this class was generated from the following file:
- /builds/uwsbel/chrono/src/chrono/particlefactory/ChParticleEventTrigger.h
Public Member Functions inherited from