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

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

            if (IntPtr.Zero != intPtr)
            {
                bool flag;
                vtkExpandSelectedGraph = (vtkExpandSelectedGraph)Methods.CreateWrappedObject(mteStatus, mteIndex, rawRefCount, intPtr, true, out flag);
                if (flag)
                {
                    vtkExpandSelectedGraph.Register(null);
                }
            }
            return(vtkExpandSelectedGraph);
        }