|
Jafar
|
**************************************************************************** PointCloudMapper More...
**************************************************************************** PointCloudMapper
Definition at line 122 of file filters.hpp.
#include <filters.hpp>
Public Types | |
| typedef pcl::PointCloud< PointT > | PointCloud |
| typedef PointCloud::Ptr | PointCloudPtr |
| typedef PointCloud::ConstPtr | PointCloudConstPtr |
|
typedef boost::shared_ptr < PointCloudMapper< PointT > > | Ptr |
|
typedef boost::shared_ptr < const PointCloudMapper < PointT > > | ConstPtr |
Public Member Functions | |
| int | setCloudIn (const PointCloudConstPtr &cloud) |
| int | setCloudOut (const PointCloudPtr &cloud) |
| int | compute () |
Private Member Functions | |
| bool | initCompute () |
Private Attributes | |
| PointCloudConstPtr | mCloudIn |
| PointCloudPtr | mCloudInDense |
| PointCloudPtr | mCloudOut |
| int | numClouds |
| Generated on Wed Oct 15 2014 00:37:52 for Jafar by doxygen 1.7.6.1 |
|