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.CopyPoliciesSoSFImage.CopyPolicies.valueOf(int val) Returns the enum constant of this type with the specified integer valuestatic SoSFImage.CopyPoliciesReturns 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 TypeMethodDescriptionvoidSoSFImage.setValue(SbVec2i32 size, int nc, SoSFImage.DataTypes dataType, SoBufferObject bufferObject, SoSFImage.CopyPolicies copy) voidSoSFImage.setValue(SbVec2s size, int nc, SoSFImage.DataTypes dataType, SoBufferObject bufferObject, SoSFImage.CopyPolicies copy)