47 #ifndef _MIRA_VISUALIZATIONTOOL3D_H_ 48 #define _MIRA_VISUALIZATIONTOOL3D_H_ 53 #include <OGRE/OgreVector3.h> 70 EIGEN_MAKE_ALIGNED_OPERATOR_NEW
77 template <
typename Reflector>
100 virtual void activate();
102 virtual void deactivate();
111 Ogre::Vector3 transformVector(
const Ogre::Vector3& v);
The interface of a Visualization3DSite.
Definition: Visualization3D.h:84
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
Declaration of Visualization3D and related classes.
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: ImageObject.h:60