|
CFx SDK Documentation 2026 SP0
|
#include <GiPointCloud.h>
Public Member Functions | |
| OdGiPointCloudTimerBasedScheduler () | |
| ~OdGiPointCloudTimerBasedScheduler () | |
| void | startScheduling () |
| void | stopScheduling () |
| void | setTimerPeriod (OdUInt32 msec) |
| OdUInt32 | timerPeriod () const |
| SchedulerState | checkSchedulerState (bool bFinal=false) |
Public Member Functions inherited from OdGiPointCloudScheduler | |
| OdGiPointCloudScheduler () | |
| virtual | ~OdGiPointCloudScheduler () |
| bool | onTaskAdded () |
| bool | onTaskCompleted () |
| int | numTasks () const |
Protected Attributes | |
| OdPerfTimerBase * | m_pTimer |
| OdUInt32 | m_msec |
| SchedulerState | m_eState |
Protected Attributes inherited from OdGiPointCloudScheduler | |
| OdRefCounter | m_numTasks |
Additional Inherited Members | |
Public Types inherited from OdGiPointCloudScheduler | |
| enum | SchedulerState { kDisabled = 0 , kProcessing , kStopped } |
Default timer-based scheduler implementation.
<group OdGi_Classes>
Definition at line 523 of file GiPointCloud.h.
|
inline |
Default constructor for the OdGiPointCloudTimerBasedScheduler class.
Definition at line 533 of file GiPointCloud.h.
| OdGiPointCloudTimerBasedScheduler::~OdGiPointCloudTimerBasedScheduler | ( | ) |
Destructor for the OdGiPointCloudTimerBasedScheduler class.
|
virtual |
Check current scheduler state.
Implements OdGiPointCloudScheduler.
Setup timer period in milliseconds.
Definition at line 552 of file GiPointCloud.h.
|
virtual |
Called by vectorizer when point cloud processing started.
Implements OdGiPointCloudScheduler.
|
virtual |
Called by vectorizer when point cloud processing completed.
Implements OdGiPointCloudScheduler.
|
inline |
Return timer period in milliseconds.
Definition at line 556 of file GiPointCloud.h.
|
protected |
Definition at line 528 of file GiPointCloud.h.
|
protected |
Definition at line 527 of file GiPointCloud.h.
|
protected |
Definition at line 526 of file GiPointCloud.h.