Uses of Class
com.openinventor.imageviz.nodes.images.SoImageDataAdapter.Interpretations
-
Packages that use SoImageDataAdapter.Interpretations Package Description com.openinventor.imageviz.nodes.images Data conversion conventions in ImageViz -
-
Uses of SoImageDataAdapter.Interpretations in com.openinventor.imageviz.nodes.images
Fields in com.openinventor.imageviz.nodes.images with type parameters of type SoImageDataAdapter.Interpretations Modifier and Type Field Description SoSFEnum<SoImageDataAdapter.Interpretations>
SoImageDataAdapter. interpretation
Image Interpretation Default isVALUE
.Methods in com.openinventor.imageviz.nodes.images that return SoImageDataAdapter.Interpretations Modifier and Type Method Description SoImageDataAdapter.Interpretations
SoImageDataAdapter. getInterpretation()
Returns the current interpretation of the image.static SoImageDataAdapter.Interpretations
SoImageDataAdapter.Interpretations. valueOf(int val)
Returns the enum constant of this type with the specified integer valuestatic SoImageDataAdapter.Interpretations
SoImageDataAdapter.Interpretations. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static SoImageDataAdapter.Interpretations[]
SoImageDataAdapter.Interpretations. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.openinventor.imageviz.nodes.images with parameters of type SoImageDataAdapter.Interpretations Modifier and Type Method Description void
SoImageDataAdapter. setInterpretation(SoImageDataAdapter.Interpretations interpretation)
Sets the interpretation of the image.
-