|
#include "ArVizExample.h"
#include <Eigen/Eigen>
#include <SimoxUtility/color/cmaps.h>
#include <ArmarXCore/core/time/CycleUtil.h>
#include <ArmarXCore/core/time/TimeUtil.h>
#include <ArmarXCore/libraries/DecoupledSingleComponent/Decoupled.h>
#include <RobotAPI/components/ArViz/Client/Client.h>
Go to the source code of this file.
Namespaces | |
armarx | |
This file offers overloads of toIce() and fromIce() functions for STL container types. | |
Functions | |
ARMARX_DECOUPLED_REGISTER_COMPONENT (ArVizExample) | |
void | fillColorMapsLayer (viz::Layer &layer, double timeInSeconds) |
void | fillDisAppearingLayer (viz::Layer &layer, double timeInSeconds) |
void | fillExampleLayer (viz::Layer &layer, double timeInSeconds) |
void | fillInteractionLayer (viz::Layer &layer) |
void | fillManyElementsLayer (viz::Layer &layer, double timeInSeconds) |
void | fillObjectsLayer (viz::Layer &layer, double timeInSeconds) |
void | fillPathsAndLinesLayer (viz::Layer &layer) |
void | fillPermanentLayer (viz::Layer &layer) |
void | fillPointsLayer (viz::Layer &layer, double timeInSeconds) |
void | fillRobotHandsLayer (viz::Layer &layer) |
void | fillTestLayer (viz::Layer &layer, double timeInSeconds) |