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