public new static vtkOverrideInformation New()
        {
            vtkOverrideInformation result = null;
            uint   mteStatus   = 0u;
            uint   mteIndex    = 4294967295u;
            uint   rawRefCount = 0u;
            IntPtr intPtr      = vtkOverrideInformation.vtkOverrideInformation_New(ref mteStatus, ref mteIndex, ref rawRefCount);

            if (IntPtr.Zero != intPtr)
            {
                bool flag;
                result = (vtkOverrideInformation)Methods.CreateWrappedObject(mteStatus, mteIndex, rawRefCount, intPtr, true, out flag);
            }
            return(result);
        }
        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);
        }
        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 void AddItem(vtkOverrideInformation f)
 {
     vtkOverrideInformationCollection.vtkOverrideInformationCollection_AddItem_01(base.GetCppThis(), (f == null) ? default(HandleRef) : f.GetCppThis());
 }