Uses of Enum Class
com.openinventor.ldm.nodes.SoDataSet.ValueInterpretations
Packages that use SoDataSet.ValueInterpretations
-
Uses of SoDataSet.ValueInterpretations in com.openinventor.ldm.nodes
Fields in com.openinventor.ldm.nodes with type parameters of type SoDataSet.ValueInterpretationsModifier and TypeFieldDescriptionSoDataSet.valueInterpretation
Specifies if this dataset corresponds or does not correspond to a segmented image.Methods in com.openinventor.ldm.nodes that return SoDataSet.ValueInterpretationsModifier and TypeMethodDescriptionSoDataSet.ValueInterpretations.valueOf
(int val) Returns the enum constant of this type with the specified integer valueReturns the enum constant of this class with the specified name.static SoDataSet.ValueInterpretations[]
SoDataSet.ValueInterpretations.values()
Returns an array containing the constants of this enum class, in the order they are declared.