#include <LDM/SoLDM.h>
#include <Inventor/nodes/SoSubNode.h>
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) |
typedef void | SoLDMMonitoringCB (SoDataSet *dataSet, double elapsedTime, double memLoaded, void *userData) |
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.
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.