SoDataSet.dataTransform field instead of
SoDataSet.setLDMDataModifier(LDMDataModifier) method.@Deprecated
public abstract class SoDataSet.LDMDataModifier
extends java.lang.Object
| Constructor and Description |
|---|
LDMDataModifier()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
modifyData(SbBox3i32 tile_box,
int resolution_level,
java.nio.Buffer data)
Deprecated.
use
modifyData(SbBox3i32, int, ByteBuffer) instead. |
void |
modifyData(SbBox3i32 tile_box,
int resolution_level,
java.nio.ByteBuffer data)
Deprecated.
This methods can change the content of the given buffer
|
public void modifyData(SbBox3i32 tile_box, int resolution_level, java.nio.ByteBuffer data)
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() ^ 3public void modifyData(SbBox3i32 tile_box, int resolution_level, java.nio.Buffer data)
modifyData(SbBox3i32, int, ByteBuffer) instead.Generated on July 23, 2025, Copyright © Thermo Fisher Scientific. All rights reserved. http://www.openinventor.com