CloudVisualizerFormShow Method (DeviceCloud) |
Show a device point cloud residing on the Compute device.
This function is very fast, since no copying of data from the CPU to the Compute device is needed.
Namespace:
Zivid.NET
Assembly:
ZividVis3DNET (in ZividVis3DNET.dll) Version: 1.0.0
Syntax public void Show(
DeviceCloud cloud
)
Public Sub Show (
cloud As DeviceCloud
)
public:
void Show(
DeviceCloud^ cloud
)
Parameters
- cloud
- Type: Zivid.NETDeviceCloud
See Also