Package com.openinventor.ldm
Class SoLDMResourceManager
- java.lang.Object
-
- com.openinventor.inventor.Inventor
-
- com.openinventor.ldm.SoLDMLargeDataManagement
-
- com.openinventor.ldm.SoLDMResourceManager
-
public class SoLDMResourceManager extends SoLDMLargeDataManagement
Resource Manager. TheSoLDMResourceManager
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
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.openinventor.inventor.Inventor
Inventor.ConstructorCommand
-
-
Field Summary
-
Fields inherited from class com.openinventor.inventor.Inventor
VERBOSE_LEVEL, ZeroHandle
-
-
Constructor Summary
Constructors Constructor Description SoLDMResourceManager(SoDataSet ds)
Constructor.
-
Method Summary
-
Methods inherited from class com.openinventor.ldm.SoLDMLargeDataManagement
reset
-
Methods inherited from class com.openinventor.inventor.Inventor
dispose, getNativeResourceHandle
-
-
-
-
Constructor Detail
-
SoLDMResourceManager
public SoLDMResourceManager(SoDataSet ds)
Constructor.
-
-