SbImageDataVoxel Class |
Utility class used to safely access channels of a buffer.
Namespace: OIV.ImageViz
The SbImageDataVoxel type exposes the following members.
Name | Description | |
---|---|---|
SbImageDataVoxel | Initializes a new instance of the SbImageDataVoxel class |
Name | Description | |
---|---|---|
CastValueT |
Casts value at specifed index to the proper type.
| |
CopyFrom | Copy operator. | |
Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) | |
GetHashCode |
Overrides GetHashCode().
(Inherited from SoNetBase.) | |
GetImageDataType | Return channel type. | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
GetValueT |
Gets value at specifed index.
| |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Utility class used to safely access channels of a buffer. The bufferObject is mapped in the constructor and unmapped in the destructor.