Home
last modified time | relevance | path

Searched refs:GetPoint (Results 76 – 100 of 3580) sorted by relevance

12345678910>>...144

/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/core/crsr/
H A Dfindattr.cxx130 rPam.GetPoint()->nContent.Assign( pCNd, nStart ); in lcl_SetAttrPam()
137 rPam.GetPoint()->nContent = nContentPos; in lcl_SetAttrPam()
139 rPam.GetPoint()->nContent = *pEnd; in lcl_SetAttrPam()
905 : !pPam->GetPoint()->nContent.GetIndex() ) in FindAttrImpl()
973 *rSearchPam.GetPoint() = *pPam->GetPoint(); in FindAttrImpl()
996 *rSearchPam.GetPoint() = *pPam->GetPoint(); in FindAttrImpl()
1145 *rSearchPam.GetPoint() = *pPam->GetPoint(); in FindAttrsImpl()
1170 *rSearchPam.GetPoint() = *pPam->GetPoint(); in FindAttrsImpl()
1177 *rSearchPam.GetPoint() = *pPam->GetPoint(); in FindAttrsImpl()
1245 SwPaM aSrchPam( *rCursor.GetPoint() ); in DoFind()
[all …]
H A Dtrvlreg.cxx35 SwNodeIndex aIdx( rCurrentCursor.GetPoint()->nNode ); in GotoPrevRegion()
81 rCurrentCursor.GetPoint()->nContent.Assign( pCNd, 0 ); in GotoPrevRegion()
93 rCurrentCursor.GetPoint()->nContent.Assign( pCNd, pCNd->Len() ); in GotoPrevRegion()
95 rCurrentCursor.GetPoint()->nNode = aIdx; in GotoPrevRegion()
108 SwNodeIndex aIdx( rCurrentCursor.GetPoint()->nNode ); in GotoNextRegion()
154 rCurrentCursor.GetPoint()->nContent.Assign( pCNd, 0 ); in GotoNextRegion()
168 rCurrentCursor.GetPoint()->nNode = aIdx; in GotoNextRegion()
185 SwPosition* pPos = rCurrentCursor.GetPoint(); in GotoCurrRegionAndSkip()
228 (GetPoint()->nNode.GetIndex() != m_vSavePos.back().nNode || in MoveRegion()
229 GetPoint()->nContent.GetIndex() != m_vSavePos.back().nContent); in MoveRegion()
[all …]
/dports/math/vtk9/VTK-9.1.0/Filters/Extraction/
H A DvtkFrustumSelector.cxx257 pts->GetPoint(0, &vlist[0 * 3]); in ABoxFrustumIsect()
258 pts->GetPoint(1, &vlist[1 * 3]); in ABoxFrustumIsect()
266 pts->GetPoint(0, &vlist[3 * 3]); in ABoxFrustumIsect()
267 pts->GetPoint(1, &vlist[2 * 3]); in ABoxFrustumIsect()
274 pts->GetPoint(0, &vlist[2 * 3]); in ABoxFrustumIsect()
275 pts->GetPoint(1, &vlist[3 * 3]); in ABoxFrustumIsect()
334 pts->GetPoint(0, &vlist[0 * 3]); in ABoxFrustumIsect()
335 pts->GetPoint(1, &vlist[1 * 3]); in ABoxFrustumIsect()
393 pts->GetPoint(i, x); in IsectDegenerateCell()
719 input->GetPoint(0, xx); in ComputeSelectedPoints()
[all …]
/dports/graphics/mirtk/MIRTK-2.0.0-122-g38210fa/Modules/PointSet/include/mirtk/
H A DPointCorrespondence.h154 static void GetPoint(double *point, vtkPointSet *dataset, const Array<int> *sample,
164 static void GetPoint(double *point, const RegisteredPointSet *dataset,
386 bool GetPoint(int, Point &) const;
471 ::GetPoint(Point &point, vtkPointSet *dataset, const Array<int> *sample, int index) in GetPoint() function
473 return PointLocator::GetPoint(point, dataset, sample, index); in GetPoint()
480 return GetPoint(point, dataset->PointSet(), sample, index); in GetPoint()
487 return PointLocator::GetPoint(point, dataset, sample, index, features); in GetPoint()
492 ::GetPoint(double *point, const RegisteredPointSet *dataset, in GetPoint() function
495 return GetPoint(point, dataset->PointSet(), sample, index, features); in GetPoint()
515 dataset->GetPoint(i, p); in GetPoints()
[all …]
/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/qa/libs/kimath/geometry/
H A Dtest_shape_line_chain.cpp229 BOOST_CHECK_EQUAL( chainCopy.GetPoint( 1 ), splitPoint ); in BOOST_AUTO_TEST_CASE()
240 BOOST_CHECK_EQUAL( chainCopy.GetPoint( 1 ), splitPoint ); in BOOST_AUTO_TEST_CASE()
251 BOOST_CHECK_EQUAL( chainCopy.GetPoint( 2 ), splitPoint ); in BOOST_AUTO_TEST_CASE()
262 BOOST_CHECK_EQUAL( chainCopy.GetPoint( 3 ), splitPoint ); in BOOST_AUTO_TEST_CASE()
309 BOOST_CHECK_EQUAL( sliceResult.GetPoint( 1 ), targetSegment.A ); in BOOST_AUTO_TEST_CASE()
310 BOOST_CHECK_EQUAL( sliceResult.GetPoint( 2 ), targetSegment.B ); in BOOST_AUTO_TEST_CASE()
351 BOOST_CHECK_EQUAL( sliceResult.GetPoint( 5 ), targetSegment.A ); in BOOST_AUTO_TEST_CASE()
352 BOOST_CHECK_EQUAL( sliceResult.GetPoint( 6 ), targetSegment.B ); in BOOST_AUTO_TEST_CASE()
353 BOOST_CHECK_EQUAL( sliceResult.GetPoint( 7 ), secondArc.GetP0() ); in BOOST_AUTO_TEST_CASE()
415 BOOST_CHECK_EQUAL( sliceResult.GetPoint( 7 ), targetSegment.A ); in BOOST_AUTO_TEST_CASE()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/uibase/wrtsh/
H A Dnavmgr.cxx38 *pPaM->GetPoint() = rPos; // Position Cursor in GotoSwPosition()
131 if (addEntry(*pPaM->GetPoint()) ) { in goBack()
137 GotoSwPosition(*m_entries[m_nCurrent]->GetPoint()); in goBack()
160 GotoSwPosition(*m_entries[m_nCurrent]->GetPoint()); in goForward()
174 if (m_nCurrent < m_entries.size() && (rPos == *m_entries[m_nCurrent]->GetPoint())) in addEntry()
197 if (*m_entries.back()->GetPoint() != rPos) in addEntry()
206 if ( (!m_entries.empty() && *m_entries.back()->GetPoint() != rPos) || m_entries.empty() ) { in addEntry()
212 if (m_entries.size() > 1 && *m_entries.back()->GetPoint() == rPos) in addEntry()
214 if (m_entries.size() == 1 && *m_entries.back()->GetPoint() == rPos) in addEntry()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/core/undo/
H A Dunins.cxx209 pPam->GetPoint()->nNode = m_nNode; in UndoImpl()
281 pPam->GetPoint()->nNode = nNd; in UndoImpl()
282 pPam->GetPoint()->nContent.Assign( in UndoImpl()
297 pPam->GetPoint()->nNode = m_nNode - 1; in RedoImpl()
319 pPam->GetPoint()->nNode = m_nNode; in RedoImpl()
660 rPam.GetPoint()->nNode = *pNd; in UndoImpl()
716 rPam.GetPoint()->nNode = m_nSttNd; in UndoImpl()
717 rPam.GetPoint()->nContent = m_nSttCnt; in UndoImpl()
725 rPam.GetPoint()->nNode = m_nSttNd; in RedoImpl()
733 rPam.GetPoint()->nNode = m_nSttNd + 1; in RedoImpl()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/core/undo/
H A Dunins.cxx214 pPam->GetPoint()->nNode = nNode; in UndoImpl()
286 pPam->GetPoint()->nNode = nNd; in UndoImpl()
287 pPam->GetPoint()->nContent.Assign( in UndoImpl()
302 pPam->GetPoint()->nNode = nNode - 1; in RedoImpl()
324 pPam->GetPoint()->nNode = nNode; in RedoImpl()
669 rPam.GetPoint()->nNode = *pNd; in UndoImpl()
725 rPam.GetPoint()->nNode = m_nSttNd; in UndoImpl()
726 rPam.GetPoint()->nContent = m_nSttCnt; in UndoImpl()
734 rPam.GetPoint()->nNode = m_nSttNd; in RedoImpl()
742 rPam.GetPoint()->nNode = m_nSttNd + 1; in RedoImpl()
[all …]
/dports/math/vtk6/VTK-6.2.0/Common/DataModel/
H A DvtkPyramid.cxx74 points->GetPoint(4, apexPoint); in EvaluatePosition()
77 points->GetPoint(0, baseMidpoint); in EvaluatePosition()
81 points->GetPoint(i, tmp); in EvaluatePosition()
134 this->Points->GetPoint(i, pt); in EvaluatePosition()
243 this->Points->GetPoint(i, pt); in EvaluateLocation()
430 this->Points->GetPoint(v1, x1); in Contour()
431 this->Points->GetPoint(v2, x2); in Contour()
565 this->Points->GetPoint(faces[0][0], pt1); in IntersectWithLine()
566 this->Points->GetPoint(faces[0][1], pt2); in IntersectWithLine()
567 this->Points->GetPoint(faces[0][2], pt3); in IntersectWithLine()
[all …]
H A DvtkHexagonalPrism.cxx117 this->Points->GetPoint(i, pt); in EvaluatePosition()
319 this->Points->GetPoint (i, pt); in EvaluateLocation()
549 this->Points->GetPoint(faces[faceNum][0], pt1); in IntersectWithLine()
550 this->Points->GetPoint(faces[faceNum][1], pt2); in IntersectWithLine()
551 this->Points->GetPoint(faces[faceNum][2], pt3); in IntersectWithLine()
552 this->Points->GetPoint(faces[faceNum][3], pt4); in IntersectWithLine()
553 this->Points->GetPoint(faces[faceNum][4], pt5); in IntersectWithLine()
554 this->Points->GetPoint(faces[faceNum][5], pt6); in IntersectWithLine()
595 this->Points->GetPoint(faces[faceNum][0], pt1); in IntersectWithLine()
628 pts->InsertPoint(i,this->Points->GetPoint(i)); in Triangulate()
[all …]
H A DvtkWedge.cxx94 this->Points->GetPoint(i, pt); in EvaluatePosition()
203 this->Points->GetPoint(i, pt); in EvaluateLocation()
426 this->Points->GetPoint(v1, x1); in Contour()
427 this->Points->GetPoint(v2, x2); in Contour()
537 this->Points->GetPoint(faces[faceNum][0], pt1); in IntersectWithLine()
538 this->Points->GetPoint(faces[faceNum][1], pt2); in IntersectWithLine()
539 this->Points->GetPoint(faces[faceNum][2], pt3); in IntersectWithLine()
570 this->Points->GetPoint(faces[faceNum][0], pt1); in IntersectWithLine()
571 this->Points->GetPoint(faces[faceNum][1], pt2); in IntersectWithLine()
572 this->Points->GetPoint(faces[faceNum][2], pt3); in IntersectWithLine()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/core/crsr/
H A Dtrvlreg.cxx35 SwNodeIndex aIdx( rCurrentCursor.GetPoint()->nNode ); in GotoPrevRegion()
83 rCurrentCursor.GetPoint()->nContent.Assign( pCNd, 0 ); in GotoPrevRegion()
95 rCurrentCursor.GetPoint()->nContent.Assign( pCNd, pCNd->Len() ); in GotoPrevRegion()
97 rCurrentCursor.GetPoint()->nNode = aIdx; in GotoPrevRegion()
110 SwNodeIndex aIdx( rCurrentCursor.GetPoint()->nNode ); in GotoNextRegion()
158 rCurrentCursor.GetPoint()->nContent.Assign( pCNd, 0 ); in GotoNextRegion()
172 rCurrentCursor.GetPoint()->nNode = aIdx; in GotoNextRegion()
189 SwPosition* pPos = rCurrentCursor.GetPoint(); in GotoCurrRegionAndSkip()
232 (GetPoint()->nNode.GetIndex() != m_vSavePos.back().nNode || in MoveRegion()
233 GetPoint()->nContent.GetIndex() != m_vSavePos.back().nContent); in MoveRegion()
[all …]
H A Dfindattr.cxx113 rPam.GetPoint()->nContent.Assign( pCNd, nStart ); in lcl_SetAttrPam()
120 rPam.GetPoint()->nContent = nContentPos; in lcl_SetAttrPam()
122 rPam.GetPoint()->nContent = *pEnd; in lcl_SetAttrPam()
931 : !pPam->GetPoint()->nContent.GetIndex() ) in FindAttrImpl()
999 *rSearchPam.GetPoint() = *pPam->GetPoint(); in FindAttrImpl()
1022 *rSearchPam.GetPoint() = *pPam->GetPoint(); in FindAttrImpl()
1171 *rSearchPam.GetPoint() = *pPam->GetPoint(); in FindAttrsImpl()
1196 *rSearchPam.GetPoint() = *pPam->GetPoint(); in FindAttrsImpl()
1203 *rSearchPam.GetPoint() = *pPam->GetPoint(); in FindAttrsImpl()
1277 SwPaM aSrchPam( *rCursor.GetPoint() ); in DoFind()
[all …]
/dports/math/vtk8/VTK-8.2.0/Common/DataModel/
H A DvtkWedge.cxx86 this->Points->GetPoint(edges[i][0], pt0); in EvaluatePosition()
87 this->Points->GetPoint(edges[i][1], pt1); in EvaluatePosition()
115 this->Points->GetPoint(i, pt); in EvaluatePosition()
226 this->Points->GetPoint(i, pt); in EvaluateLocation()
442 this->Points->GetPoint(v1, x1); in Contour()
443 this->Points->GetPoint(v2, x2); in Contour()
565 this->Points->GetPoint(faces[faceNum][0], pt1); in IntersectWithLine()
566 this->Points->GetPoint(faces[faceNum][1], pt2); in IntersectWithLine()
567 this->Points->GetPoint(faces[faceNum][2], pt3); in IntersectWithLine()
598 this->Points->GetPoint(faces[faceNum][0], pt1); in IntersectWithLine()
[all …]
H A DvtkHexagonalPrism.cxx117 this->Points->GetPoint(i, pt); in EvaluatePosition()
320 this->Points->GetPoint (i, pt); in EvaluateLocation()
547 this->Points->GetPoint(faces[faceNum][0], pt1); in IntersectWithLine()
548 this->Points->GetPoint(faces[faceNum][1], pt2); in IntersectWithLine()
549 this->Points->GetPoint(faces[faceNum][2], pt3); in IntersectWithLine()
550 this->Points->GetPoint(faces[faceNum][3], pt4); in IntersectWithLine()
551 this->Points->GetPoint(faces[faceNum][4], pt5); in IntersectWithLine()
552 this->Points->GetPoint(faces[faceNum][5], pt6); in IntersectWithLine()
593 this->Points->GetPoint(faces[faceNum][0], pt1); in IntersectWithLine()
626 pts->InsertPoint(i,this->Points->GetPoint(i)); in Triangulate()
[all …]
H A DvtkHexahedron.cxx78 this->Points->GetPoint(diagonals[i][0], pt0); in EvaluatePosition()
79 this->Points->GetPoint(diagonals[i][1], pt1); in EvaluatePosition()
107 this->Points->GetPoint(i, pt); in EvaluatePosition()
281 this->Points->GetPoint(i, pt); in EvaluateLocation()
430 this->Points->GetPoint(v1, x1); in Contour()
431 this->Points->GetPoint(v2, x2); in Contour()
532 this->Points->GetPoint(faces[faceNum][0], pt1); in IntersectWithLine()
533 this->Points->GetPoint(faces[faceNum][1], pt2); in IntersectWithLine()
534 this->Points->GetPoint(faces[faceNum][2], pt3); in IntersectWithLine()
535 this->Points->GetPoint(faces[faceNum][3], pt4); in IntersectWithLine()
[all …]
H A DvtkPentagonalPrism.cxx118 this->Points->GetPoint(i, pt); in EvaluatePosition()
367 this->Points->GetPoint(i, pt); in EvaluateLocation()
591 this->Points->GetPoint(faces[faceNum][0], pt1); in IntersectWithLine()
592 this->Points->GetPoint(faces[faceNum][1], pt2); in IntersectWithLine()
593 this->Points->GetPoint(faces[faceNum][2], pt3); in IntersectWithLine()
594 this->Points->GetPoint(faces[faceNum][3], pt4); in IntersectWithLine()
595 this->Points->GetPoint(faces[faceNum][4], pt5); in IntersectWithLine()
631 this->Points->GetPoint(faces[faceNum][0], pt1); in IntersectWithLine()
632 this->Points->GetPoint(faces[faceNum][1], pt2); in IntersectWithLine()
665 pts->InsertPoint(i,this->Points->GetPoint(i)); in Triangulate()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/core/doc/
H A Ddocredln.cxx330 … *pEndPos = rCursor.GetPoint() == pStartPos ? rCursor.GetMark() : rCursor.GetPoint(); in lcl_LOKInvalidateStartEndFrames()
450 * pEnd = pStt == p->GetPoint() ? p->GetMark() : p->GetPoint(); in GetAllValidRanges()
789 aPam.GetPoint()->nNode--; in Reject()
1305 * pEnd = pStt == GetPoint() ? GetMark() : GetPoint(); in MoveToSection()
1362 if( pStt == GetPoint() ) in MoveToSection()
1377 * pEnd = pStt == GetPoint() ? GetMark() : GetPoint(); in CopyToSection()
1451 * pEnd = pStt == GetPoint() ? GetMark() : GetPoint(); in DelCopyOfSection()
1510 *GetPoint() = *pEnd; in DelCopyOfSection()
1525 if( pStt == GetPoint() ) in DelCopyOfSection()
1608 *GetPoint() = aPos; in MoveFromSection()
[all …]
/dports/graphics/pinta/pinta-1.7.1/Pinta.Docking/DockToolbars/
H A DArrowWindow.cs108 ps [0] = GetPoint (0, (PointerWidth/2) - (LineWidth/2)); in CreateArrow()
109 ps [1] = GetPoint (LineLength, (PointerWidth/2) - (LineWidth/2)); in CreateArrow()
110 ps [2] = GetPoint (LineLength, 0); in CreateArrow()
111 ps [3] = GetPoint (PointerLength + LineLength, (PointerWidth/2)); in CreateArrow()
112 ps [4] = GetPoint (LineLength, PointerWidth - 1); in CreateArrow()
113 ps [5] = GetPoint (LineLength, (PointerWidth/2) + (LineWidth/2)); in CreateArrow()
114 ps [6] = GetPoint (0, (PointerWidth/2) + (LineWidth/2)); in CreateArrow()
119 Point GetPoint (int x, int y) in GetPoint() method in Pinta.Docking.DockToolbars.ArrowWindow
/dports/math/vtk9/VTK-9.1.0/Common/DataModel/
H A DvtkHexagonalPrism.cxx121 this->Points->GetPoint(i, pt); in EvaluatePosition()
326 this->Points->GetPoint(i, pt); in EvaluateLocation()
785 this->Points->GetPoint(faces[faceNum][0], pt1); in IntersectWithLine()
786 this->Points->GetPoint(faces[faceNum][1], pt2); in IntersectWithLine()
787 this->Points->GetPoint(faces[faceNum][2], pt3); in IntersectWithLine()
788 this->Points->GetPoint(faces[faceNum][3], pt4); in IntersectWithLine()
789 this->Points->GetPoint(faces[faceNum][4], pt5); in IntersectWithLine()
790 this->Points->GetPoint(faces[faceNum][5], pt6); in IntersectWithLine()
837 this->Points->GetPoint(faces[faceNum][0], pt1); in IntersectWithLine()
838 this->Points->GetPoint(faces[faceNum][1], pt2); in IntersectWithLine()
[all …]
/dports/science/InsightToolkit/ITK-5.0.1/Modules/Filtering/QuadEdgeMeshFiltering/include/
H A DitkQuadEdgeMeshParamMatrixCoefficients.h109 InputPointType pt1 = iMesh->GetPoint(id1); in operator()
110 InputPointType pt2 = iMesh->GetPoint(id2); in operator()
148 InputPointType pt1 = iMesh->GetPoint(id1); in operator()
149 InputPointType pt2 = iMesh->GetPoint(id2); in operator()
156 InputPointType ptA = iMesh->GetPoint(idA); in operator()
201 InputPointType pt1 = iMesh->GetPoint(id1); in operator()
204 InputPointType pt2 = iMesh->GetPoint(id2); in operator()
295 InputPointType pt1 = iMesh->GetPoint(id1); in operator()
296 InputPointType pt2 = iMesh->GetPoint(id2); in operator()
297 InputPointType ptA = iMesh->GetPoint(idA); in operator()
[all …]
/dports/math/vtk8/VTK-8.2.0/Filters/Sources/
H A DvtkCellTypeSource.cxx253 output->GetPoint(i, point1); in RequestData()
254 output->GetPoint(i+1, point2); in RequestData()
271 output->GetPoint(i, point1); in RequestData()
272 output->GetPoint(i+1, point2); in RequestData()
683 output->GetPoint(hexIds[0], point1); in GenerateTetras()
684 output->GetPoint(hexIds[6], point2); in GenerateTetras()
821 output->GetPoint(hexIds[0], point1); in GeneratePyramids()
822 output->GetPoint(hexIds[6], point2); in GeneratePyramids()
1198 output->GetPoint(i, p0.GetData()); in GenerateLagrangeCurves()
1199 output->GetPoint(i + 1, p1.GetData()); in GenerateLagrangeCurves()
[all …]
/dports/cad/netgen/netgen-6.2.2105/libsrc/gprim/
H A Dspline.cpp26 Point<D> p = seg.GetPoint(ht); in ProjectTrivial()
34 point_on_curve = seg.GetPoint(t); in ProjectTrivial()
179 Point<D> p = GetPoint (t); in GetCoeff()
197 Point<D> p0 = GetPoint(0); in GetCoeff()
223 Vec<D> p = GetPoint (t)-pref; in GetCoeff()
315 phi = SplineSeg3<D> ::GetPoint(0); in Project()
323 phi = SplineSeg3<D> ::GetPoint(1); in Project()
526 points.Append(GetPoint(t)); in LineIntersections()
539 points.Append(GetPoint(t)); in LineIntersections()
545 points.Append(GetPoint(t)); in LineIntersections()
[all …]
/dports/devel/liblas/libLAS-1.8.1/test/unit/
H A Dreader_test.cpp69 liblas::Point const& p = reader.GetPoint(); in test()
85 test_file10_point1(reader.GetPoint()); in test()
89 test_file10_point2(reader.GetPoint()); in test()
96 test_file10_point4(reader.GetPoint()); in test()
118 test_file10_point1(reader.GetPoint()); in test()
122 test_file10_point4(reader.GetPoint()); in test()
126 test_file10_point2(reader.GetPoint()); in test()
159 test_file10_point1(reader.GetPoint()); in test()
184 summary.AddPoint(reader.GetPoint()); in test()
185 coord_summary.AddPoint(reader.GetPoint()); in test()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/core/doc/
H A Ddocredln.cxx333 … *pEndPos = rCursor.GetPoint() == pStartPos ? rCursor.GetMark() : rCursor.GetPoint(); in lcl_LOKInvalidateStartEndFrames()
463 * pEnd = pStt == p->GetPoint() ? p->GetMark() : p->GetPoint(); in GetAllValidRanges()
806 aPam.GetPoint()->nNode--; in Reject()
1380 * pEnd = pStt == GetPoint() ? GetMark() : GetPoint(); in MoveToSection()
1441 if( pStt == GetPoint() ) in MoveToSection()
1456 * pEnd = pStt == GetPoint() ? GetMark() : GetPoint(); in CopyToSection()
1534 * pEnd = pStt == GetPoint() ? GetMark() : GetPoint(); in DelCopyOfSection()
1593 *GetPoint() = *pEnd; in DelCopyOfSection()
1608 if( pStt == GetPoint() ) in DelCopyOfSection()
1690 *GetPoint() = aPos; in MoveFromSection()
[all …]

12345678910>>...144