Package com.openinventor.imageviz
Class SbImageDataType
- java.lang.Object
-
- com.openinventor.inventor.Inventor
-
- com.openinventor.imageviz.SbImageDataType
-
@Deprecated(since="2023.2") public class SbImageDataType extends Inventor
Deprecated.As of Open Inventor 2023.2. ImageViz API is replaced by the new ImageDev toolkit.Basic class representing multi channel DataType. Basic class representing multi channel DataType. EncapsulateSbDataType
and number of channels. All channels are concidered to have the same type.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.openinventor.inventor.Inventor
Inventor.ConstructorCommand
-
-
Field Summary
-
Fields inherited from class com.openinventor.inventor.Inventor
VERBOSE_LEVEL, ZeroHandle
-
-
Constructor Summary
Constructors Constructor Description SbImageDataType(int nbChannel, SbDataType dataType)
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description boolean
equals(java.lang.Object obj)
Deprecated.SbDataType
getDataType()
Deprecated.Return type of channels .int
getNumChannel()
Deprecated.Return number of channels.long
getSize()
Deprecated.Return size in byte: nbChannel * sizeof(channel type) .void
setValue(SbImageDataType copyFrom)
Deprecated.-
Methods inherited from class com.openinventor.inventor.Inventor
dispose, getNativeResourceHandle
-
-
-
-
Constructor Detail
-
SbImageDataType
public SbImageDataType(int nbChannel, SbDataType dataType)
Deprecated.- Parameters:
nbChannel
- number of channelsdataType
- type of channel (all the channel have the same type)
-
-
Method Detail
-
equals
public boolean equals(java.lang.Object obj)
Deprecated.- Overrides:
equals
in classjava.lang.Object
-
setValue
public void setValue(SbImageDataType copyFrom)
Deprecated.
-
getNumChannel
public int getNumChannel()
Deprecated.Return number of channels.
-
getDataType
public SbDataType getDataType()
Deprecated.Return type of channels .
-
getSize
public long getSize()
Deprecated.Return size in byte: nbChannel * sizeof(channel type) .
-
-