#include <ActiveDOFs.h>
Public Types | |
| enum | { DOF_X = 1 } |
| enum | { DOF_Y = 2 } |
| enum | { DOF_Z = 4 } |
| enum | { DOF_RotationAxis = 8 } |
| enum | { DOF_Rotation3D = 16 } |
| enum | { DOF_RotationQuat = 32 } |
| typedef uint32_t | _affine_type |
| typedef std::vector< int32_t, typename ContainerAllocator::template rebind< int32_t >::other > | _indices_type |
| typedef boost::array< float, 3 > | _rotationaxis_type |
| typedef boost::shared_ptr < ::openraveros::ActiveDOFs_ < ContainerAllocator > const > | ConstPtr |
| typedef boost::shared_ptr < ::openraveros::ActiveDOFs_ < ContainerAllocator > > | Ptr |
| typedef ActiveDOFs_ < ContainerAllocator > | Type |
Public Member Functions | |
| ActiveDOFs_ () | |
| ActiveDOFs_ (const ContainerAllocator &_alloc) | |
Public Attributes | |
| boost::shared_ptr< std::map < std::string, std::string > > | __connection_header |
| uint32_t | affine |
| std::vector< int32_t, typename ContainerAllocator::template rebind< int32_t >::other > | indices |
| boost::array< float, 3 > | rotationaxis |
Definition at line 21 of file ActiveDOFs.h.
| typedef uint32_t openraveros::ActiveDOFs_< ContainerAllocator >::_affine_type |
Definition at line 40 of file ActiveDOFs.h.
| typedef std::vector<int32_t, typename ContainerAllocator::template rebind<int32_t>::other > openraveros::ActiveDOFs_< ContainerAllocator >::_indices_type |
Definition at line 43 of file ActiveDOFs.h.
| typedef boost::array<float, 3> openraveros::ActiveDOFs_< ContainerAllocator >::_rotationaxis_type |
Definition at line 46 of file ActiveDOFs.h.
| typedef boost::shared_ptr< ::openraveros::ActiveDOFs_<ContainerAllocator> const> openraveros::ActiveDOFs_< ContainerAllocator >::ConstPtr |
Definition at line 57 of file ActiveDOFs.h.
| typedef boost::shared_ptr< ::openraveros::ActiveDOFs_<ContainerAllocator> > openraveros::ActiveDOFs_< ContainerAllocator >::Ptr |
Definition at line 56 of file ActiveDOFs.h.
| typedef ActiveDOFs_<ContainerAllocator> openraveros::ActiveDOFs_< ContainerAllocator >::Type |
Definition at line 22 of file ActiveDOFs.h.
| anonymous enum |
Definition at line 49 of file ActiveDOFs.h.
| anonymous enum |
Definition at line 50 of file ActiveDOFs.h.
| anonymous enum |
Definition at line 51 of file ActiveDOFs.h.
| anonymous enum |
Definition at line 52 of file ActiveDOFs.h.
| anonymous enum |
Definition at line 53 of file ActiveDOFs.h.
| anonymous enum |
Definition at line 54 of file ActiveDOFs.h.
| openraveros::ActiveDOFs_< ContainerAllocator >::ActiveDOFs_ | ( | ) | [inline] |
Definition at line 24 of file ActiveDOFs.h.
| openraveros::ActiveDOFs_< ContainerAllocator >::ActiveDOFs_ | ( | const ContainerAllocator & | _alloc | ) | [inline] |
Definition at line 32 of file ActiveDOFs.h.
| boost::shared_ptr<std::map<std::string, std::string> > openraveros::ActiveDOFs_< ContainerAllocator >::__connection_header |
Definition at line 58 of file ActiveDOFs.h.
| uint32_t openraveros::ActiveDOFs_< ContainerAllocator >::affine |
Definition at line 41 of file ActiveDOFs.h.
| std::vector<int32_t, typename ContainerAllocator::template rebind<int32_t>::other > openraveros::ActiveDOFs_< ContainerAllocator >::indices |
Definition at line 44 of file ActiveDOFs.h.
| boost::array<float, 3> openraveros::ActiveDOFs_< ContainerAllocator >::rotationaxis |
Definition at line 47 of file ActiveDOFs.h.