Uses of Class
com.openinventor.volumeviz.readers.SoVRSegyTraceHeaderBytePosition.TraceByteFormats
-
Packages that use SoVRSegyTraceHeaderBytePosition.TraceByteFormats Package Description com.openinventor.volumeviz.readers -
-
Uses of SoVRSegyTraceHeaderBytePosition.TraceByteFormats in com.openinventor.volumeviz.readers
Methods in com.openinventor.volumeviz.readers that return SoVRSegyTraceHeaderBytePosition.TraceByteFormats Modifier and Type Method Description SoVRSegyTraceHeaderBytePosition.TraceByteFormats
SoVRSegyTraceHeaderBytePosition. getByteFormat(SoVRSegyTraceHeaderBytePosition.TraceAttributes attr)
static SoVRSegyTraceHeaderBytePosition.TraceByteFormats
SoVRSegyTraceHeaderBytePosition.TraceByteFormats. valueOf(int val)
Returns the enum constant of this type with the specified integer valuestatic SoVRSegyTraceHeaderBytePosition.TraceByteFormats
SoVRSegyTraceHeaderBytePosition.TraceByteFormats. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static SoVRSegyTraceHeaderBytePosition.TraceByteFormats[]
SoVRSegyTraceHeaderBytePosition.TraceByteFormats. 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 SoVRSegyTraceHeaderBytePosition.TraceByteFormats Modifier and Type Method Description void
SoVRSegyTraceHeaderBytePosition. setByteFormat(SoVRSegyTraceHeaderBytePosition.TraceAttributes attr, SoVRSegyTraceHeaderBytePosition.TraceByteFormats format)
Sets/Gets the field format of a specific attribute within the trace header.
-