#include <visualization/3d/AxesObject.h>
◆ AxesFlags
Enumerator |
---|
NO_AXIS | |
X_AXIS | |
Y_AXIS | |
Z_AXIS | |
◆ AxesObject()
AxesObject |
( |
Ogre::SceneManager * |
sceneManager, |
|
|
Ogre::SceneNode * |
parent = NULL |
|
) |
| |
◆ ~AxesObject()
◆ getLength()
float getLength |
( |
| ) |
const |
|
inline |
◆ setLength()
void setLength |
( |
float |
length | ) |
|
◆ getRadius()
float getRadius |
( |
| ) |
const |
|
inline |
◆ setRadius()
void setRadius |
( |
float |
radius | ) |
|
◆ getXAxisColor()
const Ogre::ColourValue& getXAxisColor |
( |
| ) |
|
|
inline |
◆ getYAxisColor()
const Ogre::ColourValue& getYAxisColor |
( |
| ) |
|
|
inline |
◆ getZAxisColor()
const Ogre::ColourValue& getZAxisColor |
( |
| ) |
|
|
inline |
◆ setColor() [1/3]
void setColor |
( |
const Ogre::ColourValue & |
xaxis, |
|
|
const Ogre::ColourValue & |
yaxis, |
|
|
const Ogre::ColourValue & |
zaxis |
|
) |
| |
◆ setColor() [2/3]
void setColor |
( |
const Ogre::ColourValue & |
uniform | ) |
|
|
virtual |
◆ isShowingXAxis()
bool isShowingXAxis |
( |
| ) |
const |
|
inline |
◆ showXAxis()
void showXAxis |
( |
bool |
show | ) |
|
◆ isShowingYAxis()
bool isShowingYAxis |
( |
| ) |
const |
|
inline |
◆ showYAxis()
void showYAxis |
( |
bool |
show | ) |
|
◆ isShowingZAxis()
bool isShowingZAxis |
( |
| ) |
const |
|
inline |
◆ showZAxis()
void showZAxis |
( |
bool |
show | ) |
|
◆ isShowingArrows()
bool isShowingArrows |
( |
| ) |
const |
|
inline |
◆ showArrows()
void showArrows |
( |
bool |
show | ) |
|
◆ getAlpha()
◆ setAlpha()
void setAlpha |
( |
float |
alpha | ) |
|
◆ isVisible()
◆ setVisible()
virtual void setVisible |
( |
bool |
visible, |
|
|
bool |
cascade = true |
|
) |
| |
|
virtual |
◆ updateVisibility()
void updateVisibility |
( |
| ) |
|
|
protected |
◆ updateScales()
◆ updateColor()
◆ setScale() [1/2]
virtual void setScale |
( |
const Ogre::Vector3 & |
scale | ) |
|
|
virtualinherited |
◆ setScale() [2/2]
virtual void setScale |
( |
const Eigen::Vector3f & |
scale | ) |
|
|
virtualinherited |
◆ setPosition() [1/2]
virtual void setPosition |
( |
const Ogre::Vector3 & |
position | ) |
|
|
virtualinherited |
◆ setPosition() [2/2]
virtual void setPosition |
( |
const Eigen::Vector3f & |
position | ) |
|
|
virtualinherited |
◆ setOrientation() [1/2]
virtual void setOrientation |
( |
const Ogre::Quaternion & |
orientation | ) |
|
|
virtualinherited |
◆ setOrientation() [2/2]
◆ setColor() [3/3]
◆ setTransform() [1/2]
◆ setTransform() [2/2]
◆ getNode()
Ogre::SceneNode* getNode |
( |
| ) |
|
|
inlineinherited |
◆ mVisible
◆ mShowXAxis
◆ mShowYAxis
◆ mShowZAxis
◆ mShowArrows
◆ mAxisLength
◆ mAxisRadius
◆ mXAxis
◆ mYAxis
◆ mZAxis
◆ mXAxisColor
Ogre::ColourValue mXAxisColor |
|
protected |
◆ mYAxisColor
Ogre::ColourValue mYAxisColor |
|
protected |
◆ mZAxisColor
Ogre::ColourValue mZAxisColor |
|
protected |
◆ mSceneManager
Ogre::SceneManager* mSceneManager |
|
protectedinherited |
◆ mNode
The documentation for this class was generated from the following file: