Uses of Class
com.openinventor.ldm.SoLDMTileID
-
Packages that use SoLDMTileID 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 -
-
Uses of SoLDMTileID in com.openinventor.ldm
Fields in com.openinventor.ldm declared as SoLDMTileID Modifier and Type Field Description SoLDMTileID
SoLDMDataAccess.DataInfo. tileID
LDM tile ID of the tile that contains the data at #tilePosition.Methods in com.openinventor.ldm that return SoLDMTileID Modifier and Type Method Description SoLDMTileID
SoLDMTileID. decrementAndGet()
Prefix, increment the tile id SoLDMTileID
SoLDMTileID. decrementAndGet(int name_15242)
Postfix, increment the tile id. 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 idSoLDMTileID
SoLDMTileID. incrementAndGet(int name_15241)
Postfix ++, increment the tile id.static SoLDMTileID[]
SoLDMTileID. toArray(long nativeArray, long length)
Methods in com.openinventor.ldm with parameters of type SoLDMTileID Modifier and Type Method 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)
Constructors in com.openinventor.ldm with parameters of type SoLDMTileID Constructor Description SoLDMTileID(SoLDMTileID copyFrom)
-
Uses of SoLDMTileID in com.openinventor.ldm.converters
Methods in com.openinventor.ldm.converters with parameters of type SoLDMTileID Modifier and Type Method Description int
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 SoLDMTileID Modifier and Type Method Description int
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_10879, SoBufferObject name_10880)
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 SoLDMTileID Constructor Description SoCpuBufferFromVolumeReader(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 SoLDMTileID Modifier and Type Method Description boolean
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 SoLDMTileID Modifier and Type Method Description java.util.ArrayList<SoLDMTileID>
SoVolumeRenderDetail. 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 SoLDMTileID Modifier and Type Method Description void
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.SoBufferObject
SoVolumeTransform. getFromCache(SoLDMTileID tileID)
Returns the previously transformed data for a specific tile.void
SoVolumeData. useFakeData(SoLDMTileID name_25743, SoBufferObject name_25744)
Creates fake data in buffer.
-