AutoPas  3.0.0
Loading...
Searching...
No Matches
ColorChangeObserver.h
Go to the documentation of this file.
1
7#pragma once
8
9namespace autopas {
10
15 public:
20 virtual void receiveColorChange(unsigned long newColor) = 0;
21};
22
23} // namespace autopas
Observer interface that specifies handling color changes.
Definition: ColorChangeObserver.h:14
virtual void receiveColorChange(unsigned long newColor)=0
Gets called when the color changes during the observed traversal.
This is the main namespace of AutoPas.
Definition: AutoPasDecl.h:32