#include <ImagePoint.h>
| Public Types | |
| typedef int32_t | _x_type | 
| typedef int32_t | _y_type | 
| typedef boost::shared_ptr < ::visp_camera_calibration::ImagePoint_ < ContainerAllocator > const > | ConstPtr | 
| typedef boost::shared_ptr < ::visp_camera_calibration::ImagePoint_ < ContainerAllocator > > | Ptr | 
| typedef ImagePoint_ < ContainerAllocator > | Type | 
| Public Member Functions | |
| ImagePoint_ () | |
| ImagePoint_ (const ContainerAllocator &_alloc) | |
| Public Attributes | |
| boost::shared_ptr< std::map < std::string, std::string > > | __connection_header | 
| int32_t | x | 
| int32_t | y | 
Definition at line 21 of file ImagePoint.h.
| typedef int32_t visp_camera_calibration::ImagePoint_< ContainerAllocator >::_x_type | 
Definition at line 36 of file ImagePoint.h.
| typedef int32_t visp_camera_calibration::ImagePoint_< ContainerAllocator >::_y_type | 
Definition at line 39 of file ImagePoint.h.
| typedef boost::shared_ptr< ::visp_camera_calibration::ImagePoint_<ContainerAllocator> const> visp_camera_calibration::ImagePoint_< ContainerAllocator >::ConstPtr | 
Definition at line 44 of file ImagePoint.h.
| typedef boost::shared_ptr< ::visp_camera_calibration::ImagePoint_<ContainerAllocator> > visp_camera_calibration::ImagePoint_< ContainerAllocator >::Ptr | 
Definition at line 43 of file ImagePoint.h.
| typedef ImagePoint_<ContainerAllocator> visp_camera_calibration::ImagePoint_< ContainerAllocator >::Type | 
Definition at line 22 of file ImagePoint.h.
| visp_camera_calibration::ImagePoint_< ContainerAllocator >::ImagePoint_ | ( | ) |  [inline] | 
Definition at line 24 of file ImagePoint.h.
| visp_camera_calibration::ImagePoint_< ContainerAllocator >::ImagePoint_ | ( | const ContainerAllocator & | _alloc | ) |  [inline] | 
Definition at line 30 of file ImagePoint.h.
| boost::shared_ptr<std::map<std::string, std::string> > visp_camera_calibration::ImagePoint_< ContainerAllocator >::__connection_header | 
Definition at line 45 of file ImagePoint.h.
| int32_t visp_camera_calibration::ImagePoint_< ContainerAllocator >::x | 
Definition at line 37 of file ImagePoint.h.
| int32_t visp_camera_calibration::ImagePoint_< ContainerAllocator >::y | 
Definition at line 40 of file ImagePoint.h.