47 #ifndef _MIRA_RECTOBJECT_H_ 48 #define _MIRA_RECTOBJECT_H_ 65 RectObject(Ogre::SceneManager* sceneManager, Ogre::SceneNode* parent = NULL);
68 virtual void setColor(
const Ogre::ColourValue& color);
Declaration of VisualizationObject.
Ogre::ColourValue mColor
Definition: RectObject.h:76
specialize cv::DataType for our ImgPixel and inherit from cv::DataType<Vec>
Definition: IOService.h:67
Definition: VisualizationObject.h:70
virtual void setColor(const Ogre::ColourValue &color)
Definition: RectObject.h:62
Provides multidimensional rectangle templates.
Ogre::ManualObject * mManualObject
Definition: RectObject.h:75
void setRect(const Rect2f &rect)
Rect2f mRect
Definition: RectObject.h:77
Non intrusive reflect for OGRE color class.
RectObject(Ogre::SceneManager *sceneManager, Ogre::SceneNode *parent=NULL)