public class SbImageDataType extends Inventor
SbDataType
and number of channels. All channels are concidered to have the same type.Inventor.ConstructorCommand
VERBOSE_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, stopInternalThreads
public 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.Object
public void setValue(SbImageDataType copyFrom)
public SbDataType getDataType()
public long getSize()
public int getNumChannel()
Generated on January 23, 2025, Copyright © Thermo Fisher Scientific. All rights reserved. http://www.openinventor.com