Click or drag to resize

CloudVisualizer Class

Simple point cloud visualizer for console applications. This visualization component creates a window with a CloudVisualizerControl in it.
Inheritance Hierarchy
SystemObject
  Zivid.NETCloudVisualizer

Namespace:  Zivid.NET
Assembly:  ZividVis3DNET (in ZividVis3DNET.dll) Version: 0.0.0.0
Syntax
public class CloudVisualizer

The CloudVisualizer type exposes the following members.

Constructors
  NameDescription
Public methodCloudVisualizer
Construct a new CloudVisualizer object
Top
Properties
  NameDescription
Public propertyComputeDevice
The Compute device associated with this view
Public propertyEnableColors
Enable or disable coloring of the points with their accompanying RGB colors
Public propertyEnableMeshing
Enable or disable meshing
Public propertyWindowTitle
Title of the window
Top
Methods
  NameDescription
Public methodHide
Hide the visualizaton window
Public methodResetToFit
Reset the camera parameters such that the point cloud fits within the window
Public methodResize
Resize the window to a given size
Public methodRun
Start interacting with the window. This function will block until the window is closed.
Public methodShow
Ensure the visualization window is visible
Public methodShow(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.
Public methodShow(Frame)
Show a point cloud contained in a frame
Public methodShow(PointCloud)
Show a point cloud residing on the CPU
Public methodShowFullScreen
Show the visualization window in full screen mode
Public methodShowMaximized
Show the visualization window in maximized mode
Top
See Also