SbImageDataType Structure |
Basic class representing multi channel DataType.
Namespace: OIV.ImageViz
The SbImageDataType type exposes the following members.
Name | Description | |
---|---|---|
![]() | SbImageDataType | Initializes a new instance of the SbImageDataType class |
Name | Description | |
---|---|---|
![]() | Equals | Indicates whether this instance and a specified object are equal. (Inherited from ValueType.) |
![]() | GetHashCode | Returns the hash code for this instance. (Inherited from ValueType.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | ToString | Returns the fully qualified type name of this instance. (Inherited from ValueType.) |
Name | Description | |
---|---|---|
![]() | DataType | Return type of channels . |
![]() | Num | Return number of channels. |
![]() | Size | Return size in byte: nbChannel * sizeof(channel type) . |
Basic class representing multi channel DataType. Encapsulate OIV.Inventor.SbDataType and number of channels. All channels are concidered to have the same type.