Exemple #1
0
 public void swap(PcpPrimIndex rhs)
 {
     UsdCsPINVOKE.PcpPrimIndex_swap(swigCPtr, PcpPrimIndex.getCPtr(rhs));
     if (UsdCsPINVOKE.SWIGPendingException.Pending)
     {
         throw UsdCsPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Exemple #2
0
 public PcpPrimIndex(PcpPrimIndex rhs) : this(UsdCsPINVOKE.new_PcpPrimIndex__SWIG_1(PcpPrimIndex.getCPtr(rhs)), true)
 {
     if (UsdCsPINVOKE.SWIGPendingException.Pending)
     {
         throw UsdCsPINVOKE.SWIGPendingException.Retrieve();
     }
 }