|
#include <RobotAPI/components/ArViz/Coin/VisualizationLine.h>
Public Types | |
using | ElementType = data::ElementLine |
Public Types inherited from TypedElementVisualization< SoSeparator > | |
using | NodeType = SoSeparator |
Public Member Functions | |
bool | update (ElementType const &element) |
VisualizationLine () | |
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 | |
SoCoordinate3 * | coordinate3 |
SoDrawStyle * | lineStyle |
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 VisualizationLine.h.
using ElementType = data::ElementLine |
Definition at line 15 of file VisualizationLine.h.
|
inline |
Definition at line 17 of file VisualizationLine.h.
|
inline |
Definition at line 30 of file VisualizationLine.h.
SoCoordinate3* coordinate3 |
Definition at line 43 of file VisualizationLine.h.
SoDrawStyle* lineStyle |
Definition at line 42 of file VisualizationLine.h.