Click or drag to resize
CIMUGridFilt Method
Applies a filter to a grid any number of passes.

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 GridFilt(
	CIMG oIMG1,
	CIMG oIMG2,
	int i3,
	double d4,
	int i5,
	int i6,
	int i7,
	string str8,
	CVV oVV9
)

Parameters

oIMG1
Type: GeoEngine.Core.GXNetCIMG
Image of first grid
oIMG2
Type: GeoEngine.Core.GXNetCIMG
Image of second grid
i3
Type: SystemInt32
Number of passes to apply filter (>0)
d4
Type: SystemDouble
Multiplier to apply to grid values
i5
Type: SystemInt32
See IMU_FILT_DUMMYConstant
i6
Type: SystemInt32
See IMU_FILT_HZDRVConstant
i7
Type: SystemInt32
See IMU_FILT_FILEConstant
str8
Type: SystemString
Name of file containing filter values
oVV9
Type: GeoEngine.Core.GXNetCVV
VV containing filter values (if not using a file for the values) MUST BE OF TYPE 'real'
See Also