Uses of Enum Class
com.openinventor.inventor.fields.SoSFImage3.CopyPolicies
Packages that use SoSFImage3.CopyPolicies
-
Uses of SoSFImage3.CopyPolicies in com.openinventor.inventor.fields
Methods in com.openinventor.inventor.fields that return SoSFImage3.CopyPoliciesModifier and TypeMethodDescriptionstatic SoSFImage3.CopyPolicies
SoSFImage3.CopyPolicies.valueOf
(int val) Returns the enum constant of this type with the specified integer valuestatic SoSFImage3.CopyPolicies
Returns the enum constant of this class with the specified name.static SoSFImage3.CopyPolicies[]
SoSFImage3.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 SoSFImage3.CopyPoliciesModifier and TypeMethodDescriptionvoid
SoSFImage3.setValue
(SbVec3i32 size, int nc, SoSFImage.DataTypes dataType, SoBufferObject bufferObject, SoSFImage3.CopyPolicies copy) Sets the value of this field to be an image of the given size, with the given number of components, and with the given pixel values.void
SoSFImage3.setValue
(SbVec3s size, int nc, SoBufferObject bufferObject, SoSFImage3.CopyPolicies copy) Sets the value of this field to be an image of the given size, with the given number of components, and with the given pixel values.