#include <KltPoint.h>
Public Types | |
| typedef double | _i_type |
| typedef int32_t | _id_type |
| typedef double | _j_type |
| typedef boost::shared_ptr < ::visp_tracker::KltPoint_ < ContainerAllocator > const > | ConstPtr |
| typedef boost::shared_ptr < ::visp_tracker::KltPoint_ < ContainerAllocator > > | Ptr |
| typedef KltPoint_ < ContainerAllocator > | Type |
Public Member Functions | |
| KltPoint_ () | |
| KltPoint_ (const ContainerAllocator &_alloc) | |
Public Attributes | |
| boost::shared_ptr< std::map < std::string, std::string > > | __connection_header |
| double | i |
| int32_t | id |
| double | j |
Definition at line 21 of file KltPoint.h.
| typedef double visp_tracker::KltPoint_< ContainerAllocator >::_i_type |
Definition at line 38 of file KltPoint.h.
| typedef int32_t visp_tracker::KltPoint_< ContainerAllocator >::_id_type |
Definition at line 44 of file KltPoint.h.
| typedef double visp_tracker::KltPoint_< ContainerAllocator >::_j_type |
Definition at line 41 of file KltPoint.h.
| typedef boost::shared_ptr< ::visp_tracker::KltPoint_<ContainerAllocator> const> visp_tracker::KltPoint_< ContainerAllocator >::ConstPtr |
Definition at line 49 of file KltPoint.h.
| typedef boost::shared_ptr< ::visp_tracker::KltPoint_<ContainerAllocator> > visp_tracker::KltPoint_< ContainerAllocator >::Ptr |
Definition at line 48 of file KltPoint.h.
| typedef KltPoint_<ContainerAllocator> visp_tracker::KltPoint_< ContainerAllocator >::Type |
Definition at line 22 of file KltPoint.h.
| visp_tracker::KltPoint_< ContainerAllocator >::KltPoint_ | ( | ) | [inline] |
Definition at line 24 of file KltPoint.h.
| visp_tracker::KltPoint_< ContainerAllocator >::KltPoint_ | ( | const ContainerAllocator & | _alloc | ) | [inline] |
Definition at line 31 of file KltPoint.h.
| boost::shared_ptr<std::map<std::string, std::string> > visp_tracker::KltPoint_< ContainerAllocator >::__connection_header |
Definition at line 50 of file KltPoint.h.
| double visp_tracker::KltPoint_< ContainerAllocator >::i |
Definition at line 39 of file KltPoint.h.
| int32_t visp_tracker::KltPoint_< ContainerAllocator >::id |
Definition at line 45 of file KltPoint.h.
| double visp_tracker::KltPoint_< ContainerAllocator >::j |
Definition at line 42 of file KltPoint.h.