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

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

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