VisualizationSubject.cpp
Go to the documentation of this file.
2
4
5using namespace armarx;
6
7void
9{
10 this->observer = std::weak_ptr<VisualizationObserver>(observer);
11}
12
13void
void setObserver(VisualizationObserverPtr observer)
setObserver adds a new observer to this subject, everytime the subjet changes the observer should be ...
std::weak_ptr< VisualizationObserver > observer
This file offers overloads of toIce() and fromIce() functions for STL container types.
std::shared_ptr< VisualizationObserver > VisualizationObserverPtr