23 #ifndef __PLUGINS_OPENNI_PCL_FROMBUF_THREAD_H_ 24 #define __PLUGINS_OPENNI_PCL_FROMBUF_THREAD_H_ 27 #include <pcl/point_cloud.h> 28 #include <pcl/point_types.h> 30 #include <core/threading/thread.h> 31 #include <core/utils/lockptr.h> 32 #include <aspect/logging.h> 33 #include <aspect/configurable.h> 34 #include <aspect/clock.h> 35 #include <aspect/blocked_timing.h> 36 #include <aspect/pointcloud.h> 37 #include <fvutils/adapters/pcl.h> 38 #include <plugins/openni/aspect/openni.h> 39 #include <utils/time/time.h> 44 class SharedMemoryImageBuffer;
61 virtual void finalize();
64 protected:
virtual void run() { Thread::run(); }
72 unsigned int __height;
Thread aspect that allows to obtain the current time from the clock.
Thread aspect to provide and access point clouds.
A class for handling time.
Thread class encapsulation of pthreads.
virtual void run()
Stub to see name in backtrace for easier debugging.
Thread aspect to use blocked timing.
OpenNI Point Cloud Provider Thread.
Shared memory image buffer.
Thread aspect to log output.
Thread aspect to access configuration data.
RefPtr<> is a reference-counting shared smartpointer.