DebugDrawerComponent::UpdateData Struct Reference

#include <RobotAPI/components/DebugDrawer/DebugDrawerComponent.h>

Public Attributes

std::map< std::string, ArrowDataarrows
 
std::map< std::string, BoxDatabox
 
std::map< std::string, CircleDatacircle
 
std::set< std::string > clearLayers
 
std::map< std::string, Colored24BitPointCloudDatacolored24Bitpointcloud
 
std::map< std::string, ColoredPointCloudDatacoloredpointcloud
 
std::map< std::string, CoordDatacoord
 
std::map< std::string, CylinderDatacylinder
 
std::map< std::string, LineDataline
 
std::map< std::string, LineSetDatalineSet
 
std::map< std::string, PointCloudDatapointcloud
 
std::map< std::string, PolygonDatapolygons
 
std::set< std::string > removeLayers
 
std::map< std::string, RobotDatarobots
 
std::map< std::string, SphereDatasphere
 
std::map< std::string, TextDatatext
 
std::map< std::string, TriMeshDatatriMeshes
 

Detailed Description

Definition at line 708 of file DebugDrawerComponent.h.

Member Data Documentation

◆ arrows

std::map<std::string, ArrowData> arrows

Definition at line 723 of file DebugDrawerComponent.h.

◆ box

std::map<std::string, BoxData> box

Definition at line 713 of file DebugDrawerComponent.h.

◆ circle

std::map<std::string, CircleData> circle

Definition at line 716 of file DebugDrawerComponent.h.

◆ clearLayers

std::set<std::string> clearLayers

Definition at line 726 of file DebugDrawerComponent.h.

◆ colored24Bitpointcloud

std::map<std::string, Colored24BitPointCloudData> colored24Bitpointcloud

Definition at line 720 of file DebugDrawerComponent.h.

◆ coloredpointcloud

std::map<std::string, ColoredPointCloudData> coloredpointcloud

Definition at line 719 of file DebugDrawerComponent.h.

◆ coord

std::map<std::string, CoordData> coord

Definition at line 710 of file DebugDrawerComponent.h.

◆ cylinder

std::map<std::string, CylinderData> cylinder

Definition at line 717 of file DebugDrawerComponent.h.

◆ line

std::map<std::string, LineData> line

Definition at line 711 of file DebugDrawerComponent.h.

◆ lineSet

std::map<std::string, LineSetData> lineSet

Definition at line 712 of file DebugDrawerComponent.h.

◆ pointcloud

std::map<std::string, PointCloudData> pointcloud

Definition at line 718 of file DebugDrawerComponent.h.

◆ polygons

std::map<std::string, PolygonData> polygons

Definition at line 721 of file DebugDrawerComponent.h.

◆ removeLayers

std::set<std::string> removeLayers

Definition at line 727 of file DebugDrawerComponent.h.

◆ robots

std::map<std::string, RobotData> robots

Definition at line 724 of file DebugDrawerComponent.h.

◆ sphere

std::map<std::string, SphereData> sphere

Definition at line 715 of file DebugDrawerComponent.h.

◆ text

std::map<std::string, TextData> text

Definition at line 714 of file DebugDrawerComponent.h.

◆ triMeshes

std::map<std::string, TriMeshData> triMeshes

Definition at line 722 of file DebugDrawerComponent.h.


The documentation for this struct was generated from the following file: