|
#include <RobotAPI/components/ArViz/Coin/VisualizationArrow.h>
Public Types | |
using | ElementType = data::ElementArrow |
Public Types inherited from TypedElementVisualization< SoSeparator > | |
using | NodeType = SoSeparator |
Public Member Functions | |
bool | update (ElementType const &element) |
VisualizationArrow () | |
Public Member Functions inherited from TypedElementVisualization< SoSeparator > | |
TypedElementVisualization () | |
~TypedElementVisualization () | |
Public Member Functions inherited from ElementVisualization | |
ElementVisualization () | |
void | updateBase (data::Element const &element) |
virtual | ~ElementVisualization ()=default |
Public Attributes | |
SoCylinder * | c |
SoCone * | cone |
SoTranslation * | tr |
SoTranslation * | transl |
Public Attributes inherited from TypedElementVisualization< SoSeparator > | |
NodeType * | node |
Public Attributes inherited from ElementVisualization | |
SoMaterial * | material |
SoSeparator * | separator |
SoSwitch * | switch_ |
SoTransform * | transform |
SoUnits * | units |
bool | visible = true |
bool | wasUpdated = true |
Definition at line 13 of file VisualizationArrow.h.
using ElementType = data::ElementArrow |
Definition at line 15 of file VisualizationArrow.h.
|
inline |
Definition at line 17 of file VisualizationArrow.h.
|
inline |
SoCylinder* c |
Definition at line 51 of file VisualizationArrow.h.
SoCone* cone |
Definition at line 53 of file VisualizationArrow.h.
SoTranslation* tr |
Definition at line 50 of file VisualizationArrow.h.
SoTranslation* transl |
Definition at line 52 of file VisualizationArrow.h.