SoOpenCLSeismicComputeEnvelope Method (SoOpenCLBufferObject, SoOpenCLBufferObject, Int32, Int32) |
Compute envelope (amplitude) attribute on a set of seismic traces.
Namespace: OIV.Inventor.OpenCL.AlgorithmsAssembly: OIV.Inventor.OpenCL (in OIV.Inventor.OpenCL.dll) Version: 9.9.13.0 (9.9.13.0)
Syntaxpublic int ComputeEnvelope(
SoOpenCLBufferObject sourceBufferObject,
SoOpenCLBufferObject targetBufferObject,
int traceSize,
int numTrace
)
Public Function ComputeEnvelope (
sourceBufferObject As SoOpenCLBufferObject,
targetBufferObject As SoOpenCLBufferObject,
traceSize As Integer,
numTrace As Integer
) As Integer
public:
int ComputeEnvelope(
SoOpenCLBufferObject^ sourceBufferObject,
SoOpenCLBufferObject^ targetBufferObject,
int traceSize,
int numTrace
)
member ComputeEnvelope :
sourceBufferObject : SoOpenCLBufferObject *
targetBufferObject : SoOpenCLBufferObject *
traceSize : int *
numTrace : int -> int
Parameters
- sourceBufferObject
- Type: OIV.Inventor.DevicesSoOpenCLBufferObject
- targetBufferObject
- Type: OIV.Inventor.DevicesSoOpenCLBufferObject
- traceSize
- Type: SystemInt32
- numTrace
- Type: SystemInt32
Return Value
Type:
Int32
Remarks
OPENCL optimized version.
See Also