Package | Description |
---|---|
com.openinventor.ldm |
Large Data Management.
|
com.openinventor.ldm.converters | |
com.openinventor.ldm.nodes | |
com.openinventor.ldm.tiles | |
com.openinventor.ldm.writers | |
com.openinventor.volumeviz.details | |
com.openinventor.volumeviz.nodes |
Modifier and Type | Field and Description |
---|---|
SoLDMTileID |
SoLDMDataAccess.DataInfo.tileID
LDM tile ID of the tile that contains the data at #tilePosition.
|
Modifier and Type | Method and Description |
---|---|
SoLDMTileID |
SoLDMTileID.decrementAndGet()
|
SoLDMTileID |
SoLDMTileID.decrementAndGet(int name_14976)
Postfix
|
SoLDMTileID |
SoLDMTopoOctree.getTileID(int fileID)
Given a fileID, returns the corresponding tileID.
|
SoLDMTileID |
SoLDMTopoOctree.getTileID(SbVec3i32 cellPos,
int resolutionLevel)
Given the position of a voxel in full resolution voxel coordinates (i,j,k) and a resolution level, returns the tile ID of the corresponding tile.
|
SoLDMTileID |
SoLDMTileID.incrementAndGet()
++ Prefix, increment the tile id
|
SoLDMTileID |
SoLDMTileID.incrementAndGet(int name_14975)
Postfix ++, increment the tile id.
|
static SoLDMTileID[] |
SoLDMTileID.toArray(long nativeArray,
long length) |
Modifier and Type | Method and Description |
---|---|
int |
SoLDMTopoOctree.getFileID(SoLDMTileID tileID)
Given a tileID, returns the corresponding fileID.
|
SbBox3i32 |
SoLDMTopoOctree.getTilePos(SoLDMTileID tileID)
Returns the bounding box, in voxel/cell coordinates, of the specified tile.
|
int |
SoLDMTopoOctree.level(SoLDMTileID id)
Returns the tile level of the given tile Id.
|
void |
SoLDMDataAccess.releaseData(SoLDMTileID tileID)
Tells VolumeViz that this block of data (returned by getData above) is no longer in use by the application.
|
void |
SoLDMTileID.setValue(SoLDMTileID copyFrom) |
Constructor and Description |
---|
SoLDMTileID(SoLDMTileID copyFrom) |
Modifier and Type | Method and Description |
---|---|
int |
SoLDMWriter.writeTile(SoLDMTileID tileID,
SoBufferObject data)
Writes the specified tile tileID into the LDM file.
|
Modifier and Type | Method and Description |
---|---|
int |
SoDataSet.editTile(SoLDMTileID tileId,
double value)
Replace the contents of a tile with the specified value.
|
int |
SoDataSet.editTile(SoLDMTileID tileId,
SoBufferObject userData)
Replace the contents of a tile with the given data.
|
boolean |
SoDataSet.isDataInMemory(SoLDMTileID tileID)
Indicates whether the data attached to a tile is in main memory.
|
boolean |
SoDataSet.isInMemory(SoLDMTileID tileID)
Indicates whether a tile is in main memory.
|
void |
SoDataSet.readTile(SoLDMTileID tileID,
SoBufferObject buffer,
boolean transform)
Copies the specified tile into the provided buffer.
|
void |
SoDataSet.writeTile(SoLDMTileID tileID,
SoBufferObject buffer,
SoVolumeWriter writer)
Write the specified tile using the specified writer.
|
Constructor and Description |
---|
SoCpuBufferFromVolumeReader(SoDataSet dataset,
SoLDMTileID tileId)
Constructor with dataset and tile Id as parameter.
|
Modifier and Type | Method and Description |
---|---|
boolean |
SoVolumeWriter.writeTile(SoLDMTileID tileId,
SoBufferObject buffer)
Given a tileID, writes a tile if the data is organized in tiles (see
SoLDMTileID ). |
Modifier and Type | Method and Description |
---|---|
java.util.ArrayList<SoLDMTileID> |
SoVolumeRenderDetail.getRgbaValuesTileIds()
Returns the tileID of each voxel intersected by the pick ray.
|
Modifier and Type | Method and Description |
---|---|
void |
SoVolumeTransform.addInCache(SoLDMTileID tileID,
SoBufferObject bufferObject)
Add the transformed data for a specific tile to the cache.
|
SoBufferObject |
SoVolumeTransform.getFromCache(SoLDMTileID tileID)
Returns the previously transformed data for a specific tile.
|
Generated on July 31, 2019, Copyright © Thermo Fisher Scientific. All rights reserved. http://www.openinventor.com