Click or drag to resize

CPGReadRow3D Method

Read a set of elements in Y (row) from pager into vv

Namespace:  GeoEngine.Core.GXNetX
Assembly:  geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntax
public void ReadRow3D(
	int slice,
	int row,
	int o,
	int n,
	CVV vv
)

public void ReadRow3D(
	int slice,
	int row,
	int o,
	int n,
	CVV vv
)

Parameters

slice
Type: SystemInt32
iBz - element # in z (slice #)
row
Type: SystemInt32
iBy - element # in y (row #)
o
Type: SystemInt32
iBx - begining element # in x to read (0 is the first)
n
Type: SystemInt32
iNx - # elements to read (0 for whole vector)
vv
Type: GeoEngine.Core.GXNetXCVV
hVV - VV handle
See Also