Resource Manager More...
#include <LDM/SoLDMResourceManager.h>
Public Member Functions | |
SoLDMResourceManager (SoDataSet *ds) | |
virtual | ~SoLDMResourceManager () |
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.
It queries the SoLDMTileManager for main memory constraints and also queries the SoLDMNodeFrontManager for texture memory and bandwidth constraints. The SoLDMTileVisitor queries the Resource Manager to know the tiles of which resolution that must always be kept in main memory and tiles of which resolution the application never wants to load.
SoLDMLargeDataManagement, SoLDMNodeFrontManager, SoLDMTileManager.
SoLDMResourceManager::SoLDMResourceManager | ( | SoDataSet * | ds | ) |
Constructor.
virtual SoLDMResourceManager::~SoLDMResourceManager | ( | ) | [virtual] |
Destructor.