Пример #1
0
 public void setLocalSeed(SWIGTYPE_p_std__uint_fast32_t localSeed)
 {
     ompl_geometricPINVOKE.RNG_setLocalSeed(swigCPtr, SWIGTYPE_p_std__uint_fast32_t.getCPtr(localSeed));
     if (ompl_geometricPINVOKE.SWIGPendingException.Pending)
     {
         throw ompl_geometricPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Пример #2
0
 public static void setSeed(SWIGTYPE_p_std__uint_fast32_t seed)
 {
     ompl_geometricPINVOKE.RNG_setSeed(SWIGTYPE_p_std__uint_fast32_t.getCPtr(seed));
     if (ompl_geometricPINVOKE.SWIGPendingException.Pending)
     {
         throw ompl_geometricPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Пример #3
0
 public RNG(SWIGTYPE_p_std__uint_fast32_t localSeed) : this(ompl_geometricPINVOKE.new_RNG__SWIG_1(SWIGTYPE_p_std__uint_fast32_t.getCPtr(localSeed)), true)
 {
     if (ompl_geometricPINVOKE.SWIGPendingException.Pending)
     {
         throw ompl_geometricPINVOKE.SWIGPendingException.Retrieve();
     }
 }