Uses of Enum Class
com.openinventor.inventor.fields.SoSFImage.CopyPolicies
Packages that use SoSFImage.CopyPolicies
-
Uses of SoSFImage.CopyPolicies in com.openinventor.inventor.fields
Methods in com.openinventor.inventor.fields that return SoSFImage.CopyPoliciesModifier and TypeMethodDescriptionstatic SoSFImage.CopyPolicies
SoSFImage.CopyPolicies.valueOf
(int val) Returns the enum constant of this type with the specified integer valuestatic SoSFImage.CopyPolicies
Returns the enum constant of this class with the specified name.static SoSFImage.CopyPolicies[]
SoSFImage.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 SoSFImage.CopyPoliciesModifier and TypeMethodDescriptionvoid
SoSFImage.setValue
(SbVec2i32 size, int nc, SoSFImage.DataTypes dataType, SoBufferObject bufferObject, SoSFImage.CopyPolicies copy) void
SoSFImage.setValue
(SbVec2s size, int nc, SoSFImage.DataTypes dataType, SoBufferObject bufferObject, SoSFImage.CopyPolicies copy)