SoOpenCLSeismicComputeInstPhase Method (SoOpenCLBufferObject, SoOpenCLBufferObject, Int32, Int32) |
Compute instantaneous phase 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 ComputeInstPhase(
SoOpenCLBufferObject sourceBufferObject,
SoOpenCLBufferObject targetBufferObject,
int traceSize,
int numTrace
)
Public Function ComputeInstPhase (
sourceBufferObject As SoOpenCLBufferObject,
targetBufferObject As SoOpenCLBufferObject,
traceSize As Integer,
numTrace As Integer
) As Integer
public:
int ComputeInstPhase(
SoOpenCLBufferObject^ sourceBufferObject,
SoOpenCLBufferObject^ targetBufferObject,
int traceSize,
int numTrace
)
member ComputeInstPhase :
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