Uses of Class
com.openinventor.inventor.fields.SoSFImage3.CopyPolicies
-
Packages that use SoSFImage3.CopyPolicies Package Description com.openinventor.inventor.fields -
-
Uses of SoSFImage3.CopyPolicies in com.openinventor.inventor.fields
Methods in com.openinventor.inventor.fields that return SoSFImage3.CopyPolicies Modifier and Type Method Description static SoSFImage3.CopyPolicies
SoSFImage3.CopyPolicies. valueOf(int val)
Returns the enum constant of this type with the specified integer valuestatic SoSFImage3.CopyPolicies
SoSFImage3.CopyPolicies. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static SoSFImage3.CopyPolicies[]
SoSFImage3.CopyPolicies. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.openinventor.inventor.fields with parameters of type SoSFImage3.CopyPolicies Modifier and Type Method Description void
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.
-