AutoPas  3.0.0
Loading...
Searching...
No Matches
ParticleDeletedObserver.h
Go to the documentation of this file.
1
7#pragma once
8
9namespace autopas::internal {
10
16 public:
20 virtual void notifyParticleDeleted() = 0;
21};
22
23} // namespace autopas::internal
Class that is notified when a particle is deleted.
Definition: ParticleDeletedObserver.h:15
virtual void notifyParticleDeleted()=0
This function is called when a particle is deleted.
This namespace is used for implementation specifics.
Definition: CellFunctor.h:14