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