Uses of Enum Class
com.openinventor.volumeviz.nodes.SoSlice.AlphaUses
Packages that use SoSlice.AlphaUses
-
Uses of SoSlice.AlphaUses in com.openinventor.volumeviz.nodes
Fields in com.openinventor.volumeviz.nodes with type parameters of type SoSlice.AlphaUsesModifier and TypeFieldDescriptionfinal SoSFEnum<SoSlice.AlphaUses> SoSlice.alphaUseSpecifies how to use the alpha component of each voxel's RGBA value.Methods in com.openinventor.volumeviz.nodes that return SoSlice.AlphaUsesModifier and TypeMethodDescriptionstatic SoSlice.AlphaUsesSoSlice.AlphaUses.valueOf(int val) Returns the enum constant of this type with the specified integer valuestatic SoSlice.AlphaUsesReturns the enum constant of this class with the specified name.static SoSlice.AlphaUses[]SoSlice.AlphaUses.values()Returns an array containing the constants of this enum class, in the order they are declared.