|
Jafar
|
**************************************************************************** PointCloudClassifier More...
**************************************************************************** PointCloudClassifier
Definition at line 150 of file filters.hpp.
#include <filters.hpp>
Public Types | |
| typedef pcl::PointCloud< PointT > | PointCloudIn |
| typedef PointCloudIn::ConstPtr | PointCloudInConstPtr |
|
typedef boost::shared_ptr < const REGION_MAP > | RegionMapConstPtr |
|
typedef pcl::PointCloud < PointRegionMap > | PointCloudOut |
| typedef PointCloudOut::Ptr | PointCloudOutPtr |
|
typedef boost::shared_ptr < PointCloudClassifier< PointT > > | Ptr |
|
typedef boost::shared_ptr < const PointCloudClassifier < PointT > > | ConstPtr |
Public Member Functions | |
| int | setCloudIn (const PointCloudInConstPtr &cloud) |
| int | setRegionMap (const RegionMapConstPtr ®ionMap) |
| int | setCloudOut (const PointCloudOutPtr &cloud) |
| int | compute () |
Private Member Functions | |
| bool | initCompute () |
Private Attributes | |
| PointCloudInConstPtr | mCloudIn |
| RegionMapConstPtr | mRegionMap |
| PointCloudOutPtr | mCloudOut |
| Generated on Wed Oct 15 2014 00:37:52 for Jafar by doxygen 1.7.6.1 |
|