| Package | Description |
|---|---|
| com.openinventor.inventor.fields |
| Modifier and Type | Field and Description |
|---|---|
SoSFArray.DataTypes |
SoSFArray2D.Array2D.dataType |
| Modifier and Type | Method and Description |
|---|---|
static SoSFArray.DataTypes |
SoSFArray.DataTypes.fromValue(int val)
Deprecated.
Use
valueOf(int) instead. |
SoSFArray.DataTypes |
SoSFArray.getDataType()
Returns the data type of the array.
|
static SoSFArray.DataTypes |
SoSFArray.DataTypes.valueOf(int val)
Returns the enum constant of this type with the specified integer value
|
static SoSFArray.DataTypes |
SoSFArray.DataTypes.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SoSFArray.DataTypes[] |
SoSFArray.DataTypes.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SoSFArray2D.setValue(SbVec2i32 size,
SoSFArray.DataTypes dataType,
java.nio.ByteBuffer data)
Calls setValue(size, dataType, data, SoSFArray.CopyPolicies.valueOf( SoSFArray.CopyPolicies.COPY.getValue() )).
|
void |
SoSFArray2D.setValue(SbVec2i32 size,
SoSFArray.DataTypes dataType,
java.nio.ByteBuffer data,
SoSFArray.CopyPolicies copy)
Fill the 2D array with data of the specified dimensions and type using the specified copy policy.
|
void |
SoSFArray2D.setValue(SbVec2s size,
SoSFArray.DataTypes dataType,
java.nio.ByteBuffer data)
Calls setValue(size, dataType, data, SoSFArray.CopyPolicies.valueOf( SoSFArray.CopyPolicies.COPY.getValue() )).
|
void |
SoSFArray2D.setValue(SbVec2s size,
SoSFArray.DataTypes dataType,
java.nio.ByteBuffer data,
SoSFArray.CopyPolicies copy)
Fill the 2D array with data of the specified dimensions and type using the specified copy policy.
|
Generated on February 24, 2026, Copyright © Thermo Fisher Scientific. All rights reserved. http://www.openinventor.com