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

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

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