public new static vtkThreadedStreamingPipeline New() { vtkThreadedStreamingPipeline result = null; uint mteStatus = 0u; uint mteIndex = 4294967295u; uint rawRefCount = 0u; IntPtr intPtr = vtkThreadedStreamingPipeline.vtkThreadedStreamingPipeline_New(ref mteStatus, ref mteIndex, ref rawRefCount); if (IntPtr.Zero != intPtr) { bool flag; result = (vtkThreadedStreamingPipeline)Methods.CreateWrappedObject(mteStatus, mteIndex, rawRefCount, intPtr, true, out flag); } return(result); }
public new static vtkThreadedStreamingPipeline SafeDownCast(vtkObjectBase o) { vtkThreadedStreamingPipeline vtkThreadedStreamingPipeline = null; uint mteStatus = 0u; uint mteIndex = 4294967295u; uint rawRefCount = 0u; IntPtr intPtr = vtkThreadedStreamingPipeline.vtkThreadedStreamingPipeline_SafeDownCast_22((o == null) ? default(HandleRef) : o.GetCppThis(), ref mteStatus, ref mteIndex, ref rawRefCount); if (IntPtr.Zero != intPtr) { bool flag; vtkThreadedStreamingPipeline = (vtkThreadedStreamingPipeline)Methods.CreateWrappedObject(mteStatus, mteIndex, rawRefCount, intPtr, true, out flag); if (flag) { vtkThreadedStreamingPipeline.Register(null); } } return(vtkThreadedStreamingPipeline); }
public void Deploy(vtkThreadedStreamingPipeline exec, vtkInformation info) { vtkComputingResources.vtkComputingResources_Deploy_03(base.GetCppThis(), (exec == null) ? default(HandleRef) : exec.GetCppThis(), (info == null) ? default(HandleRef) : info.GetCppThis()); }