Exemplo n.º 1
0
 public void AddRange(DescriptorMatchVector values)
 {
     solar_datastructurePINVOKE.DescriptorMatchVector_AddRange(swigCPtr, DescriptorMatchVector.getCPtr(values));
     if (solar_datastructurePINVOKE.SWIGPendingException.Pending)
     {
         throw solar_datastructurePINVOKE.SWIGPendingException.Retrieve();
     }
 }
Exemplo n.º 2
0
 public DescriptorMatchVector(DescriptorMatchVector other) : this(solar_datastructurePINVOKE.new_DescriptorMatchVector__SWIG_1(DescriptorMatchVector.getCPtr(other)), true)
 {
     if (solar_datastructurePINVOKE.SWIGPendingException.Pending)
     {
         throw solar_datastructurePINVOKE.SWIGPendingException.Retrieve();
     }
 }