Click or drag to resize
SoLDMTopoOctree Methods

The SoLDMTopoOctree type exposes the following members.

Methods
  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetFileID

Given a tileID, returns the corresponding fileID.

Public methodGetHashCode
Overrides GetHashCode().
(Inherited from SoNetBase.)
Public methodGetLevelMax

Return the level max of the Octree.

Public methodGetLongNumTileIDs Obsolete.

Public methodGetNumFileIDs

Returns the number of fileIDs in the volume.

Public methodGetNumTileIDs

Public methodGetTileID(Int32)

Given a fileID, returns the corresponding tileID.

Public methodGetTileID(SbVec3i32, Int32)

Given the position of a voxel/cell (i,j,k) and the resolution level, returns the tile ID of the corresponding tile.

Public methodGetTilePos

Returns the bounding box, in voxel/cell coordinates, of the specified tile.

Public methodGetTileSize

Return the tilesize used to setup this octree.

Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodInit(SbVec3i32, Int32)
Calls Init(dimension, tileDim, System.Int32(0)).
Public methodInit(SbVec3i32, Int32, Int32)

Initialize with the properties of the data set.

Public methodIsEmpty

Returns false if the octree is empty.

Public methodLevel(Int64)

Returns the resolution level of the given tile Id Note: Octree must be initialized.

Public methodLevel(SoLDMTileID)

Returns the resolution level of the given tile Id Note: Octree must be initialized.

Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also