コード例 #1
0
 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();
     }
 }
コード例 #2
0
 public vector_LayerEnumerator(vector_Layer collection)
 {
     collectionRef = collection;
     currentIndex  = -1;
     currentObject = null;
     currentSize   = collectionRef.Count;
 }
コード例 #3
0
 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();
     }
 }
コード例 #4
0
    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);
    }
コード例 #5
0
    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);
    }
コード例 #6
0
 internal static HandleRef getCPtr(vector_Layer obj)
 {
     return((obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr);
 }
コード例 #7
0
 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);
 }