Click or drag to resize
SbImageDataType Structure

Basic class representing multi channel DataType.

Namespace: OIV.ImageViz
Assembly: OIV.ImageViz (in OIV.ImageViz.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax
public struct SbImageDataType

The SbImageDataType type exposes the following members.

Constructors
  NameDescription
Public methodSbImageDataType
Initializes a new instance of the SbImageDataType class
Top
Methods
  NameDescription
Public methodEquals
Indicates whether this instance and a specified object are equal.
(Inherited from ValueType.)
Public methodGetHashCode
Returns the hash code for this instance.
(Inherited from ValueType.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns the fully qualified type name of this instance.
(Inherited from ValueType.)
Top
Properties
  NameDescription
Public propertyDataType

Return type of channels .

Public propertyNum

Return number of channels.

Public propertySize

Return size in byte: nbChannel * sizeof(channel type) .

Top
Remarks

Basic class representing multi channel DataType. Encapsulate OIV.Inventor.SbDataType and number of channels. All channels are concidered to have the same type.

See Also