Uses of Class
com.openinventor.volumeviz.readers.SoVRRasterStackReader.ChannelSelections
-
Packages that use SoVRRasterStackReader.ChannelSelections Package Description com.openinventor.volumeviz.readers -
-
Uses of SoVRRasterStackReader.ChannelSelections in com.openinventor.volumeviz.readers
Methods in com.openinventor.volumeviz.readers that return SoVRRasterStackReader.ChannelSelections Modifier and Type Method Description static SoVRRasterStackReader.ChannelSelections
SoVRRasterStackReader.ChannelSelections. valueOf(int val)
Returns the enum constant of this type with the specified integer valuestatic SoVRRasterStackReader.ChannelSelections
SoVRRasterStackReader.ChannelSelections. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static SoVRRasterStackReader.ChannelSelections[]
SoVRRasterStackReader.ChannelSelections. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.openinventor.volumeviz.readers with parameters of type SoVRRasterStackReader.ChannelSelections Modifier and Type Method Description void
SoVRRasterStackReader. setChannelSelection(SoVRRasterStackReader.ChannelSelections cs)
Selects channels to be used for data rendering.
-