Go to the source code of this file.
Classes | |
class | SoLDMGlobalResourceParameters |
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 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.
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.