Ejemplo n.º 1
0
        public virtual vtkPoints GetPoints()
        {
            vtkPoints vtkPoints   = null;
            uint      mteStatus   = 0u;
            uint      mteIndex    = 4294967295u;
            uint      rawRefCount = 0u;
            IntPtr    intPtr      = vtkParametricSpline.vtkParametricSpline_GetPoints_12(base.GetCppThis(), ref mteStatus, ref mteIndex, ref rawRefCount);

            if (IntPtr.Zero != intPtr)
            {
                bool flag;
                vtkPoints = (vtkPoints)Methods.CreateWrappedObject(mteStatus, mteIndex, rawRefCount, intPtr, true, out flag);
                if (flag)
                {
                    vtkPoints.Register(null);
                }
            }
            return(vtkPoints);
        }
Ejemplo n.º 2
0
        public virtual vtkPoints GetMeanPoints()
        {
            vtkPoints vtkPoints   = null;
            uint      mteStatus   = 0u;
            uint      mteIndex    = 4294967295u;
            uint      rawRefCount = 0u;
            IntPtr    intPtr      = vtkProcrustesAlignmentFilter.vtkProcrustesAlignmentFilter_GetMeanPoints_03(base.GetCppThis(), ref mteStatus, ref mteIndex, ref rawRefCount);

            if (IntPtr.Zero != intPtr)
            {
                bool flag;
                vtkPoints = (vtkPoints)Methods.CreateWrappedObject(mteStatus, mteIndex, rawRefCount, intPtr, true, out flag);
                if (flag)
                {
                    vtkPoints.Register(null);
                }
            }
            return(vtkPoints);
        }
Ejemplo n.º 3
0
        public virtual vtkPoints GetSourceLandmarks()
        {
            vtkPoints vtkPoints   = null;
            uint      mteStatus   = 0u;
            uint      mteIndex    = 4294967295u;
            uint      rawRefCount = 0u;
            IntPtr    intPtr      = vtkLandmarkTransform.vtkLandmarkTransform_GetSourceLandmarks_04(base.GetCppThis(), ref mteStatus, ref mteIndex, ref rawRefCount);

            if (IntPtr.Zero != intPtr)
            {
                bool flag;
                vtkPoints = (vtkPoints)Methods.CreateWrappedObject(mteStatus, mteIndex, rawRefCount, intPtr, true, out flag);
                if (flag)
                {
                    vtkPoints.Register(null);
                }
            }
            return(vtkPoints);
        }
        public virtual vtkPoints GetSlicePoints(int i)
        {
            vtkPoints vtkPoints   = null;
            uint      mteStatus   = 0u;
            uint      mteIndex    = 4294967295u;
            uint      rawRefCount = 0u;
            IntPtr    intPtr      = vtkLassoStencilSource.vtkLassoStencilSource_GetSlicePoints_10(base.GetCppThis(), i, ref mteStatus, ref mteIndex, ref rawRefCount);

            if (IntPtr.Zero != intPtr)
            {
                bool flag;
                vtkPoints = (vtkPoints)Methods.CreateWrappedObject(mteStatus, mteIndex, rawRefCount, intPtr, true, out flag);
                if (flag)
                {
                    vtkPoints.Register(null);
                }
            }
            return(vtkPoints);
        }
        public virtual vtkPoints GetLocatorPoints()
        {
            vtkPoints vtkPoints   = null;
            uint      mteStatus   = 0u;
            uint      mteIndex    = 4294967295u;
            uint      rawRefCount = 0u;
            IntPtr    intPtr      = vtkIncrementalOctreePointLocator.vtkIncrementalOctreePointLocator_GetLocatorPoints_19(base.GetCppThis(), ref mteStatus, ref mteIndex, ref rawRefCount);

            if (IntPtr.Zero != intPtr)
            {
                bool flag;
                vtkPoints = (vtkPoints)Methods.CreateWrappedObject(mteStatus, mteIndex, rawRefCount, intPtr, true, out flag);
                if (flag)
                {
                    vtkPoints.Register(null);
                }
            }
            return(vtkPoints);
        }
        public virtual vtkPoints GetRepelVertices()
        {
            vtkPoints vtkPoints   = null;
            uint      mteStatus   = 0u;
            uint      mteIndex    = 4294967295u;
            uint      rawRefCount = 0u;
            IntPtr    intPtr      = vtkDijkstraGraphGeodesicPath.vtkDijkstraGraphGeodesicPath_GetRepelVertices_05(base.GetCppThis(), ref mteStatus, ref mteIndex, ref rawRefCount);

            if (IntPtr.Zero != intPtr)
            {
                bool flag;
                vtkPoints = (vtkPoints)Methods.CreateWrappedObject(mteStatus, mteIndex, rawRefCount, intPtr, true, out flag);
                if (flag)
                {
                    vtkPoints.Register(null);
                }
            }
            return(vtkPoints);
        }
Ejemplo n.º 7
0
        public vtkPoints GetPickedPositions()
        {
            vtkPoints vtkPoints   = null;
            uint      mteStatus   = 0u;
            uint      mteIndex    = 4294967295u;
            uint      rawRefCount = 0u;
            IntPtr    intPtr      = vtkPicker.vtkPicker_GetPickedPositions_06(base.GetCppThis(), ref mteStatus, ref mteIndex, ref rawRefCount);

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

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