Uses of Class
com.openinventor.ldm.nodes.SoDataSet.ValueInterpretations
-
Packages that use SoDataSet.ValueInterpretations Package Description com.openinventor.ldm.nodes -
-
Uses of SoDataSet.ValueInterpretations in com.openinventor.ldm.nodes
Fields in com.openinventor.ldm.nodes with type parameters of type SoDataSet.ValueInterpretations Modifier and Type Field Description SoSFEnum<SoDataSet.ValueInterpretations>
SoDataSet. valueInterpretation
Specifies if this dataset corresponds or does not correspond to a segmented image.Methods in com.openinventor.ldm.nodes that return SoDataSet.ValueInterpretations Modifier and Type Method Description static SoDataSet.ValueInterpretations
SoDataSet.ValueInterpretations. valueOf(int val)
Returns the enum constant of this type with the specified integer valuestatic SoDataSet.ValueInterpretations
SoDataSet.ValueInterpretations. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static SoDataSet.ValueInterpretations[]
SoDataSet.ValueInterpretations. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-