Uses of Enum Class
com.openinventor.inventor.fields.SoSFArray.DataTypes
Packages that use SoSFArray.DataTypes
-
Uses of SoSFArray.DataTypes in com.openinventor.inventor.fields
Fields in com.openinventor.inventor.fields declared as SoSFArray.DataTypesMethods in com.openinventor.inventor.fields that return SoSFArray.DataTypesModifier and TypeMethodDescriptionSoSFArray.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 valuestatic SoSFArray.DataTypes
Returns the enum constant of this class with the specified name.static SoSFArray.DataTypes[]
SoSFArray.DataTypes.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.openinventor.inventor.fields with parameters of type SoSFArray.DataTypesModifier and TypeMethodDescriptionvoid
SoSFArray2D.setValue
(SbVec2i32 size, SoSFArray.DataTypes dataType, ByteBuffer data) Calls setValue(size, dataType, data, SoSFArray.CopyPolicies.valueOf( SoSFArray.CopyPolicies.COPY.getValue() )).void
SoSFArray2D.setValue
(SbVec2i32 size, SoSFArray.DataTypes dataType, 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, ByteBuffer data) Calls setValue(size, dataType, data, SoSFArray.CopyPolicies.valueOf( SoSFArray.CopyPolicies.COPY.getValue() )).void
SoSFArray2D.setValue
(SbVec2s size, SoSFArray.DataTypes dataType, ByteBuffer data, SoSFArray.CopyPolicies copy) Fill the 2D array with data of the specified dimensions and type using the specified copy policy.