public PcpNodeRef_ChildrenReverseIterator(PcpNodeRef_ChildrenIterator arg0) : this(UsdCsPINVOKE.new_PcpNodeRef_ChildrenReverseIterator__SWIG_1(PcpNodeRef_ChildrenIterator.getCPtr(arg0)), true)
 {
     if (UsdCsPINVOKE.SWIGPendingException.Pending)
     {
         throw UsdCsPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Esempio n. 2
0
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(PcpNodeRef_ChildrenIterator obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }