![]() |
ImFusion C++ SDK 4.4.0
|
#include <ImFusion/CL/ClPointCloud.h>
OpenCL point cloud. More...
OpenCL point cloud.
Public Member Functions | |
| ClPointCloud (PointCloud &pc, ClEnvironment *env=nullptr) | |
| PointCloud & | pointCloud () |
| const ClImage * | vertices () |
| const ClImage * | normals () |
| const ClImage * | colors () |
| Public Member Functions inherited from ImFusion::SignalReceiver | |
| SignalReceiver ()=default | |
| Default constructor. | |
| SignalReceiver (const SignalReceiver &other) | |
| Copy constructor, does not copy any existing signal connections from other. | |
| SignalReceiver & | operator= (SignalReceiver rhs) |
| Assignment operator, disconnects all existing connections, does not copy any existing signal connections from rhs. | |
| virtual | ~SignalReceiver () |
| Virtual destructor disconnects from all connected signals. | |
Additional Inherited Members | |
| Protected Member Functions inherited from ImFusion::SignalReceiver | |
| void | disconnectAll () |
| Disconnects all existing connections. | |