Uses of Class
com.openinventor.volumeviz.nodes.SoSlice.AlphaUses
-
Packages that use SoSlice.AlphaUses Package Description com.openinventor.volumeviz.nodes -
-
Uses of SoSlice.AlphaUses in com.openinventor.volumeviz.nodes
Fields in com.openinventor.volumeviz.nodes with type parameters of type SoSlice.AlphaUses Modifier and Type Field Description SoSFEnum<SoSlice.AlphaUses>
SoSlice. alphaUse
Specifies how to use the alpha component of each voxel's RGBA value.Methods in com.openinventor.volumeviz.nodes that return SoSlice.AlphaUses Modifier and Type Method Description static SoSlice.AlphaUses
SoSlice.AlphaUses. valueOf(int val)
Returns the enum constant of this type with the specified integer valuestatic SoSlice.AlphaUses
SoSlice.AlphaUses. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static SoSlice.AlphaUses[]
SoSlice.AlphaUses. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-