예제 #1
0
    public bool Not(ChainCode c)
    {
        bool ret = VisionLabPINVOKE.ChainCode_Not(swigCPtr, ChainCode.getCPtr(c));

        if (VisionLabPINVOKE.SWIGPendingException.Pending)
        {
            throw VisionLabPINVOKE.SWIGPendingException.Retrieve();
        }
        return(ret);
    }
 public bool IsEqual_Op(ChainCode c) {
   bool ret = VisionLabPINVOKE.ChainCode_IsEqual_Op(swigCPtr, ChainCode.getCPtr(c));
   if (VisionLabPINVOKE.SWIGPendingException.Pending) throw VisionLabPINVOKE.SWIGPendingException.Retrieve();
   return ret;
 }