#include <calibrate.h>
Public Types | |
typedef std::vector< double, typename ContainerAllocator::template rebind< double >::other > | _stdDevErrs_type |
typedef boost::shared_ptr < ::visp_camera_calibration::calibrateResponse_ < ContainerAllocator > const > | ConstPtr |
typedef boost::shared_ptr < ::visp_camera_calibration::calibrateResponse_ < ContainerAllocator > > | Ptr |
typedef calibrateResponse_ < ContainerAllocator > | Type |
Public Member Functions | |
calibrateResponse_ () | |
calibrateResponse_ (const ContainerAllocator &_alloc) | |
Public Attributes | |
boost::shared_ptr< std::map < std::string, std::string > > | __connection_header |
std::vector< double, typename ContainerAllocator::template rebind< double >::other > | stdDevErrs |
Definition at line 63 of file calibrate.h.
typedef std::vector<double, typename ContainerAllocator::template rebind<double>::other > visp_camera_calibration::calibrateResponse_< ContainerAllocator >::_stdDevErrs_type |
Definition at line 76 of file calibrate.h.
typedef boost::shared_ptr< ::visp_camera_calibration::calibrateResponse_<ContainerAllocator> const> visp_camera_calibration::calibrateResponse_< ContainerAllocator >::ConstPtr |
Definition at line 81 of file calibrate.h.
typedef boost::shared_ptr< ::visp_camera_calibration::calibrateResponse_<ContainerAllocator> > visp_camera_calibration::calibrateResponse_< ContainerAllocator >::Ptr |
Definition at line 80 of file calibrate.h.
typedef calibrateResponse_<ContainerAllocator> visp_camera_calibration::calibrateResponse_< ContainerAllocator >::Type |
Definition at line 64 of file calibrate.h.
visp_camera_calibration::calibrateResponse_< ContainerAllocator >::calibrateResponse_ | ( | ) | [inline] |
Definition at line 66 of file calibrate.h.
visp_camera_calibration::calibrateResponse_< ContainerAllocator >::calibrateResponse_ | ( | const ContainerAllocator & | _alloc | ) | [inline] |
Definition at line 71 of file calibrate.h.
boost::shared_ptr<std::map<std::string, std::string> > visp_camera_calibration::calibrateResponse_< ContainerAllocator >::__connection_header |
Definition at line 82 of file calibrate.h.
std::vector<double, typename ContainerAllocator::template rebind<double>::other > visp_camera_calibration::calibrateResponse_< ContainerAllocator >::stdDevErrs |
Definition at line 77 of file calibrate.h.