The AdvancedVisualizationFactory class is the abstract decorator of the Decorator-Pattern and decorates the VisualizationFactoy in Simox.
More...
#include <RobotComponents/gui-plugins/RobotTrajectoryDesignerGuiPlugin/Visualization/VisualizationSubject.h>
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 37 of file VisualizationSubject.h.
◆ getManipulatorPose()
virtual Eigen::Matrix4f getManipulatorPose |
( |
| ) |
|
|
pure virtual |
◆ getSelectedWaypoint()
virtual int getSelectedWaypoint |
( |
| ) |
|
|
pure virtual |
◆ removeObservers()
◆ setObserver()
setObserver adds a new observer to this subject, everytime the subjet changes the observer should be notified by calling its refresh method
- Parameters
-
observer | the observer to be added |
Definition at line 7 of file VisualizationSubject.cpp.
◆ observer
The documentation for this class was generated from the following files: