SoSeismicComputeEnvelope Method (SoCpuBufferObject, SoCpuBufferObject, Int32, Int32) |
Compute envelope (amplitude) attribute on a set of seismic traces.
Namespace: OIV.Inventor.AlgorithmsAssembly: OIV.Inventor.Algorithms (in OIV.Inventor.Algorithms.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public int ComputeEnvelope(
SoCpuBufferObject sourceBufferObject,
SoCpuBufferObject targetBufferObject,
int traceSize,
int numTrace
)
Public Function ComputeEnvelope (
sourceBufferObject As SoCpuBufferObject,
targetBufferObject As SoCpuBufferObject,
traceSize As Integer,
numTrace As Integer
) As Integer
public:
int ComputeEnvelope(
SoCpuBufferObject^ sourceBufferObject,
SoCpuBufferObject^ targetBufferObject,
int traceSize,
int numTrace
)
member ComputeEnvelope :
sourceBufferObject : SoCpuBufferObject *
targetBufferObject : SoCpuBufferObject *
traceSize : int *
numTrace : int -> int
Parameters
- sourceBufferObject
- Type: OIV.Inventor.DevicesSoCpuBufferObject
- targetBufferObject
- Type: OIV.Inventor.DevicesSoCpuBufferObject
- traceSize
- Type: SystemInt32
- numTrace
- Type: SystemInt32
Return Value
Type:
Int32Remarks See Also