Uses of Enum Class
com.openinventor.inventor.fields.SoSFImage.DataTypes
Packages that use SoSFImage.DataTypes
-
Uses of SoSFImage.DataTypes in com.openinventor.inventor.fields
Methods in com.openinventor.inventor.fields that return SoSFImage.DataTypesModifier and TypeMethodDescriptionSoSFImage.getDataType()Returns image's data type.SoSFImage3.getDataType()Returns image's data type.static SoSFImage.DataTypesSoSFImage.DataTypes.valueOf(int val) Returns the enum constant of this type with the specified integer valuestatic SoSFImage.DataTypesReturns the enum constant of this class with the specified name.static SoSFImage.DataTypes[]SoSFImage.DataTypes.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.DataTypesModifier and TypeMethodDescriptionvoidSoSFImage.setValue(SbVec2i32 size, int nc, SoSFImage.DataTypes dataType, SoBufferObject bufferObject) Calls setValue(size, nc, dataType, bufferObject, SoSFImage.CopyPolicies.valueOf( SoSFImage.CopyPolicies.COPY.getValue() )).voidSoSFImage.setValue(SbVec2i32 size, int nc, SoSFImage.DataTypes dataType, SoBufferObject bufferObject, SoSFImage.CopyPolicies copy) voidSoSFImage.setValue(SbVec2s size, int nc, SoSFImage.DataTypes dataType, SoBufferObject bufferObject) Calls setValue(size, nc, dataType, bufferObject, SoSFImage.CopyPolicies.valueOf( SoSFImage.CopyPolicies.COPY.getValue() )).voidSoSFImage.setValue(SbVec2s size, int nc, SoSFImage.DataTypes dataType, SoBufferObject bufferObject, SoSFImage.CopyPolicies copy) voidSoSFImage3.setValue(SbVec3i32 size, int nc, SoSFImage.DataTypes dataType, SoBufferObject bufferObject) Calls setValue(size, nc, dataType, bufferObject, SoSFImage3.CopyPolicies.valueOf( SoSFImage3.CopyPolicies.COPY.getValue() )).voidSoSFImage3.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.