Open Inventor Release 2024.1.0
 
Loading...
Searching...
No Matches
SoLDMLargeDataManagement Class Reference

Large Data Management Large Data Management More...

#include <LDM/SoLDMLargeDataManagement.h>

+ Inheritance diagram for SoLDMLargeDataManagement:

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.
 

Detailed Description

Large Data Management Large Data Management

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.

Constructor & Destructor Documentation

◆ SoLDMLargeDataManagement()

SoLDMLargeDataManagement::SoLDMLargeDataManagement ( )

Constructor.

◆ ~SoLDMLargeDataManagement()

virtual SoLDMLargeDataManagement::~SoLDMLargeDataManagement ( )
inlinevirtual

Destructor.

Definition at line 93 of file SoLDMLargeDataManagement.h.

Member Function Documentation

◆ finish()

static void SoLDMLargeDataManagement::finish ( )
static

global deinitialization called once by the module using LDM

◆ init()

static void SoLDMLargeDataManagement::init ( )
static

global initialization called once by the module using LDM

◆ isInitialized()

static bool SoLDMLargeDataManagement::isInitialized ( )
static

Returns TRUE if module is currently initialized.

◆ reset()

virtual void SoLDMLargeDataManagement::reset ( )
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.


The documentation for this class was generated from the following file: