Package com.openinventor.ldm.nodes
Class SoDataSet.LDMDataModifier
java.lang.Object
com.openinventor.ldm.nodes.SoDataSet.LDMDataModifier
- Enclosing class:
SoDataSet
Deprecated.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidmodifyData(SbBox3i32 tile_box, int resolution_level, ByteBuffer data) Deprecated.This methods can change the content of the given buffer
-
Constructor Details
-
LDMDataModifier
public LDMDataModifier()Deprecated.
-
-
Method Details
-
modifyData
Deprecated.This methods can change the content of the given buffer- Parameters:
tile_box-The position of tile in data spaceinvalid reference
SbBox3i32resolution_level- Resolution level of the tile.data- Buffer data of the current loaded tile. its length (in bytes) equals getDataSize() * ldmResourceParameters.getValue().getTileSize() ^ 3- Since:
- 6.0
-
SoDataSet.dataTransformfield instead ofSoDataSet.setLDMDataModifier(LDMDataModifier)method.