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.SegyAxisOrdersSoVRSegyFileReader. getSegyAxisOrder()Get the storage order for X, Y, and Z axis.static SoVRSegyFileReader.SegyAxisOrdersSoVRSegyFileReader.SegyAxisOrders. valueOf(int val)Returns the enum constant of this type with the specified integer valuestatic SoVRSegyFileReader.SegyAxisOrdersSoVRSegyFileReader.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 voidSoVRSegyFileReader. setSegyAxisOrder(SoVRSegyFileReader.SegyAxisOrders axisOrder)Sets the storage order for X, Y, and Z axes.
-