47 #ifndef _MIRA_VISUALIZATIONTOOL2D_H_ 48 #define _MIRA_VISUALIZATIONTOOL2D_H_ 66 EIGEN_MAKE_ALIGNED_OPERATOR_NEW
73 template <
typename Reflector>
96 virtual void activate();
98 virtual void deactivate();
106 mItem = setupScene(mgr);
113 virtual QGraphicsItem* setupScene(QGraphicsScene* mgr) = 0;
virtual QGraphicsScene * getSceneManager()=0
specialize cv::DataType for our ImgPixel and inherit from cv::DataType<Vec>
Definition: IOService.h:67
#define MIRA_REFLECT_BASE(reflector, BaseClass)
Macro that can be used to reflect the base class easily.
Definition: ReflectorInterface.h:912
#define MIRA_ABSTRACT_OBJECT(classIdentifier)
Use this MACRO instead of MIRA_OBJECT to declare the class as abstract.
Definition: FactoryMacros.h:235
The primary interface between a Visualization and the container of the visualization (e...
Definition: Visualization.h:65
Use this class to represent time durations.
Definition: Time.h:104
#define MIRA_GUI_VISUALIZATION_EXPORT
Definition: GuiVisualizationExports.h:61
Definition: Visualization2D.h:64
Declaration of Visualization2D and related classes.