public HighPassFilters(HighPassFilters other) : this(msclPINVOKE.new_HighPassFilters__SWIG_1(HighPassFilters.getCPtr(other)), true) { if (msclPINVOKE.SWIGPendingException.Pending) { throw msclPINVOKE.SWIGPendingException.Retrieve(); } }
public HighPassFiltersEnumerator(HighPassFilters collection) { collectionRef = collection; currentIndex = -1; currentObject = null; currentSize = collectionRef.Count; }
public void SetRange(int index, HighPassFilters values) { msclPINVOKE.HighPassFilters_SetRange(swigCPtr, index, HighPassFilters.getCPtr(values)); if (msclPINVOKE.SWIGPendingException.Pending) { throw msclPINVOKE.SWIGPendingException.Retrieve(); } }
public virtual HighPassFilters highPassFilters() { HighPassFilters ret = new HighPassFilters(msclPINVOKE.NodeFeatures_highPassFilters(swigCPtr), true); if (msclPINVOKE.SWIGPendingException.Pending) { throw msclPINVOKE.SWIGPendingException.Retrieve(); } return(ret); }
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); }
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); }
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); }