Beispiel #1
0
        public new vtkClipPlanesPainter NewInstance()
        {
            vtkClipPlanesPainter result = null;
            uint   mteStatus            = 0u;
            uint   mteIndex             = 4294967295u;
            uint   rawRefCount          = 0u;
            IntPtr intPtr = vtkClipPlanesPainter.vtkClipPlanesPainter_NewInstance_05(base.GetCppThis(), ref mteStatus, ref mteIndex, ref rawRefCount);

            if (IntPtr.Zero != intPtr)
            {
                bool flag;
                result = (vtkClipPlanesPainter)Methods.CreateWrappedObject(mteStatus, mteIndex, rawRefCount, intPtr, true, out flag);
            }
            return(result);
        }
        public virtual vtkClipPlanesPainter GetClipPlanesPainter()
        {
            vtkClipPlanesPainter vtkClipPlanesPainter = null;
            uint   mteStatus   = 0u;
            uint   mteIndex    = 4294967295u;
            uint   rawRefCount = 0u;
            IntPtr intPtr      = vtkDefaultPainter.vtkDefaultPainter_GetClipPlanesPainter_01(base.GetCppThis(), ref mteStatus, ref mteIndex, ref rawRefCount);

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

            if (IntPtr.Zero != intPtr)
            {
                bool flag;
                vtkClipPlanesPainter = (vtkClipPlanesPainter)Methods.CreateWrappedObject(mteStatus, mteIndex, rawRefCount, intPtr, true, out flag);
                if (flag)
                {
                    vtkClipPlanesPainter.Register(null);
                }
            }
            return(vtkClipPlanesPainter);
        }
 public void SetClipPlanesPainter(vtkClipPlanesPainter arg0)
 {
     vtkDefaultPainter.vtkDefaultPainter_SetClipPlanesPainter_16(base.GetCppThis(), (arg0 == null) ? default(HandleRef) : arg0.GetCppThis());
 }