Hoops Visualize HPS  version 2018-SP2
Hoops Visualize HPS 3D Rendering Engine
Looking for a senior C++ dev?
I'm looking for work. Hire me!
HPS::OOC::Synchronized Class Reference

Override this class to access SynchronizedActions on a point cloud. More...

#include <sprk_ooc.h>

Public Member Functions

 Synchronized ()
 
virtual ~Synchronized ()
 
virtual HPS::OOC::SynchronizedActions::Result Actions (SynchronizedActions const &actions)
 A virtual function for performing actions on a point cloud in a synchronized mannor. More...
 

Detailed Description

Override this class to access SynchronizedActions on a point cloud.

Constructor & Destructor Documentation

◆ Synchronized()

HPS::OOC::Synchronized::Synchronized ( )

◆ ~Synchronized()

virtual HPS::OOC::Synchronized::~Synchronized ( )
virtual

Member Function Documentation

◆ Actions()

virtual HPS::OOC::SynchronizedActions::Result HPS::OOC::Synchronized::Actions ( SynchronizedActions const &  actions)
inlinevirtual

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
actionsA SynchronizedActions object that enables you to perform delete and optimize operations on the point cloud.
Returns
The result of the action.

The documentation for this class was generated from the following file: