#include <env_plot.h>
Public Types | |
enum | { Draw_Point = 0 } |
enum | { Draw_LineStrip = 1 } |
enum | { Draw_LineList = 2 } |
enum | { Draw_TriList = 3 } |
enum | { Draw_Sphere = 4 } |
typedef std::vector< float, typename ContainerAllocator::template rebind< float >::other > | _colors_type |
typedef uint8_t | _drawtype_type |
typedef std::vector< float, typename ContainerAllocator::template rebind< float >::other > | _points_type |
typedef float | _size_type |
typedef float | _transparency_type |
typedef boost::shared_ptr < ::openraveros::env_plotRequest_ < ContainerAllocator > const > | ConstPtr |
typedef boost::shared_ptr < ::openraveros::env_plotRequest_ < ContainerAllocator > > | Ptr |
typedef env_plotRequest_ < ContainerAllocator > | Type |
Public Member Functions | |
env_plotRequest_ () | |
env_plotRequest_ (const ContainerAllocator &_alloc) | |
Public Attributes | |
boost::shared_ptr< std::map < std::string, std::string > > | __connection_header |
std::vector< float, typename ContainerAllocator::template rebind< float >::other > | colors |
uint8_t | drawtype |
std::vector< float, typename ContainerAllocator::template rebind< float >::other > | points |
float | size |
float | transparency |
Definition at line 25 of file env_plot.h.
typedef std::vector<float, typename ContainerAllocator::template rebind<float>::other > openraveros::env_plotRequest_< ContainerAllocator >::_colors_type |
Definition at line 49 of file env_plot.h.
typedef uint8_t openraveros::env_plotRequest_< ContainerAllocator >::_drawtype_type |
Definition at line 58 of file env_plot.h.
typedef std::vector<float, typename ContainerAllocator::template rebind<float>::other > openraveros::env_plotRequest_< ContainerAllocator >::_points_type |
Definition at line 46 of file env_plot.h.
typedef float openraveros::env_plotRequest_< ContainerAllocator >::_size_type |
Definition at line 52 of file env_plot.h.
typedef float openraveros::env_plotRequest_< ContainerAllocator >::_transparency_type |
Definition at line 55 of file env_plot.h.
typedef boost::shared_ptr< ::openraveros::env_plotRequest_<ContainerAllocator> const> openraveros::env_plotRequest_< ContainerAllocator >::ConstPtr |
Definition at line 68 of file env_plot.h.
typedef boost::shared_ptr< ::openraveros::env_plotRequest_<ContainerAllocator> > openraveros::env_plotRequest_< ContainerAllocator >::Ptr |
Definition at line 67 of file env_plot.h.
typedef env_plotRequest_<ContainerAllocator> openraveros::env_plotRequest_< ContainerAllocator >::Type |
Definition at line 26 of file env_plot.h.
anonymous enum |
Definition at line 61 of file env_plot.h.
anonymous enum |
Definition at line 62 of file env_plot.h.
anonymous enum |
Definition at line 63 of file env_plot.h.
anonymous enum |
Definition at line 64 of file env_plot.h.
anonymous enum |
Definition at line 65 of file env_plot.h.
openraveros::env_plotRequest_< ContainerAllocator >::env_plotRequest_ | ( | ) | [inline] |
Definition at line 28 of file env_plot.h.
openraveros::env_plotRequest_< ContainerAllocator >::env_plotRequest_ | ( | const ContainerAllocator & | _alloc | ) | [inline] |
Definition at line 37 of file env_plot.h.
boost::shared_ptr<std::map<std::string, std::string> > openraveros::env_plotRequest_< ContainerAllocator >::__connection_header |
Definition at line 69 of file env_plot.h.
std::vector<float, typename ContainerAllocator::template rebind<float>::other > openraveros::env_plotRequest_< ContainerAllocator >::colors |
Definition at line 50 of file env_plot.h.
uint8_t openraveros::env_plotRequest_< ContainerAllocator >::drawtype |
Definition at line 59 of file env_plot.h.
std::vector<float, typename ContainerAllocator::template rebind<float>::other > openraveros::env_plotRequest_< ContainerAllocator >::points |
Definition at line 47 of file env_plot.h.
float openraveros::env_plotRequest_< ContainerAllocator >::size |
Definition at line 53 of file env_plot.h.
float openraveros::env_plotRequest_< ContainerAllocator >::transparency |
Definition at line 56 of file env_plot.h.