Uses of Enum Class
com.openinventor.ldm.nodes.SoDataCompositor.DataTypes
Packages that use SoDataCompositor.DataTypes
-
Uses of SoDataCompositor.DataTypes in com.openinventor.ldm.nodes
Fields in com.openinventor.ldm.nodes with type parameters of type SoDataCompositor.DataTypesModifier and TypeFieldDescriptionSoDataCompositor.dataType
Data type of the final composed buffer.Methods in com.openinventor.ldm.nodes that return SoDataCompositor.DataTypesModifier and TypeMethodDescriptionSoDataCompositor.getDataType()
Returns the output data type.static SoDataCompositor.DataTypes
SoDataCompositor.DataTypes.valueOf
(int val) Returns the enum constant of this type with the specified integer valuestatic SoDataCompositor.DataTypes
Returns the enum constant of this class with the specified name.static SoDataCompositor.DataTypes[]
SoDataCompositor.DataTypes.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.openinventor.ldm.nodes with parameters of type SoDataCompositor.DataTypesModifier and TypeMethodDescriptionstatic boolean
SoDataCompositor.isDataSigned
(SoDataCompositor.DataTypes dataType) Returns true if the given data type is a signed integer data type.