Uses of Enum Class
com.openinventor.volumeviz.readers.SoVRSegyFileReader.SegyAxisOrders
Packages that use SoVRSegyFileReader.SegyAxisOrders
-
Uses of SoVRSegyFileReader.SegyAxisOrders in com.openinventor.volumeviz.readers
Methods in com.openinventor.volumeviz.readers that return SoVRSegyFileReader.SegyAxisOrdersModifier and TypeMethodDescriptionSoVRSegyFileReader.getSegyAxisOrder()
Get the storage order for X, Y, and Z axis.SoVRSegyFileReader.SegyAxisOrders.valueOf
(int val) Returns the enum constant of this type with the specified integer valueReturns the enum constant of this class with the specified name.static SoVRSegyFileReader.SegyAxisOrders[]
SoVRSegyFileReader.SegyAxisOrders.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.openinventor.volumeviz.readers with parameters of type SoVRSegyFileReader.SegyAxisOrdersModifier and TypeMethodDescriptionvoid
SoVRSegyFileReader.setSegyAxisOrder
(SoVRSegyFileReader.SegyAxisOrders axisOrder) Sets the storage order for X, Y, and Z axes.