Package | Description |
---|---|
com.openinventor.inventor.image |
Modifier and Type | Method and Description |
---|---|
static SbRasterImage.Components |
SbRasterImage.Components.fromValue(int val)
Deprecated.
Use
valueOf(int) instead. |
SbRasterImage.Components |
SbRasterImage.getComponents()
Returns the number of components of each pixel as an enum.
|
static SbRasterImage.Components |
SbRasterImage.Components.valueOf(int val)
Returns the enum constant of this type with the specified integer value
|
static SbRasterImage.Components |
SbRasterImage.Components.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SbRasterImage.Components[] |
SbRasterImage.Components.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
SbRasterImage.setComponents(SbRasterImage.Components comp)
Sets the number of components in each pixel of the raster image.
|
Constructor and Description |
---|
SbRasterImage(SbVec2i32 size,
SbRasterImage.Components components,
byte[] bytes)
Deprecated.
As of Open Inventor 9400 See documentation for more details
|
SbRasterImage(SbVec2i32 size,
SbRasterImage.Components components,
SoBufferObject bufferObject)
Constructor that initializes with an image.
|
SbRasterImage(SbVec2s size,
SbRasterImage.Components components,
byte[] bytes)
Deprecated.
As of Open Inventor 9400 See documentation for more details
|
Generated on January 23, 2025, Copyright © Thermo Fisher Scientific. All rights reserved. http://www.openinventor.com