public override vtkPolyDataAlgorithm GetPolyDataAlgorithm()
        {
            vtkPolyDataAlgorithm vtkPolyDataAlgorithm = null;
            uint   mteStatus   = 0u;
            uint   mteIndex    = 4294967295u;
            uint   rawRefCount = 0u;
            IntPtr intPtr      = vtkImplicitPlaneWidget.vtkImplicitPlaneWidget_GetPolyDataAlgorithm_23(base.GetCppThis(), ref mteStatus, ref mteIndex, ref rawRefCount);

            if (IntPtr.Zero != intPtr)
            {
                bool flag;
                vtkPolyDataAlgorithm = (vtkPolyDataAlgorithm)Methods.CreateWrappedObject(mteStatus, mteIndex, rawRefCount, intPtr, true, out flag);
                if (flag)
                {
                    vtkPolyDataAlgorithm.Register(null);
                }
            }
            return(vtkPolyDataAlgorithm);
        }
Exemplo n.º 2
0
        public virtual vtkPolyDataAlgorithm GetLowResFilter()
        {
            vtkPolyDataAlgorithm vtkPolyDataAlgorithm = null;
            uint   mteStatus   = 0u;
            uint   mteIndex    = 4294967295u;
            uint   rawRefCount = 0u;
            IntPtr intPtr      = vtkLODActor.vtkLODActor_GetLowResFilter_03(base.GetCppThis(), ref mteStatus, ref mteIndex, ref rawRefCount);

            if (IntPtr.Zero != intPtr)
            {
                bool flag;
                vtkPolyDataAlgorithm = (vtkPolyDataAlgorithm)Methods.CreateWrappedObject(mteStatus, mteIndex, rawRefCount, intPtr, true, out flag);
                if (flag)
                {
                    vtkPolyDataAlgorithm.Register(null);
                }
            }
            return(vtkPolyDataAlgorithm);
        }
Exemplo n.º 3
0
        public virtual vtkPolyDataAlgorithm GetAreaToPolyData()
        {
            vtkPolyDataAlgorithm vtkPolyDataAlgorithm = null;
            uint   mteStatus   = 0u;
            uint   mteIndex    = 4294967295u;
            uint   rawRefCount = 0u;
            IntPtr intPtr      = vtkRenderedTreeAreaRepresentation.vtkRenderedTreeAreaRepresentation_GetAreaToPolyData_17(base.GetCppThis(), ref mteStatus, ref mteIndex, ref rawRefCount);

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

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