22#ifndef VisualizationSubject_H
23#define VisualizationSubject_H
The AdvancedVisualizationFactory class is the abstract decorator of the Decorator-Pattern and decorat...
virtual Eigen::Matrix4f getManipulatorPose()=0
getManipulatorPose
virtual int getSelectedWaypoint()=0
getSelectedWaypoint
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