Uses of Enum Class
com.openinventor.inventor.fields.SoSFArray.CopyPolicies
Packages that use SoSFArray.CopyPolicies
-
Uses of SoSFArray.CopyPolicies in com.openinventor.inventor.fields
Methods in com.openinventor.inventor.fields that return SoSFArray.CopyPoliciesModifier and TypeMethodDescriptionstatic SoSFArray.CopyPolicies
SoSFArray.CopyPolicies.valueOf
(int val) Returns the enum constant of this type with the specified integer valuestatic SoSFArray.CopyPolicies
Returns the enum constant of this class with the specified name.static SoSFArray.CopyPolicies[]
SoSFArray.CopyPolicies.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.CopyPoliciesModifier and TypeMethodDescriptionvoid
SoSFArray.setValue
(SbVec3i32 size, SbDataType dataType, ByteBuffer data, SoSFArray.CopyPolicies copy) Fill the array with data of the specified dimensions and type using the specified copy policy.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, SoSFArray.CopyPolicies copy) Fill the 2D array with data of the specified dimensions and type using the specified copy policy.void
SoSFArray3D.setValue
(SbVec3i32 size, SbDataType dataType, int numSigBits, ByteBuffer data, SoSFArray.CopyPolicies copy) Fill the array with data of the specified dimensions and type using the specified copy policy.