示例#1
0
 public __OrdFloatImage(__OrdFloatImage image) : this(VisionLabPINVOKE.new___OrdFloatImage__SWIG_3(__OrdFloatImage.getCPtr(image)), true)
 {
     if (VisionLabPINVOKE.SWIGPendingException.Pending)
     {
         throw VisionLabPINVOKE.SWIGPendingException.Retrieve();
     }
 }
示例#2
0
 public virtual void Resize(HeightWidth hw, __OrdFloatImage properties)
 {
     VisionLabPINVOKE.__OrdFloatImage_Resize__SWIG_1(swigCPtr, HeightWidth.getCPtr(hw), __OrdFloatImage.getCPtr(properties));
     if (VisionLabPINVOKE.SWIGPendingException.Pending)
     {
         throw VisionLabPINVOKE.SWIGPendingException.Retrieve();
     }
 }
 public virtual void Resize(HeightWidth hw, __OrdFloatImage properties) {
   VisionLabPINVOKE.__OrdFloatImage_Resize__SWIG_1(swigCPtr, HeightWidth.getCPtr(hw), __OrdFloatImage.getCPtr(properties));
   if (VisionLabPINVOKE.SWIGPendingException.Pending) throw VisionLabPINVOKE.SWIGPendingException.Retrieve();
 }
 public __OrdFloatImage(__OrdFloatImage image) : this(VisionLabPINVOKE.new___OrdFloatImage__SWIG_3(__OrdFloatImage.getCPtr(image)), true) {
   if (VisionLabPINVOKE.SWIGPendingException.Pending) throw VisionLabPINVOKE.SWIGPendingException.Retrieve();
 }
 internal static HandleRef getCPtr(__OrdFloatImage obj) {
   return (obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr;
 }
示例#6
0
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(__OrdFloatImage obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }
示例#7
0
 internal static HandleRef getCPtr(__OrdFloatImage obj)
 {
     return((obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr);
 }