Ejemplo n.º 1
0
 public ChainCode(ChainCodeType t) : this(VisionLabPINVOKE.new_ChainCode__SWIG_0((int)t), true)
 {
     if (VisionLabPINVOKE.SWIGPendingException.Pending)
     {
         throw VisionLabPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Ejemplo n.º 2
0
 public static string ChainCodeTypeToStr(ChainCodeType c) {
   string ret = VisionLabPINVOKE.ChainCodeTypeToStr((int)c);
   if (VisionLabPINVOKE.SWIGPendingException.Pending) throw VisionLabPINVOKE.SWIGPendingException.Retrieve();
   return ret;
 }
Ejemplo n.º 3
0
 public ChainCode(ChainCodeType t) : this(VisionLabPINVOKE.new_ChainCode__SWIG_0((int)t), true) {
   if (VisionLabPINVOKE.SWIGPendingException.Pending) throw VisionLabPINVOKE.SWIGPendingException.Retrieve();
 }