HPS::OOC::Synchronized

class HPS::OOC::Synchronized

Override this class to access SynchronizedActions on a point cloud.

Public Functions

inline virtual HPS::OOC::SynchronizedActions::Result Actions(SynchronizedActions const &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.

Parameters

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

Returns

The result of the action.

Synchronized()
virtual ~Synchronized()