예제 #1
0
        public new static vtkPolyDataAlgorithm New()
        {
            vtkPolyDataAlgorithm result = null;
            uint   mteStatus            = 0u;
            uint   mteIndex             = 4294967295u;
            uint   rawRefCount          = 0u;
            IntPtr intPtr = vtkPolyDataAlgorithm.vtkPolyDataAlgorithm_New(ref mteStatus, ref mteIndex, ref rawRefCount);

            if (IntPtr.Zero != intPtr)
            {
                bool flag;
                result = (vtkPolyDataAlgorithm)Methods.CreateWrappedObject(mteStatus, mteIndex, rawRefCount, intPtr, true, out flag);
            }
            return(result);
        }
        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);
        }
예제 #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);
        }
예제 #4
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);
        }
예제 #5
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);
        }
예제 #6
0
 public virtual void SetAreaToPolyData(vtkPolyDataAlgorithm areaToPoly)
 {
     vtkRenderedTreeAreaRepresentation.vtkRenderedTreeAreaRepresentation_SetAreaToPolyData_53(base.GetCppThis(), (areaToPoly == null) ? default(HandleRef) : areaToPoly.GetCppThis());
 }
예제 #7
0
 public virtual void SetMediumResFilter(vtkPolyDataAlgorithm arg0)
 {
     vtkLODActor.vtkLODActor_SetMediumResFilter_16(base.GetCppThis(), (arg0 == null) ? default(HandleRef) : arg0.GetCppThis());
 }