예제 #1
0
 public void SetRange(int index, HighPassFilters values)
 {
     msclPINVOKE.HighPassFilters_SetRange(swigCPtr, index, HighPassFilters.getCPtr(values));
     if (msclPINVOKE.SWIGPendingException.Pending)
     {
         throw msclPINVOKE.SWIGPendingException.Retrieve();
     }
 }
예제 #2
0
 public HighPassFilters(HighPassFilters other) : this(msclPINVOKE.new_HighPassFilters__SWIG_1(HighPassFilters.getCPtr(other)), true)
 {
     if (msclPINVOKE.SWIGPendingException.Pending)
     {
         throw msclPINVOKE.SWIGPendingException.Retrieve();
     }
 }