Class that is notified when a particle is deleted. More...
#include <ParticleDeletedObserver.h>
Public Member Functions | |
virtual void | notifyParticleDeleted ()=0 |
This function is called when a particle is deleted. | |
Class that is notified when a particle is deleted.
|
pure virtual |
This function is called when a particle is deleted.
Implemented in autopas::VerletClusterLists< Particle_T >, and autopas::VerletClusterLists< ParticleCell::ParticleType >.