Resource Manager More...
#include <LDM/SoLDMResourceManager.h>
Public Member Functions | |
SoLDMResourceManager (SoDataSet *ds) | |
virtual | ~SoLDMResourceManager () |
Friends | |
class | SoLDMMultiIOTileManager |
class | SoLDMMediator |
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.
SoLDMResourceManager::SoLDMResourceManager | ( | SoDataSet * | ds | ) |
Constructor.
virtual SoLDMResourceManager::~SoLDMResourceManager | ( | ) | [virtual] |
Destructor.
friend class SoLDMMediator [friend] |
friend class SoLDMMultiIOTileManager [friend] |