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

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

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