public new vtkImplicitPlaneWidget NewInstance() { vtkImplicitPlaneWidget result = null; uint mteStatus = 0u; uint mteIndex = 4294967295u; uint rawRefCount = 0u; IntPtr intPtr = vtkImplicitPlaneWidget.vtkImplicitPlaneWidget_NewInstance_32(base.GetCppThis(), ref mteStatus, ref mteIndex, ref rawRefCount); if (IntPtr.Zero != intPtr) { bool flag; result = (vtkImplicitPlaneWidget)Methods.CreateWrappedObject(mteStatus, mteIndex, rawRefCount, intPtr, true, out flag); } return(result); }
public new static vtkImplicitPlaneWidget SafeDownCast(vtkObjectBase o) { vtkImplicitPlaneWidget vtkImplicitPlaneWidget = null; uint mteStatus = 0u; uint mteIndex = 4294967295u; uint rawRefCount = 0u; IntPtr intPtr = vtkImplicitPlaneWidget.vtkImplicitPlaneWidget_SafeDownCast_48((o == null) ? default(HandleRef) : o.GetCppThis(), ref mteStatus, ref mteIndex, ref rawRefCount); if (IntPtr.Zero != intPtr) { bool flag; vtkImplicitPlaneWidget = (vtkImplicitPlaneWidget)Methods.CreateWrappedObject(mteStatus, mteIndex, rawRefCount, intPtr, true, out flag); if (flag) { vtkImplicitPlaneWidget.Register(null); } } return(vtkImplicitPlaneWidget); }