SoLDMTopoOctree Methods |
The SoLDMTopoOctree type exposes the following members.
Name | Description | |
---|---|---|
Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) | |
GetFileID | Given a tileID, returns the corresponding fileID. | |
GetHashCode |
Overrides GetHashCode().
(Inherited from SoNetBase.) | |
GetLevelMax | Returns the maximum level of the octree tile hierarchy. | |
GetNumFileIDs | Returns the number of fileIDs in the volume. | |
GetNumTileIDs | Returns the number of tileIDs in the complete (conceptual) octree. | |
GetTileID(Int32) | Given a fileID, returns the corresponding tileID. | |
GetTileID(SbVec3i32, Int32) | 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. | |
GetTilePos | Returns the bounding box, in voxel/cell coordinates, of the specified tile. | |
GetTileSize | Return the tilesize used to setup this octree. | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
Init(SbVec3i32, Int32) | Calls Init(dimension, tileDim, System.Int32(0)). | |
Init(SbVec3i32, Int32, Int32) | Initialize with the properties of the data set. | |
IsEmpty | Returns false if the octree is empty. | |
Level(Int64) | Returns the tile level of the given tile Id. | |
Level(SoLDMTileID) | Returns the tile level of the given tile Id. | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |