All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Defines
Public Types | Public Member Functions | Public Attributes
openraveros::BodyInfo_< ContainerAllocator > Struct Template Reference

#include <BodyInfo.h>

List of all members.

Public Types

enum  { Req_Names = 16 }
enum  { Req_JointNames = 32 }
enum  { Req_JointValues = 1 }
enum  { Req_Links = 2 }
enum  { Req_LinkNames = 4 }
enum  { Req_JointLimits = 8 }
typedef int32_t _bodyid_type
typedef uint8_t _dof_type
typedef uint8_t _enabled_type
typedef std::basic_string
< char, std::char_traits< char >
, typename
ContainerAllocator::template
rebind< char >::other > 
_filename_type
typedef std::vector
< std::basic_string< char,
std::char_traits< char >
, typename
ContainerAllocator::template
rebind< char >::other >
, typename
ContainerAllocator::template
rebind< std::basic_string
< char, std::char_traits< char >
, typename
ContainerAllocator::template
rebind< char >::other >
>::other > 
_jointnames_type
typedef std::vector< float,
typename
ContainerAllocator::template
rebind< float >::other > 
_jointvalues_type
typedef std::vector
< std::basic_string< char,
std::char_traits< char >
, typename
ContainerAllocator::template
rebind< char >::other >
, typename
ContainerAllocator::template
rebind< std::basic_string
< char, std::char_traits< char >
, typename
ContainerAllocator::template
rebind< char >::other >
>::other > 
_linknames_type
typedef std::vector
< ::openraveros::AffineTransformMatrix_
< ContainerAllocator >
, typename
ContainerAllocator::template
rebind
< ::openraveros::AffineTransformMatrix_
< ContainerAllocator >
>::other > 
_links_type
typedef std::vector< float,
typename
ContainerAllocator::template
rebind< float >::other > 
_lowerlimit_type
typedef std::basic_string
< char, std::char_traits< char >
, typename
ContainerAllocator::template
rebind< char >::other > 
_name_type
typedef
::openraveros::AffineTransformMatrix_
< ContainerAllocator > 
_transform_type
typedef std::basic_string
< char, std::char_traits< char >
, typename
ContainerAllocator::template
rebind< char >::other > 
_type_type
typedef std::vector< float,
typename
ContainerAllocator::template
rebind< float >::other > 
_upperlimit_type
typedef boost::shared_ptr
< ::openraveros::BodyInfo_
< ContainerAllocator > const > 
ConstPtr
typedef boost::shared_ptr
< ::openraveros::BodyInfo_
< ContainerAllocator > > 
Ptr
typedef BodyInfo_
< ContainerAllocator > 
Type

Public Member Functions

 BodyInfo_ ()
 BodyInfo_ (const ContainerAllocator &_alloc)

Public Attributes

boost::shared_ptr< std::map
< std::string, std::string > > 
__connection_header
int32_t bodyid
uint8_t dof
uint8_t enabled
std::basic_string< char,
std::char_traits< char >
, typename
ContainerAllocator::template
rebind< char >::other > 
filename
std::vector< std::basic_string
< char, std::char_traits< char >
, typename
ContainerAllocator::template
rebind< char >::other >
, typename
ContainerAllocator::template
rebind< std::basic_string
< char, std::char_traits< char >
, typename
ContainerAllocator::template
rebind< char >::other >
>::other > 
jointnames
std::vector< float, typename
ContainerAllocator::template
rebind< float >::other > 
jointvalues
std::vector< std::basic_string
< char, std::char_traits< char >
, typename
ContainerAllocator::template
rebind< char >::other >
, typename
ContainerAllocator::template
rebind< std::basic_string
< char, std::char_traits< char >
, typename
ContainerAllocator::template
rebind< char >::other >
>::other > 
linknames
std::vector
< ::openraveros::AffineTransformMatrix_
< ContainerAllocator >
, typename
ContainerAllocator::template
rebind
< ::openraveros::AffineTransformMatrix_
< ContainerAllocator >
>::other > 
links
std::vector< float, typename
ContainerAllocator::template
rebind< float >::other > 
lowerlimit
std::basic_string< char,
std::char_traits< char >
, typename
ContainerAllocator::template
rebind< char >::other > 
name
::openraveros::AffineTransformMatrix_
< ContainerAllocator > 
transform
std::basic_string< char,
std::char_traits< char >
, typename
ContainerAllocator::template
rebind< char >::other > 
type
std::vector< float, typename
ContainerAllocator::template
rebind< float >::other > 
upperlimit

Detailed Description

template<class ContainerAllocator>
struct openraveros::BodyInfo_< ContainerAllocator >

Definition at line 23 of file BodyInfo.h.


Member Typedef Documentation

template<class ContainerAllocator >
typedef int32_t openraveros::BodyInfo_< ContainerAllocator >::_bodyid_type

Definition at line 60 of file BodyInfo.h.

template<class ContainerAllocator >
typedef uint8_t openraveros::BodyInfo_< ContainerAllocator >::_dof_type

Definition at line 66 of file BodyInfo.h.

template<class ContainerAllocator >
typedef uint8_t openraveros::BodyInfo_< ContainerAllocator >::_enabled_type

Definition at line 69 of file BodyInfo.h.

template<class ContainerAllocator >
typedef std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > openraveros::BodyInfo_< ContainerAllocator >::_filename_type

Definition at line 72 of file BodyInfo.h.

template<class ContainerAllocator >
typedef std::vector<std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > , typename ContainerAllocator::template rebind<std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > >::other > openraveros::BodyInfo_< ContainerAllocator >::_jointnames_type

Definition at line 90 of file BodyInfo.h.

template<class ContainerAllocator >
typedef std::vector<float, typename ContainerAllocator::template rebind<float>::other > openraveros::BodyInfo_< ContainerAllocator >::_jointvalues_type

Definition at line 81 of file BodyInfo.h.

template<class ContainerAllocator >
typedef std::vector<std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > , typename ContainerAllocator::template rebind<std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > >::other > openraveros::BodyInfo_< ContainerAllocator >::_linknames_type

Definition at line 87 of file BodyInfo.h.

template<class ContainerAllocator >
typedef std::vector< ::openraveros::AffineTransformMatrix_<ContainerAllocator> , typename ContainerAllocator::template rebind< ::openraveros::AffineTransformMatrix_<ContainerAllocator> >::other > openraveros::BodyInfo_< ContainerAllocator >::_links_type

Definition at line 84 of file BodyInfo.h.

template<class ContainerAllocator >
typedef std::vector<float, typename ContainerAllocator::template rebind<float>::other > openraveros::BodyInfo_< ContainerAllocator >::_lowerlimit_type

Definition at line 93 of file BodyInfo.h.

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

Definition at line 75 of file BodyInfo.h.

template<class ContainerAllocator >
typedef ::openraveros::AffineTransformMatrix_<ContainerAllocator> openraveros::BodyInfo_< ContainerAllocator >::_transform_type

Definition at line 63 of file BodyInfo.h.

template<class ContainerAllocator >
typedef std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > openraveros::BodyInfo_< ContainerAllocator >::_type_type

Definition at line 78 of file BodyInfo.h.

template<class ContainerAllocator >
typedef std::vector<float, typename ContainerAllocator::template rebind<float>::other > openraveros::BodyInfo_< ContainerAllocator >::_upperlimit_type

Definition at line 96 of file BodyInfo.h.

template<class ContainerAllocator >
typedef boost::shared_ptr< ::openraveros::BodyInfo_<ContainerAllocator> const> openraveros::BodyInfo_< ContainerAllocator >::ConstPtr

Definition at line 107 of file BodyInfo.h.

template<class ContainerAllocator >
typedef boost::shared_ptr< ::openraveros::BodyInfo_<ContainerAllocator> > openraveros::BodyInfo_< ContainerAllocator >::Ptr

Definition at line 106 of file BodyInfo.h.

template<class ContainerAllocator >
typedef BodyInfo_<ContainerAllocator> openraveros::BodyInfo_< ContainerAllocator >::Type

Definition at line 24 of file BodyInfo.h.


Member Enumeration Documentation

template<class ContainerAllocator >
anonymous enum
Enumerator:
Req_Names 

Definition at line 103 of file BodyInfo.h.

template<class ContainerAllocator >
anonymous enum
Enumerator:
Req_JointNames 

Definition at line 104 of file BodyInfo.h.

template<class ContainerAllocator >
anonymous enum
Enumerator:
Req_JointValues 

Definition at line 99 of file BodyInfo.h.

template<class ContainerAllocator >
anonymous enum
Enumerator:
Req_Links 

Definition at line 100 of file BodyInfo.h.

template<class ContainerAllocator >
anonymous enum
Enumerator:
Req_LinkNames 

Definition at line 101 of file BodyInfo.h.

template<class ContainerAllocator >
anonymous enum
Enumerator:
Req_JointLimits 

Definition at line 102 of file BodyInfo.h.


Constructor & Destructor Documentation

template<class ContainerAllocator >
openraveros::BodyInfo_< ContainerAllocator >::BodyInfo_ ( ) [inline]

Definition at line 26 of file BodyInfo.h.

template<class ContainerAllocator >
openraveros::BodyInfo_< ContainerAllocator >::BodyInfo_ ( const ContainerAllocator &  _alloc) [inline]

Definition at line 43 of file BodyInfo.h.


Member Data Documentation

template<class ContainerAllocator >
boost::shared_ptr<std::map<std::string, std::string> > openraveros::BodyInfo_< ContainerAllocator >::__connection_header

Definition at line 108 of file BodyInfo.h.

template<class ContainerAllocator >
int32_t openraveros::BodyInfo_< ContainerAllocator >::bodyid

Definition at line 61 of file BodyInfo.h.

template<class ContainerAllocator >
uint8_t openraveros::BodyInfo_< ContainerAllocator >::dof

Definition at line 67 of file BodyInfo.h.

template<class ContainerAllocator >
uint8_t openraveros::BodyInfo_< ContainerAllocator >::enabled

Definition at line 70 of file BodyInfo.h.

template<class ContainerAllocator >
std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > openraveros::BodyInfo_< ContainerAllocator >::filename

Definition at line 73 of file BodyInfo.h.

template<class ContainerAllocator >
std::vector<std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > , typename ContainerAllocator::template rebind<std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > >::other > openraveros::BodyInfo_< ContainerAllocator >::jointnames

Definition at line 91 of file BodyInfo.h.

template<class ContainerAllocator >
std::vector<float, typename ContainerAllocator::template rebind<float>::other > openraveros::BodyInfo_< ContainerAllocator >::jointvalues

Definition at line 82 of file BodyInfo.h.

template<class ContainerAllocator >
std::vector<std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > , typename ContainerAllocator::template rebind<std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > >::other > openraveros::BodyInfo_< ContainerAllocator >::linknames

Definition at line 88 of file BodyInfo.h.

template<class ContainerAllocator >
std::vector< ::openraveros::AffineTransformMatrix_<ContainerAllocator> , typename ContainerAllocator::template rebind< ::openraveros::AffineTransformMatrix_<ContainerAllocator> >::other > openraveros::BodyInfo_< ContainerAllocator >::links

Definition at line 85 of file BodyInfo.h.

template<class ContainerAllocator >
std::vector<float, typename ContainerAllocator::template rebind<float>::other > openraveros::BodyInfo_< ContainerAllocator >::lowerlimit

Definition at line 94 of file BodyInfo.h.

template<class ContainerAllocator >
std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > openraveros::BodyInfo_< ContainerAllocator >::name

Definition at line 76 of file BodyInfo.h.

template<class ContainerAllocator >
::openraveros::AffineTransformMatrix_<ContainerAllocator> openraveros::BodyInfo_< ContainerAllocator >::transform

Definition at line 64 of file BodyInfo.h.

template<class ContainerAllocator >
std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > openraveros::BodyInfo_< ContainerAllocator >::type

Definition at line 79 of file BodyInfo.h.

template<class ContainerAllocator >
std::vector<float, typename ContainerAllocator::template rebind<float>::other > openraveros::BodyInfo_< ContainerAllocator >::upperlimit

Definition at line 97 of file BodyInfo.h.


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


openraveros
Author(s): Rosen Diankov (rosen.diankov@gmail.com)
autogenerated on Sat Mar 23 2013 22:16:11