Uses of Enum Class
com.openinventor.volumeviz.readers.SoVRSegyTraceHeaderBytePosition.TraceByteFormats
Packages that use SoVRSegyTraceHeaderBytePosition.TraceByteFormats
-
Uses of SoVRSegyTraceHeaderBytePosition.TraceByteFormats in com.openinventor.volumeviz.readers
Methods in com.openinventor.volumeviz.readers that return SoVRSegyTraceHeaderBytePosition.TraceByteFormatsModifier and TypeMethodDescriptionSoVRSegyTraceHeaderBytePosition.getByteFormat
(SoVRSegyTraceHeaderBytePosition.TraceAttributes attr) SoVRSegyTraceHeaderBytePosition.TraceByteFormats.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.SoVRSegyTraceHeaderBytePosition.TraceByteFormats.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 SoVRSegyTraceHeaderBytePosition.TraceByteFormatsModifier and TypeMethodDescriptionvoid
SoVRSegyTraceHeaderBytePosition.setByteFormat
(SoVRSegyTraceHeaderBytePosition.TraceAttributes attr, SoVRSegyTraceHeaderBytePosition.TraceByteFormats format) Sets/Gets the field format of a specific attribute within the trace header.