Package com.openinventor.ldm.nodes
Class SoDataSet.LDMDataModifier
- java.lang.Object
-
- com.openinventor.ldm.nodes.SoDataSet.LDMDataModifier
-
- Enclosing class:
- SoDataSet
@Deprecated public abstract class SoDataSet.LDMDataModifier extends java.lang.Object
Deprecated.As of Open Inventor 9.9, should useSoDataSet.dataTransform
field instead ofSoDataSet.setLDMDataModifier(LDMDataModifier)
method.
-
-
Constructor Summary
Constructors Constructor Description LDMDataModifier()
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description void
modifyData(SbBox3i32 tile_box, int resolution_level, java.nio.ByteBuffer data)
Deprecated.This methods can change the content of the given buffer
-
-
-
Method Detail
-
modifyData
public void modifyData(SbBox3i32 tile_box, int resolution_level, java.nio.ByteBuffer data)
Deprecated.This methods can change the content of the given buffer- Parameters:
tile_box
-SbBox3i32
The position of tile in data spaceresolution_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
-
-