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