Package com.openinventor.ldm
Class SoLDMLargeDataManagement
- java.lang.Object
-
- com.openinventor.inventor.Inventor
-
- com.openinventor.ldm.SoLDMLargeDataManagement
-
- Direct Known Subclasses:
SoLDMResourceManager
public class SoLDMLargeDataManagement extends Inventor
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 Constructor Description SoLDMLargeDataManagement()
Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
reset()
The reset function is useful when using a customized LDM manager.-
Methods inherited from class com.openinventor.inventor.Inventor
dispose, getNativeResourceHandle
-
-
-
-
Method Detail
-
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.
-
-