Base class for all person visualization types.
More...
#include <PersonVisual.h>
Base class for all person visualization types.
Definition at line 63 of file PersonVisual.h.
◆ PersonVisual()
◆ ~PersonVisual()
| tuw_object_rviz::PersonVisual::~PersonVisual |
( |
| ) |
|
|
virtual |
◆ getColor()
| virtual Ogre::ColourValue& tuw_object_rviz::PersonVisual::getColor |
( |
| ) |
|
|
pure virtual |
◆ getHeight()
| virtual double tuw_object_rviz::PersonVisual::getHeight |
( |
| ) |
|
|
pure virtual |
◆ getOrientation()
| const Ogre::Quaternion & tuw_object_rviz::PersonVisual::getOrientation |
( |
| ) |
const |
◆ getParentSceneNode()
| Ogre::SceneNode * tuw_object_rviz::PersonVisual::getParentSceneNode |
( |
| ) |
|
◆ getPosition()
| const Ogre::Vector3 & tuw_object_rviz::PersonVisual::getPosition |
( |
| ) |
const |
◆ setColor()
| virtual void tuw_object_rviz::PersonVisual::setColor |
( |
const Ogre::ColourValue & |
c | ) |
|
|
pure virtual |
◆ setOrientation()
| void tuw_object_rviz::PersonVisual::setOrientation |
( |
const Ogre::Quaternion & |
orientation | ) |
|
◆ setPosition()
| void tuw_object_rviz::PersonVisual::setPosition |
( |
const Ogre::Vector3 & |
position | ) |
|
◆ setScalingFactor()
| void tuw_object_rviz::PersonVisual::setScalingFactor |
( |
double |
scalingFactor | ) |
|
|
virtual |
◆ setVisible()
| void tuw_object_rviz::PersonVisual::setVisible |
( |
bool |
visible | ) |
|
◆ update()
| void tuw_object_rviz::PersonVisual::update |
( |
float |
deltaTime | ) |
|
|
virtual |
◆ m_color
| Ogre::ColourValue tuw_object_rviz::PersonVisual::m_color |
|
protected |
◆ m_parentSceneNode
| Ogre::SceneNode * tuw_object_rviz::PersonVisual::m_parentSceneNode |
|
protected |
◆ m_sceneManager
| Ogre::SceneManager* tuw_object_rviz::PersonVisual::m_sceneManager |
|
protected |
◆ m_sceneNode
| Ogre::SceneNode* tuw_object_rviz::PersonVisual::m_sceneNode |
|
protected |
The documentation for this class was generated from the following files: