Click or drag to resize

ComputeDevice Class

Represents a Compute device to visualize or perform computations on.

In order to enable fast visualization of point clouds on the Compute device, a connection between the Compute device used by the visualizer and the Compute device used by ZividCamera internally needs to be connected.

Inheritance Hierarchy
SystemObject
  Zivid.NETComputeDevice

Namespace:  Zivid.NET
Assembly:  ZividCoreNET (in ZividCoreNET.dll) Version: 0.0.0.0
Syntax
public class ComputeDevice : IDisposable

The ComputeDevice type exposes the following members.

Constructors
  NameDescription
Public methodComputeDevice
Initializes a new instance of the ComputeDevice class
Public methodComputeDevice(ComputeDevice*)
Initializes a new instance of the ComputeDevice class
Public methodComputeDevice(IntPtr)
Initializes a new instance of the ComputeDevice class
Top
Methods
  NameDescription
Public methodDispose
Releases all resources used by the ComputeDevice
Public methodGetNativePtr
Top
See Also