| Public Types | |
| typedef pcl::PointCloud < PointType > | Cloud | 
| typedef Cloud::ConstPtr | CloudConstPtr | 
| typedef Cloud::Ptr | CloudPtr | 
| Public Member Functions | |
| void | cloud_cb (const CloudConstPtr &cloud) | 
| OpenNIFastMesh (const std::string &device_id="") | |
| void | run (int argc, char **argv) | 
| Public Attributes | |
| CloudConstPtr | cloud_ | 
| std::string | device_id_ | 
| pcl::PolygonMesh::Ptr | mesh_ | 
| boost::mutex | mtx_ | 
| pcl::OrganizedFastMesh< PointType > | ofm | 
| boost::shared_ptr< std::vector < pcl::Vertices > > | vertices_ | 
| boost::shared_ptr < pcl::visualization::PCLVisualizer > | view | 
Definition at line 66 of file openni_fast_mesh.cpp.
| typedef pcl::PointCloud<PointType> OpenNIFastMesh< PointType >::Cloud | 
Definition at line 69 of file openni_fast_mesh.cpp.
| typedef Cloud::ConstPtr OpenNIFastMesh< PointType >::CloudConstPtr | 
Definition at line 71 of file openni_fast_mesh.cpp.
| typedef Cloud::Ptr OpenNIFastMesh< PointType >::CloudPtr | 
Definition at line 70 of file openni_fast_mesh.cpp.
| OpenNIFastMesh< PointType >::OpenNIFastMesh | ( | const std::string & | device_id = "" | ) |  [inline] | 
Definition at line 73 of file openni_fast_mesh.cpp.
| void OpenNIFastMesh< PointType >::cloud_cb | ( | const CloudConstPtr & | cloud | ) |  [inline] | 
Definition at line 81 of file openni_fast_mesh.cpp.
| void OpenNIFastMesh< PointType >::run | ( | int | argc, | 
| char ** | argv | ||
| ) |  [inline] | 
Definition at line 107 of file openni_fast_mesh.cpp.
| CloudConstPtr OpenNIFastMesh< PointType >::cloud_ | 
Definition at line 158 of file openni_fast_mesh.cpp.
| std::string OpenNIFastMesh< PointType >::device_id_ | 
Definition at line 154 of file openni_fast_mesh.cpp.
| pcl::PolygonMesh::Ptr OpenNIFastMesh< PointType >::mesh_ | 
Definition at line 160 of file openni_fast_mesh.cpp.
| boost::mutex OpenNIFastMesh< PointType >::mtx_ | 
Definition at line 156 of file openni_fast_mesh.cpp.
| pcl::OrganizedFastMesh<PointType> OpenNIFastMesh< PointType >::ofm | 
Definition at line 153 of file openni_fast_mesh.cpp.
| boost::shared_ptr<std::vector<pcl::Vertices> > OpenNIFastMesh< PointType >::vertices_ | 
Definition at line 159 of file openni_fast_mesh.cpp.
| boost::shared_ptr<pcl::visualization::PCLVisualizer> OpenNIFastMesh< PointType >::view | 
Definition at line 162 of file openni_fast_mesh.cpp.