VisualizationGrid.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#include <Inventor/nodes/SoSeparator.h>
7
8// Inventor / Coin forward declarations
9class SoCoordinate3;
10class SoIndexedFaceSet;
11class SoTexture2;
12namespace armarx::viz::coin
13{
15 {
16 using ElementType = data::ElementGrid;
17
19
20 bool update(ElementType const& element);
21
22 SoTexture2* pSoTexture2;
24 };
25} // namespace armarx::viz::coin
bool update(ElementType const &element)