SoDataExtract Class |
Data extraction algorithms for buffers.
Namespace: OIV.Inventor.Algorithms
The SoDataExtract type exposes the following members.
Name | Description | |
---|---|---|
![]() | SoDataExtract | Constructor. |
Name | Description | |
---|---|---|
![]() | CopyPlane | Copy a plane. |
![]() | CopyTile | Copy a tile. |
![]() | Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
![]() | GetHashCode |
Overrides GetHashCode().
(Inherited from SoNetBase.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | GetXSliceFromTile | Extract an X axis slice Given a buffer containing an LDM volume data tile, extract the Nth slice of data along the X axis, where slices are numbered 0 to dimx-1. |
![]() | GetYSliceFromTile | Extract an X axis slice Given a buffer containing an LDM volume data tile, extract the Nth slice of data along the X axis, where slices are numbered 0 to dimx-1. |
![]() | GetZSliceFromTile | Extract an X axis slice Given a buffer containing an LDM volume data tile, extract the Nth slice of data along the X axis, where slices are numbered 0 to dimx-1. |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
The Data extract module provides basic algorithms for extracting a specific subset of the data from a buffer. For example, extracting an axis aligned slice from a buffer that contains an LDM volume data tile.
Examples: