Click or drag to resize
CIMUGridFill Method
Interpolates to fill dummies, generates an output grid.

Available since Oasis montaj version: 5.0.0
License: Available to anyone with an Oasis Montaj license.  

Namespace: GeoEngine.Core.GXNet
Assembly: geoengine.core.gxnet (in geoengine.core.gxnet.dll)
Notes
The IMG parameters MUST be of type GS_FLOAT! If not, the method will terminate.
Syntax
public static void GridFill(
	CIMG oIMG1,
	CIMG oIMG2,
	int i3,
	int i4,
	int i5,
	int i6,
	double d7,
	double d8,
	double d9,
	int i10,
	int i11
)

Parameters

oIMG1
Type: GeoEngine.Core.GXNetCIMG
Image of input grid
oIMG2
Type: GeoEngine.Core.GXNetCIMG
Image of output grid
i3
Type: SystemInt32
See IMU_FILL_ROLLOPTConstant
i4
Type: SystemInt32
Distance at which to roll off to 0
i5
Type: SystemInt32
Maximum prediction filter length
i6
Type: SystemInt32
Maximum prediction filter area
d7
Type: SystemDouble
Base value to roll off to
d8
Type: SystemDouble
Maximum amplitude allowed in grid
d9
Type: SystemDouble
Maximum edge amplitude allowed in grid
i10
Type: SystemInt32
Width from edge to start limiting from
i11
Type: SystemInt32
Number of convolution passes to apply
See Also