Click or drag to resize
SoVolumeReaderReadTile Method
Overload List
  NameDescription
Public methodReadTile(Int32, SbBox3i32)
Given an index, reads a tile if the data is organized in tiles (for LDM).
Public methodReadTile(Int32, SbNativeArrayByte, SbBox3i32) Obsolete.
Given an index, reads a tile if the data is organized in tiles (for LDM). In the default LDM architecture, the LDM data is based on an octree topology (see SoVRLdmFileReader). The index passed is 0 for the tile of lowest resolution representing the entire volume (octree root node). The index increments linearly going down through the octree.
Public methodReadTile(Int32, SbNativeByteArray, SbBox3i32) Obsolete.
Obsolete method. Use generic version of data argument instead.
Top
See Also