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); }
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); }