Image Component Library (ICL)
|
Generic interface for PointCloud sources. More...
#include <PointCloudOutput.h>
Public Member Functions | |
virtual void | send (const PointCloudObjectBase &dst)=0 |
fills the given point cloud with grabbed information More... | |
virtual | ~PointCloudOutput () |
virtual, but empty destructor More... | |
Generic interface for PointCloud sources.
|
inlinevirtual |
virtual, but empty destructor
|
pure virtual |
fills the given point cloud with grabbed information
Implemented in icl::geom::GenericPointCloudOutput, and icl::geom::RSBPointCloudSender.