![]() |
Zivid C++ API
1.8.1+6967bc1b-1
Defining the Future of 3D Machine Vision
|
Compute device on which to allocate a device point cloud More...
#include <Zivid/ComputeDevice.h>
Public Member Functions | |
ZIVID_API_EXPORT | ComputeDevice () |
Constructor More... | |
ZIVID_API_EXPORT | ~ComputeDevice () |
Destructor More... | |
ZIVID_API_EXPORT | ComputeDevice (const ComputeDevice &other) |
Copy constructor More... | |
ZIVID_API_EXPORT ComputeDevice & | operator= (const ComputeDevice &other) |
Assignment operator More... | |
ZIVID_API_EXPORT | ComputeDevice (ComputeDevice &&other) noexcept |
Move constructor More... | |
ZIVID_API_EXPORT ComputeDevice & | operator= (ComputeDevice &&other) noexcept |
Move assignment operator More... | |
ZIVID_API_EXPORT std::string | toString () const |
Get string representation of the compute device More... | |
Compute device on which to allocate a device point cloud
In order to set up direct visualization of device point clouds, the compute device should be obtained from CloudVisualizer (via computeDevice()) and set to the Camera (via setComputeDevice()).
ZIVID_API_EXPORT Zivid::ComputeDevice::ComputeDevice | ( | ) |
Constructor
ZIVID_API_EXPORT Zivid::ComputeDevice::~ComputeDevice | ( | ) |
Destructor
ZIVID_API_EXPORT Zivid::ComputeDevice::ComputeDevice | ( | const ComputeDevice & | other | ) |
Copy constructor
|
noexcept |
Move constructor
|
noexcept |
Move assignment operator
ZIVID_API_EXPORT ComputeDevice& Zivid::ComputeDevice::operator= | ( | const ComputeDevice & | other | ) |
Assignment operator
ZIVID_API_EXPORT std::string Zivid::ComputeDevice::toString | ( | ) | const |
Get string representation of the compute device