|
|
#include <RobotAPI/components/ArViz/Coin/VisualizationEllipsoid.h>
Inheritance diagram for VisualizationEllipsoid:Public Types | |
| using | ElementType = data::ElementEllipsoid |
Public Types inherited from TypedElementVisualization< SoSeparator > | |
| using | NodeType = SoSeparator |
Public Member Functions | |
| bool | update (ElementType const &element) |
| VisualizationEllipsoid () | |
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 | |
| SoComplexity * | complexity = nullptr |
| SoMaterial * | material = nullptr |
| SoScale * | scale = nullptr |
| SoSphere * | sphere = nullptr |
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 VisualizationEllipsoid.h.
| using ElementType = data::ElementEllipsoid |
Definition at line 15 of file VisualizationEllipsoid.h.
Definition at line 7 of file VisualizationEllipsoid.cpp.
| bool update | ( | ElementType const & | element | ) |
Definition at line 25 of file VisualizationEllipsoid.cpp.
| SoComplexity* complexity = nullptr |
Definition at line 22 of file VisualizationEllipsoid.h.
| SoMaterial* material = nullptr |
Definition at line 21 of file VisualizationEllipsoid.h.
| SoScale* scale = nullptr |
Definition at line 23 of file VisualizationEllipsoid.h.
| SoSphere* sphere = nullptr |
Definition at line 24 of file VisualizationEllipsoid.h.