Uses of Class
com.openinventor.ldm.SoLDMTileID
Packages that use SoLDMTileID
Package
Description
Large Data Management.
-
Uses of SoLDMTileID in com.openinventor.ldm
Fields in com.openinventor.ldm declared as SoLDMTileIDModifier and TypeFieldDescriptionSoLDMDataAccess.DataInfo.tileID
LDM tile ID of the tile that contains the data at #tilePosition.Methods in com.openinventor.ldm that return SoLDMTileIDModifier and TypeMethodDescriptionSoLDMTileID.decrementAndGet()
Prefix, increment the tile id SoLDMTileID.decrementAndGet
(int name_14799) Postfix, increment the tile id. SoLDMTopoOctree.getTileID
(int fileID) Given a fileID, returns the corresponding tileID.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.incrementAndGet()
++ Prefix, increment the tile idSoLDMTileID.incrementAndGet
(int name_14798) Postfix ++, increment the tile id.static SoLDMTileID[]
SoLDMTileID.toArray
(long nativeArray, long length) Methods in com.openinventor.ldm with parameters of type SoLDMTileIDModifier and TypeMethodDescriptionint
SoLDMTopoOctree.getFileID
(SoLDMTileID tileID) Given a tileID, returns the corresponding fileID.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) Constructors in com.openinventor.ldm with parameters of type SoLDMTileID -
Uses of SoLDMTileID in com.openinventor.ldm.converters
Methods in com.openinventor.ldm.converters with parameters of type SoLDMTileIDModifier and TypeMethodDescriptionint
SoLDMWriter.writeTile
(SoLDMTileID tileID, SoBufferObject data) Writes the specified tile tileID into the LDM file. -
Uses of SoLDMTileID in com.openinventor.ldm.nodes
Methods in com.openinventor.ldm.nodes with parameters of type SoLDMTileIDModifier and TypeMethodDescriptionint
SoDataSet.editTile
(SoLDMTileID tileId, double value) Replaces the contents of a tile with the specified value.int
SoDataSet.editTile
(SoLDMTileID tileId, SoBufferObject userData) Replaces 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.useFakeData
(SoLDMTileID name_10602, SoBufferObject name_10603) Creates fake data in buffer.void
SoDataSet.writeTile
(SoLDMTileID tileID, SoBufferObject buffer, SoVolumeWriter writer) Write the specified tile using the specified writer. -
Uses of SoLDMTileID in com.openinventor.ldm.tiles
Constructors in com.openinventor.ldm.tiles with parameters of type SoLDMTileIDModifierConstructorDescriptionSoCpuBufferFromVolumeReader
(SoDataSet dataset, SoLDMTileID tileId) Constructor with dataset and tile Id as parameter. -
Uses of SoLDMTileID in com.openinventor.ldm.writers
Methods in com.openinventor.ldm.writers with parameters of type SoLDMTileIDModifier and TypeMethodDescriptionboolean
SoVolumeWriter.writeTile
(SoLDMTileID tileId, SoBufferObject buffer) Given a tileID, writes a tile if the data is organized in tiles (seeSoLDMTileID
). -
Uses of SoLDMTileID in com.openinventor.volumeviz.details
Methods in com.openinventor.volumeviz.details that return types with arguments of type SoLDMTileIDModifier and TypeMethodDescriptionSoVolumeRenderDetail.getRgbaValuesTileIds()
Returns the tileID of each voxel intersected by the pick ray. -
Uses of SoLDMTileID in com.openinventor.volumeviz.nodes
Methods in com.openinventor.volumeviz.nodes with parameters of type SoLDMTileIDModifier and TypeMethodDescriptionvoid
SoVolumeTransform.addInCache
(SoLDMTileID tileID, SoBufferObject bufferObject) Add the transformed data for a specific tile to the cache.int
SoVolumeData.editTile
(SoLDMTileID tileId, double value) Replaces the contents of a tile with the specified value.int
SoVolumeData.editTile
(SoLDMTileID tileId, SoBufferObject userData) Replaces the contents of a tile with the given data.SoVolumeTransform.getFromCache
(SoLDMTileID tileID) Returns the previously transformed data for a specific tile.void
SoVolumeData.useFakeData
(SoLDMTileID name_25125, SoBufferObject name_25126) Creates fake data in buffer.