chrono::particlefactory::ChParticleProcessEventDoNothing Class Reference
Description
Simplest case: no event processing Just an example.
#include <ChParticleProcessEvent.h>
Inheritance diagram for chrono::particlefactory::ChParticleProcessEventDoNothing:

Collaboration diagram for chrono::particlefactory::ChParticleProcessEventDoNothing:

Public Member Functions | |
| virtual void | ParticleProcessEvent (std::shared_ptr< ChBody > mbody, ChSystem &msystem, std::shared_ptr< ChParticleEventTrigger > mprocessor) |
| Do nothing on process. | |
Public Member Functions inherited from chrono::particlefactory::ChParticleProcessEvent | |
| 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/ChParticleProcessEvent.h
Public Member Functions inherited from