fast_plane_detection::Plane_< ContainerAllocator > Struct Template Reference

#include <Plane.h>

List of all members.

Public Types

enum  { SUCCESS = 1 }
enum  { FEW_INLIERS = 2 }
enum  { NO_PLANE = 3 }
enum  { OTHER_ERROR = 4 }
typedef
::geometry_msgs::Point32_
< ContainerAllocator > 
_bottom_left_type
typedef
::geometry_msgs::Point32_
< ContainerAllocator > 
_bottom_right_type
typedef float _error_type
typedef
::geometry_msgs::Vector3Stamped_
< ContainerAllocator > 
_normal_type
typedef int32_t _percentage_inliers_type
typedef double _plane_d_type
typedef
::geometry_msgs::PointStamped_
< ContainerAllocator > 
_plane_point_type
typedef
::geometry_msgs::PoseStamped_
< ContainerAllocator > 
_pose_type
typedef int32_t _result_type
typedef
::geometry_msgs::PointStamped_
< ContainerAllocator > 
_slave_point_type
typedef
::geometry_msgs::Point32_
< ContainerAllocator > 
_top_left_type
typedef
::geometry_msgs::Point32_
< ContainerAllocator > 
_top_right_type
typedef boost::shared_ptr
< ::fast_plane_detection::Plane_
< ContainerAllocator > const > 
ConstPtr
typedef boost::shared_ptr
< ::fast_plane_detection::Plane_
< ContainerAllocator > > 
Ptr
typedef Plane_
< 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)
 Plane_ (const ContainerAllocator &_alloc)
 Plane_ ()
virtual ROS_DEPRECATED uint32_t serializationLength () const
virtual ROS_DEPRECATED uint8_t * serialize (uint8_t *write_ptr, uint32_t seq) const

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

::geometry_msgs::Point32_
< ContainerAllocator > 
bottom_left
::geometry_msgs::Point32_
< ContainerAllocator > 
bottom_right
float error
::geometry_msgs::Vector3Stamped_
< ContainerAllocator > 
normal
int32_t percentage_inliers
double plane_d
::geometry_msgs::PointStamped_
< ContainerAllocator > 
plane_point
::geometry_msgs::PoseStamped_
< ContainerAllocator > 
pose
int32_t result
::geometry_msgs::PointStamped_
< ContainerAllocator > 
slave_point
::geometry_msgs::Point32_
< ContainerAllocator > 
top_left
::geometry_msgs::Point32_
< ContainerAllocator > 
top_right

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 fast_plane_detection::Plane_< ContainerAllocator >

Definition at line 25 of file Plane.h.


Member Typedef Documentation

template<class ContainerAllocator>
typedef ::geometry_msgs::Point32_<ContainerAllocator> fast_plane_detection::Plane_< ContainerAllocator >::_bottom_left_type

Definition at line 82 of file Plane.h.

template<class ContainerAllocator>
typedef ::geometry_msgs::Point32_<ContainerAllocator> fast_plane_detection::Plane_< ContainerAllocator >::_bottom_right_type

Definition at line 85 of file Plane.h.

template<class ContainerAllocator>
typedef float fast_plane_detection::Plane_< ContainerAllocator >::_error_type

Definition at line 94 of file Plane.h.

template<class ContainerAllocator>
typedef ::geometry_msgs::Vector3Stamped_<ContainerAllocator> fast_plane_detection::Plane_< ContainerAllocator >::_normal_type

Definition at line 67 of file Plane.h.

template<class ContainerAllocator>
typedef int32_t fast_plane_detection::Plane_< ContainerAllocator >::_percentage_inliers_type

Definition at line 91 of file Plane.h.

template<class ContainerAllocator>
typedef double fast_plane_detection::Plane_< ContainerAllocator >::_plane_d_type

Definition at line 70 of file Plane.h.

template<class ContainerAllocator>
typedef ::geometry_msgs::PointStamped_<ContainerAllocator> fast_plane_detection::Plane_< ContainerAllocator >::_plane_point_type

Definition at line 64 of file Plane.h.

template<class ContainerAllocator>
typedef ::geometry_msgs::PoseStamped_<ContainerAllocator> fast_plane_detection::Plane_< ContainerAllocator >::_pose_type

Definition at line 61 of file Plane.h.

template<class ContainerAllocator>
typedef int32_t fast_plane_detection::Plane_< ContainerAllocator >::_result_type

Definition at line 88 of file Plane.h.

template<class ContainerAllocator>
typedef ::geometry_msgs::PointStamped_<ContainerAllocator> fast_plane_detection::Plane_< ContainerAllocator >::_slave_point_type

Definition at line 73 of file Plane.h.

template<class ContainerAllocator>
typedef ::geometry_msgs::Point32_<ContainerAllocator> fast_plane_detection::Plane_< ContainerAllocator >::_top_left_type

Definition at line 76 of file Plane.h.

template<class ContainerAllocator>
typedef ::geometry_msgs::Point32_<ContainerAllocator> fast_plane_detection::Plane_< ContainerAllocator >::_top_right_type

Definition at line 79 of file Plane.h.

template<class ContainerAllocator>
typedef boost::shared_ptr< ::fast_plane_detection::Plane_<ContainerAllocator> const> fast_plane_detection::Plane_< ContainerAllocator >::ConstPtr

Definition at line 295 of file Plane.h.

template<class ContainerAllocator>
typedef boost::shared_ptr< ::fast_plane_detection::Plane_<ContainerAllocator> > fast_plane_detection::Plane_< ContainerAllocator >::Ptr

Definition at line 294 of file Plane.h.

template<class ContainerAllocator>
typedef Plane_<ContainerAllocator> fast_plane_detection::Plane_< ContainerAllocator >::Type

Definition at line 27 of file Plane.h.


Member Enumeration Documentation

template<class ContainerAllocator>
anonymous enum
Enumerator:
SUCCESS 

Definition at line 97 of file Plane.h.

template<class ContainerAllocator>
anonymous enum
Enumerator:
FEW_INLIERS 

Definition at line 98 of file Plane.h.

template<class ContainerAllocator>
anonymous enum
Enumerator:
NO_PLANE 

Definition at line 99 of file Plane.h.

template<class ContainerAllocator>
anonymous enum
Enumerator:
OTHER_ERROR 

Definition at line 100 of file Plane.h.


Constructor & Destructor Documentation

template<class ContainerAllocator>
fast_plane_detection::Plane_< ContainerAllocator >::Plane_ (  )  [inline]

Definition at line 29 of file Plane.h.

template<class ContainerAllocator>
fast_plane_detection::Plane_< ContainerAllocator >::Plane_ ( const ContainerAllocator &  _alloc  )  [inline]

Definition at line 45 of file Plane.h.


Member Function Documentation

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

Definition at line 107 of file Plane.h.

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

Definition at line 114 of file Plane.h.

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

Definition at line 238 of file Plane.h.

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

Definition at line 105 of file Plane.h.

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

Definition at line 103 of file Plane.h.

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

Definition at line 112 of file Plane.h.

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

Definition at line 110 of file Plane.h.

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

Definition at line 236 of file Plane.h.

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

Definition at line 117 of file Plane.h.

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

Definition at line 258 of file Plane.h.

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

Definition at line 276 of file Plane.h.

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

Definition at line 240 of file Plane.h.


Member Data Documentation

template<class ContainerAllocator>
::geometry_msgs::Point32_<ContainerAllocator> fast_plane_detection::Plane_< ContainerAllocator >::bottom_left

Definition at line 83 of file Plane.h.

template<class ContainerAllocator>
::geometry_msgs::Point32_<ContainerAllocator> fast_plane_detection::Plane_< ContainerAllocator >::bottom_right

Definition at line 86 of file Plane.h.

template<class ContainerAllocator>
float fast_plane_detection::Plane_< ContainerAllocator >::error

Definition at line 95 of file Plane.h.

template<class ContainerAllocator>
::geometry_msgs::Vector3Stamped_<ContainerAllocator> fast_plane_detection::Plane_< ContainerAllocator >::normal

Definition at line 68 of file Plane.h.

template<class ContainerAllocator>
int32_t fast_plane_detection::Plane_< ContainerAllocator >::percentage_inliers

Definition at line 92 of file Plane.h.

template<class ContainerAllocator>
double fast_plane_detection::Plane_< ContainerAllocator >::plane_d

Definition at line 71 of file Plane.h.

template<class ContainerAllocator>
::geometry_msgs::PointStamped_<ContainerAllocator> fast_plane_detection::Plane_< ContainerAllocator >::plane_point

Definition at line 65 of file Plane.h.

template<class ContainerAllocator>
::geometry_msgs::PoseStamped_<ContainerAllocator> fast_plane_detection::Plane_< ContainerAllocator >::pose

Definition at line 62 of file Plane.h.

template<class ContainerAllocator>
int32_t fast_plane_detection::Plane_< ContainerAllocator >::result

Definition at line 89 of file Plane.h.

template<class ContainerAllocator>
::geometry_msgs::PointStamped_<ContainerAllocator> fast_plane_detection::Plane_< ContainerAllocator >::slave_point

Definition at line 74 of file Plane.h.

template<class ContainerAllocator>
::geometry_msgs::Point32_<ContainerAllocator> fast_plane_detection::Plane_< ContainerAllocator >::top_left

Definition at line 77 of file Plane.h.

template<class ContainerAllocator>
::geometry_msgs::Point32_<ContainerAllocator> fast_plane_detection::Plane_< ContainerAllocator >::top_right

Definition at line 80 of file Plane.h.


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


fast_plane_detection
Author(s): Jeannette Bohg
autogenerated on Fri Jan 11 09:37:46 2013