Open Inventor Release 2023.2.3
 
Loading...
Searching...
No Matches
SoLDMGlobalResourceParameters.h File Reference

Go to the source code of this file.

Classes

class  SoLDMGlobalResourceParameters
  Large Data Management Global resource parameters for LDM. More...
 

Typedefs

typedef void SoLDMLoadCB(SbBool startLoading, void *userData)
 Loading callback for LDM mode.
 
typedef void SoLDMMonitoringCB(SoDataSet *dataSet, double elapsedTime, double memLoaded, void *userData)
 Monitoring callback for LDM mode.
 

Typedef Documentation

◆ SoLDMLoadCB

typedef void SoLDMLoadCB(SbBool startLoading, void *userData)

Loading callback for LDM mode.

Called with TRUE means the process starts loading. FALSE means the process is done loading.

Definition at line 38 of file SoLDMGlobalResourceParameters.h.

◆ SoLDMMonitoringCB

typedef void SoLDMMonitoringCB(SoDataSet *dataSet, double elapsedTime, double memLoaded, void *userData)

Monitoring callback for LDM mode.

Reports how much time is needed to load a given amount of data. The amount of data is specified when setting the CB.

Definition at line 46 of file SoLDMGlobalResourceParameters.h.