VisualizationEllipsoid.h
Go to the documentation of this file.
1#pragma once
2
3#include <RobotAPI/interface/ArViz/Elements.h>
4
5#include "ElementVisualizer.h"
6
7class SoComplexity;
8class SoScale;
9class SoSphere;
10
11namespace armarx::viz::coin
12{
14 {
15 using ElementType = data::ElementEllipsoid;
16
18
19 bool update(ElementType const& element);
20
21 SoMaterial* material = nullptr;
22 SoComplexity* complexity = nullptr;
23 SoScale* scale = nullptr;
24 SoSphere* sphere = nullptr;
25 };
26} // namespace armarx::viz::coin