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. alphaUseSpecifies 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.AlphaUsesSoSlice.AlphaUses. valueOf(int val)Returns the enum constant of this type with the specified integer valuestatic SoSlice.AlphaUsesSoSlice.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.
-