Click or drag to resize

CPGCopySubset3D Method

Copy a subset of data from one pager to another.

Namespace:  GeoEngine.Core.GXNetX
Assembly:  geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntax
public void CopySubset3D(
	CPG pgs,
	int sliced,
	int n,
	int vv,
	int slices,
	int rows,
	int cols,
	int n_slice,
	int n_row,
	int n_col
)

public void CopySubset3D(
	CPG pgs,
	int sliced,
	int n,
	int vv,
	int slices,
	int rows,
	int cols,
	int n_slice,
	int n_row,
	int n_col
)

Parameters

pgs
Type: GeoEngine.Core.GXNetXCPG
Source PG object
sliced
Type: SystemInt32
Z (slice) Origin on destination
n
Type: SystemInt32
Y (row) Origin on destination
vv
Type: SystemInt32
X (col) Origin on destination
slices
Type: SystemInt32
Z (slice) Origin on source
rows
Type: SystemInt32
Y (row) Origin on source
cols
Type: SystemInt32
X (col) Origin on source
n_slice
Type: SystemInt32
Number of Z (slice) to copy
n_row
Type: SystemInt32
Number of Y (rows) to copy
n_col
Type: SystemInt32
Number of X (columns) to copy
Remarks
2D Only
See Also