Uses of Enum Class
com.openinventor.volumeviz.readers.SoVRRasterStackReader.ChannelSelections
Packages that use SoVRRasterStackReader.ChannelSelections
-
Uses of SoVRRasterStackReader.ChannelSelections in com.openinventor.volumeviz.readers
Methods in com.openinventor.volumeviz.readers that return SoVRRasterStackReader.ChannelSelectionsModifier and TypeMethodDescriptionSoVRRasterStackReader.ChannelSelections.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.SoVRRasterStackReader.ChannelSelections.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.openinventor.volumeviz.readers with parameters of type SoVRRasterStackReader.ChannelSelectionsModifier and TypeMethodDescriptionvoid
SoVRRasterStackReader.setChannelSelection
(SoVRRasterStackReader.ChannelSelections cs) Selects channels to be used for data rendering.