public new static vtkExecutiveCollection New() { vtkExecutiveCollection result = null; uint mteStatus = 0u; uint mteIndex = 4294967295u; uint rawRefCount = 0u; IntPtr intPtr = vtkExecutiveCollection.vtkExecutiveCollection_New(ref mteStatus, ref mteIndex, ref rawRefCount); if (IntPtr.Zero != intPtr) { bool flag; result = (vtkExecutiveCollection)Methods.CreateWrappedObject(mteStatus, mteIndex, rawRefCount, intPtr, true, out flag); } return(result); }
public new static vtkExecutiveCollection SafeDownCast(vtkObjectBase o) { vtkExecutiveCollection vtkExecutiveCollection = null; uint mteStatus = 0u; uint mteIndex = 4294967295u; uint rawRefCount = 0u; IntPtr intPtr = vtkExecutiveCollection.vtkExecutiveCollection_SafeDownCast_07((o == null) ? default(HandleRef) : o.GetCppThis(), ref mteStatus, ref mteIndex, ref rawRefCount); if (IntPtr.Zero != intPtr) { bool flag; vtkExecutiveCollection = (vtkExecutiveCollection)Methods.CreateWrappedObject(mteStatus, mteIndex, rawRefCount, intPtr, true, out flag); if (flag) { vtkExecutiveCollection.Register(null); } } return(vtkExecutiveCollection); }
public void WaitUntilReleased(vtkExecutiveCollection execs) { vtkExecutionScheduler.vtkExecutionScheduler_WaitUntilReleased_21(base.GetCppThis(), (execs == null) ? default(HandleRef) : execs.GetCppThis()); }
public void SchedulePropagate(vtkExecutiveCollection execs, vtkInformation info) { vtkExecutionScheduler.vtkExecutionScheduler_SchedulePropagate_15(base.GetCppThis(), (execs == null) ? default(HandleRef) : execs.GetCppThis(), (info == null) ? default(HandleRef) : info.GetCppThis()); }
public static void Push(vtkExecutiveCollection execs, vtkInformation info) { vtkThreadedStreamingPipeline.vtkThreadedStreamingPipeline_Push_16((execs == null) ? default(HandleRef) : execs.GetCppThis(), (info == null) ? default(HandleRef) : info.GetCppThis()); }
public static void Push(vtkExecutiveCollection execs) { vtkThreadedStreamingPipeline.vtkThreadedStreamingPipeline_Push_15((execs == null) ? default(HandleRef) : execs.GetCppThis()); }