Uses of Class
com.openinventor.volumeviz.nodes.SoVolumeRender.NumSlicesControls
-
Packages that use SoVolumeRender.NumSlicesControls Package Description com.openinventor.volumeviz.nodes -
-
Uses of SoVolumeRender.NumSlicesControls in com.openinventor.volumeviz.nodes
Fields in com.openinventor.volumeviz.nodes with type parameters of type SoVolumeRender.NumSlicesControls Modifier and Type Field Description SoSFEnum<SoVolumeRender.NumSlicesControls>
SoVolumeRender. numSlicesControl
Controls how the number of samples along each ray is determined.Methods in com.openinventor.volumeviz.nodes that return SoVolumeRender.NumSlicesControls Modifier and Type Method Description static SoVolumeRender.NumSlicesControls
SoVolumeRender.NumSlicesControls. valueOf(int val)
Returns the enum constant of this type with the specified integer valuestatic SoVolumeRender.NumSlicesControls
SoVolumeRender.NumSlicesControls. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static SoVolumeRender.NumSlicesControls[]
SoVolumeRender.NumSlicesControls. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-