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, getNativeResourceHandle
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 int getNumChannel()
public SbDataType getDataType()
public long getSize()
Generated on July 31, 2019, Copyright © Thermo Fisher Scientific. All rights reserved. http://www.openinventor.com