VisualizationObserver Class Referenceabstract

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>

+ Inheritance diagram for VisualizationObserver:

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...
 

Detailed Description

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.

Member Function Documentation

◆ refresh()

virtual void refresh ( )
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.


The documentation for this class was generated from the following file: