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

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

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