Пример #1
0
 public ScopedStateStateSpace(ScopedStateStateSpace other) : this(ompl_basePINVOKE.new_ScopedStateStateSpace__SWIG_2(ScopedStateStateSpace.getCPtr(other)), true)
 {
     if (ompl_basePINVOKE.SWIGPendingException.Pending)
     {
         throw ompl_basePINVOKE.SWIGPendingException.Retrieve();
     }
 }
Пример #2
0
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(ScopedStateStateSpace obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }