Helios++
Helios software for LiDAR simulations
|
A DynGrove is an interface which declares observer-like functionality so dynamic subjects can notify to the grove their updates, which acts like a proxy for observer trees. More...
#include <DynGrove.h>
Public Member Functions | |
virtual void | update (Subject &s)=0 |
The update method. It is expected that always that a subject must notify that it has been updated, it calls this method so the observer can act as corresponds. More... | |
A DynGrove is an interface which declares observer-like functionality so dynamic subjects can notify to the grove their updates, which acts like a proxy for observer trees.
Subject | The type of subject for the observer-like behavior of the DynGrove interface |
|
pure virtual |
The update method. It is expected that always that a subject must notify that it has been updated, it calls this method so the observer can act as corresponds.
s | The subject notifying its update |
Implemented in BasicDynGrove< Tree, Subject >.