Resource Manager More...
#include <LDM/SoLDMResourceManager.h>
Public Types | |
typedef void | SoLDMTexFrontCB(void *userData) |
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. | |
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.
Definition at line 62 of file SoLDMResourceManager.h.
typedef void SoLDMTexFrontCB(void *userData) |
Definition at line 43 of file SoLDMResourceManager.h.
SoLDMResourceManager::SoLDMResourceManager | ( | SoDataSet * | ds | ) |
Constructor.
|
virtual |
Destructor.
|
friend |
Definition at line 476 of file SoLDMResourceManager.h.
|
friend |
Definition at line 475 of file SoLDMResourceManager.h.