public class SbImageDataType extends Inventor
SbDataType and number of channels. All channels are concidered to have the same type.Inventor.ConstructorCommandVERBOSE_LEVEL, ZeroHandle| Constructor and Description |
|---|
SbImageDataType(int nbChannel,
SbDataType dataType) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
SbDataType |
getDataType()
Return type of channels .
|
int |
getNumChannel()
Return number of channels.
|
long |
getSize()
Return size in byte: nbChannel * sizeof(channel type) .
|
void |
setValue(SbImageDataType copyFrom) |
dispose, getAddress, getNativeResourceHandle, startInternalThreads, stopInternalThreadspublic SbImageDataType(int nbChannel,
SbDataType dataType)
nbChannel - number of channels
dataType - type of channel (all the channel have the same type)public boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic void setValue(SbImageDataType copyFrom)
public SbDataType getDataType()
public long getSize()
public int getNumChannel()
Generated on July 23, 2025, Copyright © Thermo Fisher Scientific. All rights reserved. http://www.openinventor.com