|
Fawkes API
Fawkes Development Version
|
Thread aspect to provide and access point clouds. More...
#include <>>

Public Member Functions | |
| PointCloudAspect () | |
| Constructor. | |
| virtual | ~PointCloudAspect () |
| Virtual empty Destructor. | |
| void | init_PointCloudAspect (PointCloudManager *pcl_manager) |
| Set URL manager. | |
Public Member Functions inherited from fawkes::Aspect | |
| const std::list< const char * > & | get_aspects () const |
| Get list of aspect names attached to a aspected thread. | |
Protected Attributes | |
| PointCloudManager * | pcl_manager |
| Manager to distribute and access point clouds. | |
Additional Inherited Members | |
Protected Member Functions inherited from fawkes::Aspect | |
| void | add_aspect (const char *name) |
| Add an aspect to a thread. | |
| fawkes::PointCloudAspect::PointCloudAspect | ( | ) |
Constructor.
Definition at line 42 of file pointcloud.cpp.
|
virtual |
Virtual empty Destructor.
Definition at line 49 of file pointcloud.cpp.
| void fawkes::PointCloudAspect::init_PointCloudAspect | ( | PointCloudManager * | cloud_manager | ) |
Set URL manager.
It is guaranteed that this is called for a thread before Thread::start() is called (when running regularly inside Fawkes).
| cloud_manager | the cloud manager to distribute clouds |
Definition at line 60 of file pointcloud.cpp.
Referenced by fawkes::PointCloudAspectIniFin::init().
|
protected |
Manager to distribute and access point clouds.
Definition at line 50 of file pointcloud.h.
Referenced by RobotinoIrPclThread::finalize(), LaserPointCloudThread::finalize(), OpenNiPclOnlyThread::finalize(), TabletopObjectsThread::finalize(), RobotinoIrPclThread::init(), LaserPointCloudThread::init(), OpenNiPclOnlyThread::init(), RosPointCloudThread::init(), and TabletopObjectsThread::init().