F_VN_BitwiseNotContainer
Element-wise application of a bit-wise NOT operator to a container (integer only).
Syntax
Definition:
FUNCTION F_VN_BitwiseNotContainer : HRESULT
VAR_INPUT
ipSrcContainer : ITcVnContainer;
ipDestContainer : Reference To ITcVnContainer;
hrPrev : HRESULT;
END_VAR
Inputs
Name |
Type |
Description |
---|---|---|
ipSrcContainer |
Source container | |
ipDestContainer |
Reference To ITcVnContainer |
Returns the resulting container |
hrPrev |
HRESULT indicating the result of previous operations (If SUCCEEDED(hrPrev) equals false, no operation is executed.) |
Required License
TC3 Vision Base