Large Data Management More...
#include <LDM/SoLDMLargeDataManagement.h>
Public Member Functions | |
SoLDMLargeDataManagement () | |
Constructor. | |
virtual | ~SoLDMLargeDataManagement () |
Destructor. | |
virtual void | reset () |
The reset function is useful when using a customized LDM manager. | |
Static Public Member Functions | |
static void | init () |
global initialization called once by the module using LDM | |
static void | finish () |
global deinitialization called once by the module using LDM | |
static bool | isInitialized () |
Returns TRUE if module is currently initialized. | |
This class is only needed for advanced users who intend to extend or replace internal LDM algorithms.
This class is used by the LDM (Large Data Management) managers to communicate with each other.
Definition at line 62 of file SoLDMLargeDataManagement.h.
SoLDMLargeDataManagement::SoLDMLargeDataManagement | ( | ) |
Constructor.
|
inlinevirtual |
Destructor.
Definition at line 93 of file SoLDMLargeDataManagement.h.
|
static |
global deinitialization called once by the module using LDM
|
static |
global initialization called once by the module using LDM
|
static |
Returns TRUE if module is currently initialized.
|
inlinevirtual |
The reset function is useful when using a customized LDM manager.
When the SoDataSet node changes data then the reset function will be called if any cache needs to be deleted or any data reseted.
Definition at line 100 of file SoLDMLargeDataManagement.h.