Uses of Class
com.openinventor.ldm.readers.SoVolumeReader.Axis
-
Packages that use SoVolumeReader.Axis Package Description com.openinventor.ldm.readers -
-
Uses of SoVolumeReader.Axis in com.openinventor.ldm.readers
Methods in com.openinventor.ldm.readers that return SoVolumeReader.Axis Modifier and Type Method Description static SoVolumeReader.Axis
SoVolumeReader.Axis. valueOf(int val)
Returns the enum constant of this type with the specified integer valuestatic SoVolumeReader.Axis
SoVolumeReader.Axis. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static SoVolumeReader.Axis[]
SoVolumeReader.Axis. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-