|
The AdvancedVisualizationFactory class is the abstract decorator of the Decorator-Pattern and decorates the VisualizationFactoy in Simox. More...
#include <RobotComponents/gui-plugins/RobotTrajectoryDesignerGuiPlugin/Visualization/VisualizationObserver.h>
Public Member Functions | |
virtual void | refresh ()=0 |
refresh gets all relevant data from subject an updates itself accoringly should be called by subject but can also be called from elsewhere More... | |
The AdvancedVisualizationFactory class is the abstract decorator of the Decorator-Pattern and decorates the VisualizationFactoy in Simox.
The additional Functionality is that it can also generate the Visualization for a Manipulator
Definition at line 35 of file VisualizationObserver.h.
|
pure virtual |
refresh gets all relevant data from subject an updates itself accoringly should be called by subject but can also be called from elsewhere
Implemented in RobotVisualizationController.