示例#1
0
 public override void ReadBinFromStream(SWIGTYPE_p_std__istream arg0)
 {
     VisionLabPINVOKE.__NumYUV161616Image_ReadBinFromStream(swigCPtr, SWIGTYPE_p_std__istream.getCPtr(arg0));
     if (VisionLabPINVOKE.SWIGPendingException.Pending)
     {
         throw VisionLabPINVOKE.SWIGPendingException.Retrieve();
     }
 }
示例#2
0
 public void ReadFromStream(SWIGTYPE_p_std__istream arg0)
 {
     VisionLabPINVOKE.ClassFeatureSet_YUV16_ReadFromStream(swigCPtr, SWIGTYPE_p_std__istream.getCPtr(arg0));
     if (VisionLabPINVOKE.SWIGPendingException.Pending)
     {
         throw VisionLabPINVOKE.SWIGPendingException.Retrieve();
     }
 }
示例#3
0
 public override void unserialize(SWIGTYPE_p_std__istream s)
 {
     libtischPINVOKE.FeatureVector_unserialize(swigCPtr, SWIGTYPE_p_std__istream.getCPtr(s));
     if (libtischPINVOKE.SWIGPendingException.Pending)
     {
         throw libtischPINVOKE.SWIGPendingException.Retrieve();
     }
 }
 public override void ReadFromStream(SWIGTYPE_p_std__istream arg0)
 {
     VisionLabPINVOKE.BlobMatcher_Int32_ReadFromStream(swigCPtr, SWIGTYPE_p_std__istream.getCPtr(arg0));
     if (VisionLabPINVOKE.SWIGPendingException.Pending)
     {
         throw VisionLabPINVOKE.SWIGPendingException.Retrieve();
     }
 }
 public virtual void Execute(SWIGTYPE_p_std__istream arg0, SWIGTYPE_p_std__ostream os)
 {
     VisionLabPINVOKE.CmdIntCommand_Execute(swigCPtr, SWIGTYPE_p_std__istream.getCPtr(arg0), SWIGTYPE_p_std__ostream.getCPtr(os));
     if (VisionLabPINVOKE.SWIGPendingException.Pending)
     {
         throw VisionLabPINVOKE.SWIGPendingException.Retrieve();
     }
 }
示例#6
0
 public virtual void ReadFromStream(SWIGTYPE_p_std__istream arg0)
 {
     VisionLabPINVOKE.PatternMatcher_Int8_ReadFromStream(swigCPtr, SWIGTYPE_p_std__istream.getCPtr(arg0));
     if (VisionLabPINVOKE.SWIGPendingException.Pending)
     {
         throw VisionLabPINVOKE.SWIGPendingException.Retrieve();
     }
 }
示例#7
0
 public override void ReadAsciiFromStream(SWIGTYPE_p_std__istream arg0)
 {
     VisionLabPINVOKE.NumInt8Pixel_ReadAsciiFromStream(swigCPtr, SWIGTYPE_p_std__istream.getCPtr(arg0));
     if (VisionLabPINVOKE.SWIGPendingException.Pending)
     {
         throw VisionLabPINVOKE.SWIGPendingException.Retrieve();
     }
 }
 public virtual void ReadAsciiFromStream(SWIGTYPE_p_std__istream arg0)
 {
     VisionLabPINVOKE.Image_ReadAsciiFromStream(swigCPtr, SWIGTYPE_p_std__istream.getCPtr(arg0));
     if (VisionLabPINVOKE.SWIGPendingException.Pending)
     {
         throw VisionLabPINVOKE.SWIGPendingException.Retrieve();
     }
 }
 public void InstallCamera(string camName, string camType, SWIGTYPE_p_std__istream arg2, SWIGTYPE_p_std__ostream os)
 {
     VisionLabPINVOKE.VisLibCmdInt_InstallCamera(swigCPtr, camName, camType, SWIGTYPE_p_std__istream.getCPtr(arg2), SWIGTYPE_p_std__ostream.getCPtr(os));
     if (VisionLabPINVOKE.SWIGPendingException.Pending)
     {
         throw VisionLabPINVOKE.SWIGPendingException.Retrieve();
     }
 }
示例#10
0
 public void unserialize(SWIGTYPE_p_std__istream s)
 {
     libtischPINVOKE.smartPtrFeatureBase_unserialize(swigCPtr, SWIGTYPE_p_std__istream.getCPtr(s));
     if (libtischPINVOKE.SWIGPendingException.Pending)
     {
         throw libtischPINVOKE.SWIGPendingException.Retrieve();
     }
 }
示例#11
0
    public virtual CameraBase Execute(SWIGTYPE_p_std__istream arg0, SWIGTYPE_p_std__ostream os)
    {
        IntPtr     cPtr = VisionLabPINVOKE.CamInstallCmd_Execute(swigCPtr, SWIGTYPE_p_std__istream.getCPtr(arg0), SWIGTYPE_p_std__ostream.getCPtr(os));
        CameraBase ret  = (cPtr == IntPtr.Zero) ? null : new CameraBase(cPtr, false);

        if (VisionLabPINVOKE.SWIGPendingException.Pending)
        {
            throw VisionLabPINVOKE.SWIGPendingException.Retrieve();
        }
        return(ret);
    }
示例#12
0
        public static VelocityProfile Read(SWIGTYPE_p_std__istream _is)
        {
            global::System.IntPtr cPtr = kdlPINVOKE.VelocityProfile_Read(SWIGTYPE_p_std__istream.getCPtr(_is));
            VelocityProfile       ret  = (cPtr == global::System.IntPtr.Zero) ? null : new VelocityProfile(cPtr, false);

            if (kdlPINVOKE.SWIGPendingException.Pending)
            {
                throw kdlPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }