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

Large Data Management Resource Manager More...

#include <LDM/SoLDMResourceManager.h>

+ Inheritance diagram for SoLDMResourceManager:

Public Member Functions

 SoLDMResourceManager (SoDataSet *ds)
 Constructor.
 
virtual ~SoLDMResourceManager ()
 Destructor.
 
- Public Member Functions inherited from SoLDMLargeDataManagement
 SoLDMLargeDataManagement ()
 Constructor.
 
virtual ~SoLDMLargeDataManagement ()
 Destructor.
 
virtual void reset ()
 The reset function is useful when using a customized LDM manager.
 

Friends

class SoLDMMultiIOTileManager
 
class SoLDMMediator
 

Additional Inherited Members

- Static Public Member Functions inherited from SoLDMLargeDataManagement
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 Resource Manager

The SoLDMResourceManager maintains information about the resources available on the machine and constrains the data flow to these resource limits. The major constraints are texture memory, main memory, and main memory-to-texture memory bandwidth. Each of them can entirely be specified by the application, at any time.

SEE ALSO

SoLDMLargeDataManagement.

Definition at line 61 of file SoLDMResourceManager.h.

Constructor & Destructor Documentation

◆ SoLDMResourceManager()

SoLDMResourceManager::SoLDMResourceManager ( SoDataSet ds)

Constructor.

◆ ~SoLDMResourceManager()

virtual SoLDMResourceManager::~SoLDMResourceManager ( )
virtual

Destructor.

Friends And Related Symbol Documentation

◆ SoLDMMediator

friend class SoLDMMediator
friend

Definition at line 475 of file SoLDMResourceManager.h.

◆ SoLDMMultiIOTileManager

friend class SoLDMMultiIOTileManager
friend

Definition at line 474 of file SoLDMResourceManager.h.


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