Uses of Class
com.openinventor.volumeviz.readers.SoVRSegyFileReader.SegyAxisOrders
-
Packages that use SoVRSegyFileReader.SegyAxisOrders Package Description com.openinventor.volumeviz.readers -
-
Uses of SoVRSegyFileReader.SegyAxisOrders in com.openinventor.volumeviz.readers
Methods in com.openinventor.volumeviz.readers that return SoVRSegyFileReader.SegyAxisOrders Modifier and Type Method Description SoVRSegyFileReader.SegyAxisOrders
SoVRSegyFileReader. getSegyAxisOrder()
Get the storage order for X, Y, and Z axis.static SoVRSegyFileReader.SegyAxisOrders
SoVRSegyFileReader.SegyAxisOrders. valueOf(int val)
Returns the enum constant of this type with the specified integer valuestatic SoVRSegyFileReader.SegyAxisOrders
SoVRSegyFileReader.SegyAxisOrders. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static SoVRSegyFileReader.SegyAxisOrders[]
SoVRSegyFileReader.SegyAxisOrders. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.openinventor.volumeviz.readers with parameters of type SoVRSegyFileReader.SegyAxisOrders Modifier and Type Method Description void
SoVRSegyFileReader. setSegyAxisOrder(SoVRSegyFileReader.SegyAxisOrders axisOrder)
Sets the storage order for X, Y, and Z axes.
-