Kinect Class Reference
#include <Kinect.h>
List of all members.
Public Member Functions |
void | getCloud (pcl::PointCloud< pcl::PointXYZ >::Ptr cloud, std::string frame_id="/map", ros::Time after=ros::Time(0, 0)) |
void | getCloud (pcl::PointCloud< pcl::PointXYZRGB >::Ptr cloud, std::string frame_id="/map", ros::Time after=ros::Time(0, 0)) |
Static Public Member Functions |
static Kinect * | getInstance () |
Public Attributes |
volatile bool | stop |
Private Member Functions |
| Kinect () |
| ~Kinect () |
Static Private Attributes |
static Kinect * | instance_ = 0 |
Detailed Description
Definition at line 41 of file Kinect.h.
Constructor & Destructor Documentation
Kinect::Kinect |
( |
|
) |
[inline, private] |
Kinect::~Kinect |
( |
|
) |
[inline, private] |
Member Function Documentation
void Kinect::getCloud |
( |
pcl::PointCloud< pcl::PointXYZ >::Ptr |
cloud, |
|
|
std::string |
frame_id = "/map" , |
|
|
ros::Time |
after = ros::Time(0,0) | |
|
) |
| | |
void Kinect::getCloud |
( |
pcl::PointCloud< pcl::PointXYZRGB >::Ptr |
cloud, |
|
|
std::string |
frame_id = "/map" , |
|
|
ros::Time |
after = ros::Time(0,0) | |
|
) |
| | |
static Kinect* Kinect::getInstance |
( |
|
) |
[inline, static] |
Member Data Documentation
The documentation for this class was generated from the following files: