示例#1
0
 public HighPassFilters(HighPassFilters other) : this(msclPINVOKE.new_HighPassFilters__SWIG_1(HighPassFilters.getCPtr(other)), true)
 {
     if (msclPINVOKE.SWIGPendingException.Pending)
     {
         throw msclPINVOKE.SWIGPendingException.Retrieve();
     }
 }
示例#2
0
 public HighPassFiltersEnumerator(HighPassFilters collection)
 {
     collectionRef = collection;
     currentIndex  = -1;
     currentObject = null;
     currentSize   = collectionRef.Count;
 }
示例#3
0
 public void SetRange(int index, HighPassFilters values)
 {
     msclPINVOKE.HighPassFilters_SetRange(swigCPtr, index, HighPassFilters.getCPtr(values));
     if (msclPINVOKE.SWIGPendingException.Pending)
     {
         throw msclPINVOKE.SWIGPendingException.Retrieve();
     }
 }
示例#4
0
        public virtual HighPassFilters highPassFilters()
        {
            HighPassFilters ret = new HighPassFilters(msclPINVOKE.NodeFeatures_highPassFilters(swigCPtr), true);

            if (msclPINVOKE.SWIGPendingException.Pending)
            {
                throw msclPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
示例#5
0
        public static HighPassFilters Repeat(WirelessTypes.HighPassFilter value, int count)
        {
            global::System.IntPtr cPtr = msclPINVOKE.HighPassFilters_Repeat((int)value, count);
            HighPassFilters       ret  = (cPtr == global::System.IntPtr.Zero) ? null : new HighPassFilters(cPtr, true);

            if (msclPINVOKE.SWIGPendingException.Pending)
            {
                throw msclPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
示例#6
0
        public HighPassFilters GetRange(int index, int count)
        {
            global::System.IntPtr cPtr = msclPINVOKE.HighPassFilters_GetRange(swigCPtr, index, count);
            HighPassFilters       ret  = (cPtr == global::System.IntPtr.Zero) ? null : new HighPassFilters(cPtr, true);

            if (msclPINVOKE.SWIGPendingException.Pending)
            {
                throw msclPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
示例#7
0
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(HighPassFilters obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }