Package com.openinventor.ldm
Class SoLDMLargeDataManagement
java.lang.Object
com.openinventor.inventor.Inventor
com.openinventor.ldm.SoLDMLargeDataManagement
- Direct Known Subclasses:
SoLDMResourceManager
Large Data Management.
This class is only needed for advanced users who intend to extend or replace internal LDM algorithms.
This class is used by the LDM (Large Data Management) managers to communicate with each other.
-
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 -
Method Summary
Modifier and TypeMethodDescriptionvoid
reset()
The reset function is useful when using a customized LDM manager.Methods inherited from class com.openinventor.inventor.Inventor
dispose, getNativeResourceHandle
-
Constructor Details
-
SoLDMLargeDataManagement
public SoLDMLargeDataManagement()Constructor.
-
-
Method Details
-
reset
public void reset()The reset function is useful when using a customized LDM manager. When theSoDataSet
node changes data then the reset function will be called if any cache needs to be deleted or any data reseted.
-