Exemple #1
0
        public new vtkMutexLock NewInstance()
        {
            vtkMutexLock result      = null;
            uint         mteStatus   = 0u;
            uint         mteIndex    = 4294967295u;
            uint         rawRefCount = 0u;
            IntPtr       intPtr      = vtkMutexLock.vtkMutexLock_NewInstance_05(base.GetCppThis(), ref mteStatus, ref mteIndex, ref rawRefCount);

            if (IntPtr.Zero != intPtr)
            {
                bool flag;
                result = (vtkMutexLock)Methods.CreateWrappedObject(mteStatus, mteIndex, rawRefCount, intPtr, true, out flag);
            }
            return(result);
        }
        public vtkMutexLock GetInputsReleasedLock(vtkExecutive exec)
        {
            vtkMutexLock vtkMutexLock = null;
            uint         mteStatus    = 0u;
            uint         mteIndex     = 4294967295u;
            uint         rawRefCount  = 0u;
            IntPtr       intPtr       = vtkExecutionScheduler.vtkExecutionScheduler_GetInputsReleasedLock_02(base.GetCppThis(), (exec == null) ? default(HandleRef) : exec.GetCppThis(), ref mteStatus, ref mteIndex, ref rawRefCount);

            if (IntPtr.Zero != intPtr)
            {
                bool flag;
                vtkMutexLock = (vtkMutexLock)Methods.CreateWrappedObject(mteStatus, mteIndex, rawRefCount, intPtr, true, out flag);
                if (flag)
                {
                    vtkMutexLock.Register(null);
                }
            }
            return(vtkMutexLock);
        }
Exemple #3
0
        public new static vtkMutexLock SafeDownCast(vtkObjectBase o)
        {
            vtkMutexLock vtkMutexLock = null;
            uint         mteStatus    = 0u;
            uint         mteIndex     = 4294967295u;
            uint         rawRefCount  = 0u;
            IntPtr       intPtr       = vtkMutexLock.vtkMutexLock_SafeDownCast_06((o == null) ? default(HandleRef) : o.GetCppThis(), ref mteStatus, ref mteIndex, ref rawRefCount);

            if (IntPtr.Zero != intPtr)
            {
                bool flag;
                vtkMutexLock = (vtkMutexLock)Methods.CreateWrappedObject(mteStatus, mteIndex, rawRefCount, intPtr, true, out flag);
                if (flag)
                {
                    vtkMutexLock.Register(null);
                }
            }
            return(vtkMutexLock);
        }
Exemple #4
0
 public int Wait(vtkMutexLock arg0)
 {
     return(vtkConditionVariable.vtkConditionVariable_Wait_08(base.GetCppThis(), (arg0 == null) ? default(HandleRef) : arg0.GetCppThis()));
 }