Super class for sensor model. It provides pure virtual method for common interfaces. More...
#include <pointcloud_sensor_model.h>

| Public Types | |
| typedef boost::shared_ptr< PointCloudSensorModel > | Ptr | 
| Public Member Functions | |
| virtual double | expectedPointCloudNum (double distance, double area) const =0 | 
| Return the expected number of points according to distance and area.  More... | |
Super class for sensor model. It provides pure virtual method for common interfaces.
Definition at line 78 of file pointcloud_sensor_model.h.
Definition at line 113 of file pointcloud_sensor_model.h.
| 
 | pure virtual | 
Return the expected number of points according to distance and area.
Implemented in jsk_recognition_utils::CameraDepthSensor, and jsk_recognition_utils::SpindleLaserSensor.