Exemplo n.º 1
0
        public new static vtkPlaneCollection New()
        {
            vtkPlaneCollection result = null;
            uint   mteStatus          = 0u;
            uint   mteIndex           = 4294967295u;
            uint   rawRefCount        = 0u;
            IntPtr intPtr             = vtkPlaneCollection.vtkPlaneCollection_New(ref mteStatus, ref mteIndex, ref rawRefCount);

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

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

            if (IntPtr.Zero != intPtr)
            {
                bool flag;
                vtkPlaneCollection = (vtkPlaneCollection)Methods.CreateWrappedObject(mteStatus, mteIndex, rawRefCount, intPtr, true, out flag);
                if (flag)
                {
                    vtkPlaneCollection.Register(null);
                }
            }
            return(vtkPlaneCollection);
        }
Exemplo n.º 4
0
 public void GetBoundingPlanes(vtkPlaneCollection pc)
 {
     vtkParallelopipedRepresentation.vtkParallelopipedRepresentation_GetBoundingPlanes_04(base.GetCppThis(), (pc == null) ? default(HandleRef) : pc.GetCppThis());
 }
 public virtual void SetBoundingPlanes(vtkPlaneCollection arg0)
 {
     vtkClosedSurfacePointPlacer.vtkClosedSurfacePointPlacer_SetBoundingPlanes_15(base.GetCppThis(), (arg0 == null) ? default(HandleRef) : arg0.GetCppThis());
 }
Exemplo n.º 6
0
 public virtual void SetClippingPlanes(vtkPlaneCollection planes)
 {
     vtkClipClosedSurface.vtkClipClosedSurface_SetClippingPlanes_39(base.GetCppThis(), (planes == null) ? default(HandleRef) : planes.GetCppThis());
 }
Exemplo n.º 7
0
 public virtual void SetBoundingPlanes(vtkPlaneCollection arg0)
 {
     vtkConstrainedPointHandleRepresentation.vtkConstrainedPointHandleRepresentation_SetBoundingPlanes_33(base.GetCppThis(), (arg0 == null) ? default(HandleRef) : arg0.GetCppThis());
 }
Exemplo n.º 8
0
 public virtual void SetClippingPlanes(vtkPlaneCollection arg0)
 {
     vtkAbstractMapper.vtkAbstractMapper_SetClippingPlanes_13(base.GetCppThis(), (arg0 == null) ? default(HandleRef) : arg0.GetCppThis());
 }
 public void SetPlanes(vtkPlaneCollection planes)
 {
     vtkClipConvexPolyData.vtkClipConvexPolyData_SetPlanes_08(base.GetCppThis(), (planes == null) ? default(HandleRef) : planes.GetCppThis());
 }