$search

visualization_msgs::InteractiveMarkerControl_< ContainerAllocator > Struct Template Reference

#include <InteractiveMarkerControl.h>

List of all members.

Public Types

enum  { NONE = 0 }
enum  { MENU = 1 }
enum  { BUTTON = 2 }
enum  { MOVE_AXIS = 3 }
enum  { MOVE_PLANE = 4 }
enum  { ROTATE_AXIS = 5 }
enum  { MOVE_ROTATE = 6 }
enum  { INHERIT = 0 }
enum  { FIXED = 1 }
enum  { VIEW_FACING = 2 }
typedef uint8_t _always_visible_type
typedef std::basic_string
< char, std::char_traits< char >
, typename
ContainerAllocator::template
rebind< char >::other > 
_description_type
typedef uint8_t _independent_marker_orientation_type
typedef uint8_t _interaction_mode_type
typedef std::vector
< ::visualization_msgs::Marker_
< ContainerAllocator >
, typename
ContainerAllocator::template
rebind
< ::visualization_msgs::Marker_
< ContainerAllocator >
>::other > 
_markers_type
typedef std::basic_string
< char, std::char_traits< char >
, typename
ContainerAllocator::template
rebind< char >::other > 
_name_type
typedef uint8_t _orientation_mode_type
typedef
::geometry_msgs::Quaternion_
< ContainerAllocator > 
_orientation_type
typedef boost::shared_ptr
< ::visualization_msgs::InteractiveMarkerControl_
< ContainerAllocator > const > 
ConstPtr
typedef boost::shared_ptr
< ::visualization_msgs::InteractiveMarkerControl_
< ContainerAllocator > > 
Ptr
typedef
InteractiveMarkerControl_
< ContainerAllocator > 
Type

Public Member Functions

ROS_DEPRECATED const std::string __getDataType () const
ROS_DEPRECATED const std::string __getMD5Sum () const
ROS_DEPRECATED const std::string __getMessageDefinition () const
virtual ROS_DEPRECATED uint8_t * deserialize (uint8_t *read_ptr)
ROS_DEPRECATED uint32_t get_markers_size () const
ROS_DEPRECATED void get_markers_vec (std::vector< ::visualization_msgs::Marker_< ContainerAllocator >, typename ContainerAllocator::template rebind< ::visualization_msgs::Marker_< ContainerAllocator > >::other > &vec) const
 InteractiveMarkerControl_ (const ContainerAllocator &_alloc)
 InteractiveMarkerControl_ ()
virtual ROS_DEPRECATED uint32_t serializationLength () const
virtual ROS_DEPRECATED uint8_t * serialize (uint8_t *write_ptr, uint32_t seq) const
ROS_DEPRECATED void set_markers_size (uint32_t size)
ROS_DEPRECATED void set_markers_vec (const std::vector< ::visualization_msgs::Marker_< ContainerAllocator >, typename ContainerAllocator::template rebind< ::visualization_msgs::Marker_< ContainerAllocator > >::other > &vec)

Static Public Member Functions

static ROS_DEPRECATED const
std::string 
__s_getDataType ()
static ROS_DEPRECATED const
std::string 
__s_getMD5Sum ()
static ROS_DEPRECATED const
std::string 
__s_getMessageDefinition ()

Public Attributes

boost::shared_ptr< std::map
< std::string, std::string > > 
__connection_header
uint8_t always_visible
std::basic_string< char,
std::char_traits< char >
, typename
ContainerAllocator::template
rebind< char >::other > 
description
uint8_t independent_marker_orientation
uint8_t interaction_mode
std::vector
< ::visualization_msgs::Marker_
< ContainerAllocator >
, typename
ContainerAllocator::template
rebind
< ::visualization_msgs::Marker_
< ContainerAllocator >
>::other > 
markers
std::basic_string< char,
std::char_traits< char >
, typename
ContainerAllocator::template
rebind< char >::other > 
name
::geometry_msgs::Quaternion_
< ContainerAllocator > 
orientation
uint8_t orientation_mode

Static Private Member Functions

static const char * __s_getDataType_ ()
static const char * __s_getMD5Sum_ ()
static const char * __s_getMessageDefinition_ ()

Detailed Description

template<class ContainerAllocator>
struct visualization_msgs::InteractiveMarkerControl_< ContainerAllocator >

Definition at line 23 of file InteractiveMarkerControl.h.


Member Typedef Documentation

template<class ContainerAllocator >
typedef uint8_t visualization_msgs::InteractiveMarkerControl_< ContainerAllocator >::_always_visible_type

Definition at line 62 of file InteractiveMarkerControl.h.

template<class ContainerAllocator >
typedef std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > visualization_msgs::InteractiveMarkerControl_< ContainerAllocator >::_description_type

Definition at line 71 of file InteractiveMarkerControl.h.

template<class ContainerAllocator >
typedef uint8_t visualization_msgs::InteractiveMarkerControl_< ContainerAllocator >::_independent_marker_orientation_type

Definition at line 68 of file InteractiveMarkerControl.h.

template<class ContainerAllocator >
typedef uint8_t visualization_msgs::InteractiveMarkerControl_< ContainerAllocator >::_interaction_mode_type

Definition at line 59 of file InteractiveMarkerControl.h.

template<class ContainerAllocator >
typedef std::vector< ::visualization_msgs::Marker_<ContainerAllocator> , typename ContainerAllocator::template rebind< ::visualization_msgs::Marker_<ContainerAllocator> >::other > visualization_msgs::InteractiveMarkerControl_< ContainerAllocator >::_markers_type

Definition at line 65 of file InteractiveMarkerControl.h.

template<class ContainerAllocator >
typedef std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > visualization_msgs::InteractiveMarkerControl_< ContainerAllocator >::_name_type

Definition at line 50 of file InteractiveMarkerControl.h.

template<class ContainerAllocator >
typedef uint8_t visualization_msgs::InteractiveMarkerControl_< ContainerAllocator >::_orientation_mode_type

Definition at line 56 of file InteractiveMarkerControl.h.

template<class ContainerAllocator >
typedef ::geometry_msgs::Quaternion_<ContainerAllocator> visualization_msgs::InteractiveMarkerControl_< ContainerAllocator >::_orientation_type

Definition at line 53 of file InteractiveMarkerControl.h.

template<class ContainerAllocator >
typedef boost::shared_ptr< ::visualization_msgs::InteractiveMarkerControl_<ContainerAllocator> const> visualization_msgs::InteractiveMarkerControl_< ContainerAllocator >::ConstPtr

Definition at line 324 of file InteractiveMarkerControl.h.

template<class ContainerAllocator >
typedef boost::shared_ptr< ::visualization_msgs::InteractiveMarkerControl_<ContainerAllocator> > visualization_msgs::InteractiveMarkerControl_< ContainerAllocator >::Ptr

Definition at line 323 of file InteractiveMarkerControl.h.

template<class ContainerAllocator >
typedef InteractiveMarkerControl_<ContainerAllocator> visualization_msgs::InteractiveMarkerControl_< ContainerAllocator >::Type

Definition at line 24 of file InteractiveMarkerControl.h.


Member Enumeration Documentation

template<class ContainerAllocator >
anonymous enum
Enumerator:
NONE 

Definition at line 77 of file InteractiveMarkerControl.h.

template<class ContainerAllocator >
anonymous enum
Enumerator:
MENU 

Definition at line 78 of file InteractiveMarkerControl.h.

template<class ContainerAllocator >
anonymous enum
Enumerator:
BUTTON 

Definition at line 79 of file InteractiveMarkerControl.h.

template<class ContainerAllocator >
anonymous enum
Enumerator:
MOVE_AXIS 

Definition at line 80 of file InteractiveMarkerControl.h.

template<class ContainerAllocator >
anonymous enum
Enumerator:
MOVE_PLANE 

Definition at line 81 of file InteractiveMarkerControl.h.

template<class ContainerAllocator >
anonymous enum
Enumerator:
ROTATE_AXIS 

Definition at line 82 of file InteractiveMarkerControl.h.

template<class ContainerAllocator >
anonymous enum
Enumerator:
MOVE_ROTATE 

Definition at line 83 of file InteractiveMarkerControl.h.

template<class ContainerAllocator >
anonymous enum
Enumerator:
INHERIT 

Definition at line 74 of file InteractiveMarkerControl.h.

template<class ContainerAllocator >
anonymous enum
Enumerator:
FIXED 

Definition at line 75 of file InteractiveMarkerControl.h.

template<class ContainerAllocator >
anonymous enum
Enumerator:
VIEW_FACING 

Definition at line 76 of file InteractiveMarkerControl.h.


Constructor & Destructor Documentation

template<class ContainerAllocator >
visualization_msgs::InteractiveMarkerControl_< ContainerAllocator >::InteractiveMarkerControl_ (  )  [inline]

Definition at line 26 of file InteractiveMarkerControl.h.

template<class ContainerAllocator >
visualization_msgs::InteractiveMarkerControl_< ContainerAllocator >::InteractiveMarkerControl_ ( const ContainerAllocator &  _alloc  )  [inline]

Definition at line 38 of file InteractiveMarkerControl.h.


Member Function Documentation

template<class ContainerAllocator >
ROS_DEPRECATED const std::string visualization_msgs::InteractiveMarkerControl_< ContainerAllocator >::__getDataType (  )  const [inline]

Definition at line 94 of file InteractiveMarkerControl.h.

template<class ContainerAllocator >
ROS_DEPRECATED const std::string visualization_msgs::InteractiveMarkerControl_< ContainerAllocator >::__getMD5Sum (  )  const [inline]

Definition at line 101 of file InteractiveMarkerControl.h.

template<class ContainerAllocator >
ROS_DEPRECATED const std::string visualization_msgs::InteractiveMarkerControl_< ContainerAllocator >::__getMessageDefinition (  )  const [inline]

Definition at line 279 of file InteractiveMarkerControl.h.

template<class ContainerAllocator >
static ROS_DEPRECATED const std::string visualization_msgs::InteractiveMarkerControl_< ContainerAllocator >::__s_getDataType (  )  [inline, static]

Definition at line 92 of file InteractiveMarkerControl.h.

template<class ContainerAllocator >
static const char* visualization_msgs::InteractiveMarkerControl_< ContainerAllocator >::__s_getDataType_ (  )  [inline, static, private]

Definition at line 90 of file InteractiveMarkerControl.h.

template<class ContainerAllocator >
static ROS_DEPRECATED const std::string visualization_msgs::InteractiveMarkerControl_< ContainerAllocator >::__s_getMD5Sum (  )  [inline, static]

Definition at line 99 of file InteractiveMarkerControl.h.

template<class ContainerAllocator >
static const char* visualization_msgs::InteractiveMarkerControl_< ContainerAllocator >::__s_getMD5Sum_ (  )  [inline, static, private]

Definition at line 97 of file InteractiveMarkerControl.h.

template<class ContainerAllocator >
static ROS_DEPRECATED const std::string visualization_msgs::InteractiveMarkerControl_< ContainerAllocator >::__s_getMessageDefinition (  )  [inline, static]

Definition at line 277 of file InteractiveMarkerControl.h.

template<class ContainerAllocator >
static const char* visualization_msgs::InteractiveMarkerControl_< ContainerAllocator >::__s_getMessageDefinition_ (  )  [inline, static, private]

Definition at line 104 of file InteractiveMarkerControl.h.

template<class ContainerAllocator >
virtual ROS_DEPRECATED uint8_t* visualization_msgs::InteractiveMarkerControl_< ContainerAllocator >::deserialize ( uint8_t *  read_ptr  )  [inline, virtual]

Definition at line 295 of file InteractiveMarkerControl.h.

template<class ContainerAllocator >
ROS_DEPRECATED uint32_t visualization_msgs::InteractiveMarkerControl_< ContainerAllocator >::get_markers_size (  )  const [inline]

Definition at line 85 of file InteractiveMarkerControl.h.

template<class ContainerAllocator >
ROS_DEPRECATED void visualization_msgs::InteractiveMarkerControl_< ContainerAllocator >::get_markers_vec ( std::vector< ::visualization_msgs::Marker_< ContainerAllocator >, typename ContainerAllocator::template rebind< ::visualization_msgs::Marker_< ContainerAllocator > >::other > &  vec  )  const [inline]

Definition at line 87 of file InteractiveMarkerControl.h.

template<class ContainerAllocator >
virtual ROS_DEPRECATED uint32_t visualization_msgs::InteractiveMarkerControl_< ContainerAllocator >::serializationLength (  )  const [inline, virtual]

Definition at line 309 of file InteractiveMarkerControl.h.

template<class ContainerAllocator >
virtual ROS_DEPRECATED uint8_t* visualization_msgs::InteractiveMarkerControl_< ContainerAllocator >::serialize ( uint8_t *  write_ptr,
uint32_t  seq 
) const [inline, virtual]

Definition at line 281 of file InteractiveMarkerControl.h.

template<class ContainerAllocator >
ROS_DEPRECATED void visualization_msgs::InteractiveMarkerControl_< ContainerAllocator >::set_markers_size ( uint32_t  size  )  [inline]

Definition at line 86 of file InteractiveMarkerControl.h.

template<class ContainerAllocator >
ROS_DEPRECATED void visualization_msgs::InteractiveMarkerControl_< ContainerAllocator >::set_markers_vec ( const std::vector< ::visualization_msgs::Marker_< ContainerAllocator >, typename ContainerAllocator::template rebind< ::visualization_msgs::Marker_< ContainerAllocator > >::other > &  vec  )  [inline]

Definition at line 88 of file InteractiveMarkerControl.h.


Member Data Documentation

template<class ContainerAllocator >
boost::shared_ptr<std::map<std::string, std::string> > visualization_msgs::InteractiveMarkerControl_< ContainerAllocator >::__connection_header

Definition at line 325 of file InteractiveMarkerControl.h.

template<class ContainerAllocator >
uint8_t visualization_msgs::InteractiveMarkerControl_< ContainerAllocator >::always_visible

Definition at line 63 of file InteractiveMarkerControl.h.

template<class ContainerAllocator >
std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > visualization_msgs::InteractiveMarkerControl_< ContainerAllocator >::description

Definition at line 72 of file InteractiveMarkerControl.h.

template<class ContainerAllocator >
uint8_t visualization_msgs::InteractiveMarkerControl_< ContainerAllocator >::independent_marker_orientation

Definition at line 69 of file InteractiveMarkerControl.h.

template<class ContainerAllocator >
uint8_t visualization_msgs::InteractiveMarkerControl_< ContainerAllocator >::interaction_mode

Definition at line 60 of file InteractiveMarkerControl.h.

template<class ContainerAllocator >
std::vector< ::visualization_msgs::Marker_<ContainerAllocator> , typename ContainerAllocator::template rebind< ::visualization_msgs::Marker_<ContainerAllocator> >::other > visualization_msgs::InteractiveMarkerControl_< ContainerAllocator >::markers

Definition at line 66 of file InteractiveMarkerControl.h.

template<class ContainerAllocator >
std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > visualization_msgs::InteractiveMarkerControl_< ContainerAllocator >::name

Definition at line 51 of file InteractiveMarkerControl.h.

template<class ContainerAllocator >
::geometry_msgs::Quaternion_<ContainerAllocator> visualization_msgs::InteractiveMarkerControl_< ContainerAllocator >::orientation

Definition at line 54 of file InteractiveMarkerControl.h.

template<class ContainerAllocator >
uint8_t visualization_msgs::InteractiveMarkerControl_< ContainerAllocator >::orientation_mode

Definition at line 57 of file InteractiveMarkerControl.h.


The documentation for this struct was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends


visualization_msgs
Author(s): Josh Faust/jfaust@willowgarage.com, David Gossow/dgossow@willowgarage.com
autogenerated on Fri Mar 1 15:06:52 2013