|
#include <RobotAPI/components/ArViz/Coin/VisualizationPath.h>
Public Types | |
using | ElementType = data::ElementPath |
Public Types inherited from TypedElementVisualization< SoSeparator > | |
using | NodeType = SoSeparator |
Public Member Functions | |
bool | update (ElementType const &element) |
VisualizationPath () | |
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 |
lines More... | |
SoMaterial * | lineMaterial |
SoLineSet * | lineSet |
SoDrawStyle * | lineStyle |
SoCoordinate3 * | pclCoords |
points More... | |
SoDrawStyle * | pclStyle |
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 34 of file VisualizationPath.h.
using ElementType = data::ElementPath |
Definition at line 36 of file VisualizationPath.h.
Definition at line 15 of file VisualizationPath.cpp.
bool update | ( | ElementType const & | element | ) |
Definition at line 52 of file VisualizationPath.cpp.
SoCoordinate3* coordinate3 |
lines
Definition at line 43 of file VisualizationPath.h.
SoMaterial* lineMaterial |
Definition at line 46 of file VisualizationPath.h.
SoLineSet* lineSet |
Definition at line 45 of file VisualizationPath.h.
SoDrawStyle* lineStyle |
Definition at line 44 of file VisualizationPath.h.
SoCoordinate3* pclCoords |
points
Definition at line 51 of file VisualizationPath.h.
SoDrawStyle* pclStyle |
Definition at line 52 of file VisualizationPath.h.