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

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

Namespace: GeoEngine.Core.GXNetX
Assembly: geoengine.core.gxnetx (in geoengine.core.gxnetx.dll)
Notes
The IMG parameters MUST be of type <define>GS_FLOAT</define>! If not, the method will terminate.
Syntax
public static void GridFill(
	CGXNETCore gxNetShared,
	CIMG im_gi,
	CIMG im_go,
	int rollopt,
	int rolldist,
	int mxf,
	int mxp,
	double rollbase,
	double alimit,
	double elimit,
	int width,
	int npass
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
im_gi
Type: GeoEngine.Core.GXNetXCIMG
Image of input grid
im_go
Type: GeoEngine.Core.GXNetXCIMG
Image of output grid
rollopt
Type: SystemInt32
<define>IMU_FILL_ROLLOPT</define>
rolldist
Type: SystemInt32
Distance at which to roll off to 0
mxf
Type: SystemInt32
Maximum prediction filter length
mxp
Type: SystemInt32
Maximum prediction filter area
rollbase
Type: SystemDouble
Base value to roll off to
alimit
Type: SystemDouble
Maximum amplitude allowed in grid
elimit
Type: SystemDouble
Maximum edge amplitude allowed in grid
width
Type: SystemInt32
Width from edge to start limiting from
npass
Type: SystemInt32
Number of convolution passes to apply
See Also