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. interpretationImage Interpretation Default isVALUE.Methods in com.openinventor.imageviz.nodes.images that return SoImageDataAdapter.Interpretations Modifier and Type Method Description SoImageDataAdapter.InterpretationsSoImageDataAdapter. getInterpretation()Returns the current interpretation of the image.static SoImageDataAdapter.InterpretationsSoImageDataAdapter.Interpretations. valueOf(int val)Returns the enum constant of this type with the specified integer valuestatic SoImageDataAdapter.InterpretationsSoImageDataAdapter.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 voidSoImageDataAdapter. setInterpretation(SoImageDataAdapter.Interpretations interpretation)Sets the interpretation of the image.
-