|
#include <RobotAPI/components/ArViz/Coin/VisualizationMesh.h>
Public Types | |
using | ElementType = data::ElementMesh |
Public Types inherited from TypedElementVisualization< SoSeparator > | |
using | NodeType = SoSeparator |
Public Member Functions | |
bool | update (ElementType const &element) |
VisualizationMesh () | |
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 * | coords |
std::vector< int32_t > | faces |
SoIndexedFaceSet * | faceSet |
std::vector< SbColor > | matColor |
SoMaterial * | materials |
std::vector< int32_t > | matInx |
std::vector< float > | transp |
std::vector< SbVec3f > | vertexPositions |
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 15 of file VisualizationMesh.h.
using ElementType = data::ElementMesh |
Definition at line 17 of file VisualizationMesh.h.
|
inline |
Definition at line 19 of file VisualizationMesh.h.
|
inline |
SoCoordinate3* coords |
Definition at line 120 of file VisualizationMesh.h.
std::vector<int32_t> faces |
Definition at line 126 of file VisualizationMesh.h.
SoIndexedFaceSet* faceSet |
Definition at line 121 of file VisualizationMesh.h.
std::vector<SbColor> matColor |
Definition at line 123 of file VisualizationMesh.h.
SoMaterial* materials |
Definition at line 119 of file VisualizationMesh.h.
std::vector<int32_t> matInx |
Definition at line 127 of file VisualizationMesh.h.
std::vector<float> transp |
Definition at line 124 of file VisualizationMesh.h.
std::vector<SbVec3f> vertexPositions |
Definition at line 125 of file VisualizationMesh.h.