HPS::OOC::Synchronized

class HPS.OOC.Synchronized : public IDisposable

Override this class to access SynchronizedActions on a point cloud.

Public Functions

HPS.OOC.SynchronizedActions.Result Actions (HPS.OOC.SynchronizedActions actions)

A virtual function for performing actions on a point cloud in a synchronized mannor. Override this function to call SynchronizedActions on a point cloud by calling PointCloud.Synchronize.

Param actions

A SynchronizedActions object that enables you to perform delete and optimize operations on the point cloud.

Return

The result of the action.

void Dispose ()
delegate void DtorDelegate (IntPtr cPtr)
Synchronized ()
Synchronized (HPS.OOC.Synchronized in_that)