Large Data Management More...
#include <LDM/SoLDMLargeDataManagement.h>
Public Member Functions | |
SoLDMLargeDataManagement () | |
virtual | ~SoLDMLargeDataManagement () |
virtual void | reset () |
Static Public Member Functions | |
static void | init () |
static void | finish () |
static bool | isInitialized () |
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.
SoLDMNodeFrontManager, SoLDMResourceManager, SoLDMTileManager
SoLDMLargeDataManagement::SoLDMLargeDataManagement | ( | ) |
Constructor.
virtual SoLDMLargeDataManagement::~SoLDMLargeDataManagement | ( | ) | [inline, virtual] |
Destructor.
static void SoLDMLargeDataManagement::finish | ( | ) | [static] |
global deinitialization called once by the module using LDM
static void SoLDMLargeDataManagement::init | ( | ) | [static] |
global initialization called once by the module using LDM
static bool SoLDMLargeDataManagement::isInitialized | ( | ) | [static] |
Returns TRUE if module is currently initialized.
virtual void SoLDMLargeDataManagement::reset | ( | ) | [inline, virtual] |
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.
Reimplemented in SoLDMTileVisitor.