 | CDBWindowVACh2 Method |
Copy a windowed version of data in a channel into a new channel
Namespace:
GeoEngine.Core.GXNetX
Assembly:
geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic void WindowVACh2(
int line,
int i_ch,
int o_ch,
CVV gvv
)
public void WindowVACh2(
int line,
int i_ch,
int o_ch,
CVV gvv
)
Public Sub WindowVACh2 (
line As Integer,
i_ch As Integer,
o_ch As Integer,
gvv As CVV
)
Public Sub WindowVACh2 (
line As Integer,
i_ch As Integer,
o_ch As Integer,
gvv As CVV
)
public:
void WindowVACh2(
int line,
int i_ch,
int o_ch,
CVV^ gvv
)
public:
void WindowVACh2(
int line,
int i_ch,
int o_ch,
CVV^ gvv
)
member WindowVACh2 :
line : int *
i_ch : int *
o_ch : int *
gvv : CVV -> unit
member WindowVACh2 :
line : int *
i_ch : int *
o_ch : int *
gvv : CVV -> unit
Parameters
- line
- Type: SystemInt32
Line symbol - i_ch
- Type: SystemInt32
Original channel - o_ch
- Type: SystemInt32
Output channel - gvv
- Type: GeoEngine.Core.GXNetXCVV
VV containing 0/1 values for each channel.
Remarks
Similar to WindowVACh_DB, but the input and output channels must
contain the same number of columns. The input VV tells which columns
to copy over; 0 values indicate that the output column is to be
dummied, and non-zero values indicate the column is to be copied.
The VV length must be the same as the number of columns.
See Also