public vector_Layer(vector_Layer other) : this(VisionLabPINVOKE.new_vector_Layer__SWIG_1(vector_Layer.getCPtr(other)), true) { if (VisionLabPINVOKE.SWIGPendingException.Pending) { throw VisionLabPINVOKE.SWIGPendingException.Retrieve(); } }
public vector_LayerEnumerator(vector_Layer collection) { collectionRef = collection; currentIndex = -1; currentObject = null; currentSize = collectionRef.Count; }
public void SetRange(int index, vector_Layer values) { VisionLabPINVOKE.vector_Layer_SetRange(swigCPtr, index, vector_Layer.getCPtr(values)); if (VisionLabPINVOKE.SWIGPendingException.Pending) { throw VisionLabPINVOKE.SWIGPendingException.Retrieve(); } }
public static vector_Layer Repeat(Layer value, int count) { IntPtr cPtr = VisionLabPINVOKE.vector_Layer_Repeat(Layer.getCPtr(value), count); vector_Layer ret = (cPtr == IntPtr.Zero) ? null : new vector_Layer(cPtr, true); if (VisionLabPINVOKE.SWIGPendingException.Pending) { throw VisionLabPINVOKE.SWIGPendingException.Retrieve(); } return(ret); }
public vector_Layer GetRange(int index, int count) { IntPtr cPtr = VisionLabPINVOKE.vector_Layer_GetRange(swigCPtr, index, count); vector_Layer ret = (cPtr == IntPtr.Zero) ? null : new vector_Layer(cPtr, true); if (VisionLabPINVOKE.SWIGPendingException.Pending) { throw VisionLabPINVOKE.SWIGPendingException.Retrieve(); } return(ret); }
internal static HandleRef getCPtr(vector_Layer obj) { return((obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr); }
internal static global::System.Runtime.InteropServices.HandleRef getCPtr(vector_Layer obj) { return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr); }