|
#include <RobotAPI/components/DebugDrawer/DebugDrawerComponent.h>
Public Attributes | |
std::map< std::string, ArrowData > | arrows |
std::map< std::string, BoxData > | box |
std::map< std::string, CircleData > | circle |
std::set< std::string > | clearLayers |
std::map< std::string, Colored24BitPointCloudData > | colored24Bitpointcloud |
std::map< std::string, ColoredPointCloudData > | coloredpointcloud |
std::map< std::string, CoordData > | coord |
std::map< std::string, CylinderData > | cylinder |
std::map< std::string, LineData > | line |
std::map< std::string, LineSetData > | lineSet |
std::map< std::string, PointCloudData > | pointcloud |
std::map< std::string, PolygonData > | polygons |
std::set< std::string > | removeLayers |
std::map< std::string, RobotData > | robots |
std::map< std::string, SphereData > | sphere |
std::map< std::string, TextData > | text |
std::map< std::string, TriMeshData > | triMeshes |
Definition at line 708 of file DebugDrawerComponent.h.
std::map<std::string, ArrowData> arrows |
Definition at line 723 of file DebugDrawerComponent.h.
std::map<std::string, BoxData> box |
Definition at line 713 of file DebugDrawerComponent.h.
std::map<std::string, CircleData> circle |
Definition at line 716 of file DebugDrawerComponent.h.
std::set<std::string> clearLayers |
Definition at line 726 of file DebugDrawerComponent.h.
std::map<std::string, Colored24BitPointCloudData> colored24Bitpointcloud |
Definition at line 720 of file DebugDrawerComponent.h.
std::map<std::string, ColoredPointCloudData> coloredpointcloud |
Definition at line 719 of file DebugDrawerComponent.h.
std::map<std::string, CoordData> coord |
Definition at line 710 of file DebugDrawerComponent.h.
std::map<std::string, CylinderData> cylinder |
Definition at line 717 of file DebugDrawerComponent.h.
std::map<std::string, LineData> line |
Definition at line 711 of file DebugDrawerComponent.h.
std::map<std::string, LineSetData> lineSet |
Definition at line 712 of file DebugDrawerComponent.h.
std::map<std::string, PointCloudData> pointcloud |
Definition at line 718 of file DebugDrawerComponent.h.
std::map<std::string, PolygonData> polygons |
Definition at line 721 of file DebugDrawerComponent.h.
std::set<std::string> removeLayers |
Definition at line 727 of file DebugDrawerComponent.h.
std::map<std::string, RobotData> robots |
Definition at line 724 of file DebugDrawerComponent.h.
std::map<std::string, SphereData> sphere |
Definition at line 715 of file DebugDrawerComponent.h.
std::map<std::string, TextData> text |
Definition at line 714 of file DebugDrawerComponent.h.
std::map<std::string, TriMeshData> triMeshes |
Definition at line 722 of file DebugDrawerComponent.h.