public void WaitUntilReleased(vtkExecutiveCollection execs)
 {
     vtkExecutionScheduler.vtkExecutionScheduler_WaitUntilReleased_21(base.GetCppThis(), (execs == null) ? default(HandleRef) : execs.GetCppThis());
 }
예제 #2
0
 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 void SchedulePropagate(vtkExecutiveCollection execs, vtkInformation info)
 {
     vtkExecutionScheduler.vtkExecutionScheduler_SchedulePropagate_15(base.GetCppThis(), (execs == null) ? default(HandleRef) : execs.GetCppThis(), (info == null) ? default(HandleRef) : info.GetCppThis());
 }
예제 #4
0
 public static void Push(vtkExecutiveCollection execs)
 {
     vtkThreadedStreamingPipeline.vtkThreadedStreamingPipeline_Push_15((execs == null) ? default(HandleRef) : execs.GetCppThis());
 }