public void SetDisplayLUT(string imageName, SWIGTYPE_p_DisplayLUT lut)
 {
     VisionLabPINVOKE.VisLibCmdInt_SetDisplayLUT(swigCPtr, imageName, SWIGTYPE_p_DisplayLUT.getCPtr(lut));
     if (VisionLabPINVOKE.SWIGPendingException.Pending)
     {
         throw VisionLabPINVOKE.SWIGPendingException.Retrieve();
     }
 }
 public void InsertImage(string imageName, Image image, SWIGTYPE_p_DisplayLUT lut, string oldHistory)
 {
     VisionLabPINVOKE.VisLibCmdInt_InsertImage__SWIG_1(swigCPtr, imageName, Image.getCPtr(image), SWIGTYPE_p_DisplayLUT.getCPtr(lut), oldHistory);
     if (VisionLabPINVOKE.SWIGPendingException.Pending)
     {
         throw VisionLabPINVOKE.SWIGPendingException.Retrieve();
     }
 }