#include <WorldPoint.h>
| Public Types | |
| typedef uint32_t | _index_type | 
| typedef double | _w_type | 
| typedef double | _x_type | 
| typedef double | _y_type | 
| typedef double | _z_type | 
| typedef boost::shared_ptr < ::sba::WorldPoint_ < ContainerAllocator > const > | ConstPtr | 
| typedef boost::shared_ptr < ::sba::WorldPoint_ < ContainerAllocator > > | Ptr | 
| typedef WorldPoint_ < ContainerAllocator > | Type | 
| Public Member Functions | |
| WorldPoint_ () | |
| WorldPoint_ (const ContainerAllocator &_alloc) | |
| Public Attributes | |
| boost::shared_ptr< std::map < std::string, std::string > > | __connection_header | 
| uint32_t | index | 
| double | w | 
| double | x | 
| double | y | 
| double | z | 
Definition at line 21 of file WorldPoint.h.
| typedef uint32_t sba::WorldPoint_< ContainerAllocator >::_index_type | 
Definition at line 42 of file WorldPoint.h.
| typedef double sba::WorldPoint_< ContainerAllocator >::_w_type | 
Definition at line 54 of file WorldPoint.h.
| typedef double sba::WorldPoint_< ContainerAllocator >::_x_type | 
Definition at line 45 of file WorldPoint.h.
| typedef double sba::WorldPoint_< ContainerAllocator >::_y_type | 
Definition at line 48 of file WorldPoint.h.
| typedef double sba::WorldPoint_< ContainerAllocator >::_z_type | 
Definition at line 51 of file WorldPoint.h.
| typedef boost::shared_ptr< ::sba::WorldPoint_<ContainerAllocator> const> sba::WorldPoint_< ContainerAllocator >::ConstPtr | 
Definition at line 59 of file WorldPoint.h.
| typedef boost::shared_ptr< ::sba::WorldPoint_<ContainerAllocator> > sba::WorldPoint_< ContainerAllocator >::Ptr | 
Definition at line 58 of file WorldPoint.h.
| typedef WorldPoint_<ContainerAllocator> sba::WorldPoint_< ContainerAllocator >::Type | 
Definition at line 22 of file WorldPoint.h.
| sba::WorldPoint_< ContainerAllocator >::WorldPoint_ | ( | ) |  [inline] | 
Definition at line 24 of file WorldPoint.h.
| sba::WorldPoint_< ContainerAllocator >::WorldPoint_ | ( | const ContainerAllocator & | _alloc | ) |  [inline] | 
Definition at line 33 of file WorldPoint.h.
| boost::shared_ptr<std::map<std::string, std::string> > sba::WorldPoint_< ContainerAllocator >::__connection_header | 
Definition at line 60 of file WorldPoint.h.
| uint32_t sba::WorldPoint_< ContainerAllocator >::index | 
Definition at line 43 of file WorldPoint.h.
| double sba::WorldPoint_< ContainerAllocator >::w | 
Definition at line 55 of file WorldPoint.h.
| double sba::WorldPoint_< ContainerAllocator >::x | 
Definition at line 46 of file WorldPoint.h.
| double sba::WorldPoint_< ContainerAllocator >::y | 
Definition at line 49 of file WorldPoint.h.
| double sba::WorldPoint_< ContainerAllocator >::z | 
Definition at line 52 of file WorldPoint.h.