Home
last modified time | relevance | path

Searched refs:GetPoint (Results 1 – 25 of 2428) sorted by relevance

12345678910>>...98

/dports/math/vtk6/VTK-6.2.0/Common/DataModel/
H A DvtkQuadraticLinearQuad.cxx118 0,this->Points->GetPoint(LinearQuads[i][0])); in EvaluatePosition()
178 this->Points->GetPoint(i, pt); in EvaluateLocation()
282 this->Points->GetPoint (0, x0); in Triangulate()
283 this->Points->GetPoint (1, x1); in Triangulate()
284 this->Points->GetPoint (2, x2); in Triangulate()
285 this->Points->GetPoint (3, x3); in Triangulate()
286 this->Points->GetPoint (4, x4); in Triangulate()
287 this->Points->GetPoint (5, x5); in Triangulate()
368 this->Points->GetPoint (0, x0); in Derivatives()
369 this->Points->GetPoint (1, x1); in Derivatives()
[all …]
H A DvtkBiQuadraticQuad.cxx167 this->Points->GetPoint(i, pt); in EvaluateLocation()
275 pts->SetPoint(0,this->Points->GetPoint(0)); in Triangulate()
276 pts->SetPoint(1,this->Points->GetPoint(4)); in Triangulate()
277 pts->SetPoint(2,this->Points->GetPoint(7)); in Triangulate()
282 pts->SetPoint(3,this->Points->GetPoint(4)); in Triangulate()
283 pts->SetPoint(4,this->Points->GetPoint(1)); in Triangulate()
284 pts->SetPoint(5,this->Points->GetPoint(5)); in Triangulate()
289 pts->SetPoint(6,this->Points->GetPoint(5)); in Triangulate()
290 pts->SetPoint(7,this->Points->GetPoint(2)); in Triangulate()
291 pts->SetPoint(8,this->Points->GetPoint(6)); in Triangulate()
[all …]
H A DvtkQuadraticQuad.cxx101 this->Points->GetPoint(i, p); in Subdivide()
199 this->Points->GetPoint(i, pt); in EvaluateLocation()
258 this->Points->GetPoint(i, p); in InterpolateAttributes()
379 pts->InsertPoint(0,this->Points->GetPoint(0)); in Triangulate()
380 pts->InsertPoint(1,this->Points->GetPoint(4)); in Triangulate()
381 pts->InsertPoint(2,this->Points->GetPoint(7)); in Triangulate()
408 this->Points->GetPoint(4, x4); in Triangulate()
409 this->Points->GetPoint(5, x5); in Triangulate()
410 this->Points->GetPoint(6, x6); in Triangulate()
411 this->Points->GetPoint(7, x7); in Triangulate()
[all …]
H A DvtkCubicLine.cxx137 this->Points->GetPoint(0, a0); in EvaluateLocation()
138 this->Points->GetPoint(1, a1); in EvaluateLocation()
281 pts->InsertPoint(0,this->Points->GetPoint(0)); in Triangulate()
284 pts->InsertPoint(1,this->Points->GetPoint(2)); in Triangulate()
288 pts->InsertPoint(2,this->Points->GetPoint(2)); in Triangulate()
291 pts->InsertPoint(3,this->Points->GetPoint(3)); in Triangulate()
296 pts->InsertPoint(4,this->Points->GetPoint(3)); in Triangulate()
321 this->Points->GetPoint(0, x0); in Derivatives()
322 this->Points->GetPoint(1, x1); in Derivatives()
323 this->Points->GetPoint(2, x2); in Derivatives()
[all …]
H A DvtkQuad.cxx68 self->Points->GetPoint(3,pt4); in ComputeNormal()
93 this->Points->GetPoint(0, pt1); in EvaluatePosition()
94 this->Points->GetPoint(1, pt2); in EvaluatePosition()
95 this->Points->GetPoint(2, pt3); in EvaluatePosition()
141 this->Points->GetPoint(i, pt); in EvaluatePosition()
218 this->Points->GetPoint(3, pt4); in EvaluatePosition()
285 this->Points->GetPoint(i, pt); in EvaluateLocation()
669 this->Points->GetPoint(0, x0); in Derivatives()
670 this->Points->GetPoint(1, x1); in Derivatives()
671 this->Points->GetPoint(2, x2); in Derivatives()
[all …]
H A DvtkPixel.cxx72 this->Points->GetPoint(0, pt1); in EvaluatePosition()
73 this->Points->GetPoint(1, pt2); in EvaluatePosition()
74 this->Points->GetPoint(2, pt3); in EvaluatePosition()
153 this->Points->GetPoint(0, pt1); in EvaluateLocation()
154 this->Points->GetPoint(1, pt2); in EvaluateLocation()
155 this->Points->GetPoint(2, pt3); in EvaluateLocation()
357 this->Points->GetPoint(0, pt1); in IntersectWithLine()
442 this->Points->GetPoint(0, x0); in Derivatives()
443 this->Points->GetPoint(1, x1); in Derivatives()
444 this->Points->GetPoint(2, x2); in Derivatives()
[all …]
/dports/math/vtk8/VTK-8.2.0/Common/DataModel/
H A DvtkQuadraticLinearQuad.cxx118 0,this->Points->GetPoint(LinearQuads[i][0])); in EvaluatePosition()
178 this->Points->GetPoint(i, pt); in EvaluateLocation()
282 this->Points->GetPoint (0, x0); in Triangulate()
283 this->Points->GetPoint (1, x1); in Triangulate()
284 this->Points->GetPoint (2, x2); in Triangulate()
285 this->Points->GetPoint (3, x3); in Triangulate()
286 this->Points->GetPoint (4, x4); in Triangulate()
287 this->Points->GetPoint (5, x5); in Triangulate()
368 this->Points->GetPoint (0, x0); in Derivatives()
369 this->Points->GetPoint (1, x1); in Derivatives()
[all …]
H A DvtkBiQuadraticQuad.cxx167 this->Points->GetPoint(i, pt); in EvaluateLocation()
275 pts->SetPoint(0,this->Points->GetPoint(0)); in Triangulate()
276 pts->SetPoint(1,this->Points->GetPoint(4)); in Triangulate()
277 pts->SetPoint(2,this->Points->GetPoint(7)); in Triangulate()
282 pts->SetPoint(3,this->Points->GetPoint(4)); in Triangulate()
283 pts->SetPoint(4,this->Points->GetPoint(1)); in Triangulate()
284 pts->SetPoint(5,this->Points->GetPoint(5)); in Triangulate()
289 pts->SetPoint(6,this->Points->GetPoint(5)); in Triangulate()
290 pts->SetPoint(7,this->Points->GetPoint(2)); in Triangulate()
291 pts->SetPoint(8,this->Points->GetPoint(6)); in Triangulate()
[all …]
H A DvtkQuadraticQuad.cxx101 this->Points->GetPoint(i, p); in Subdivide()
199 this->Points->GetPoint(i, pt); in EvaluateLocation()
258 this->Points->GetPoint(i, p); in InterpolateAttributes()
379 pts->InsertPoint(0,this->Points->GetPoint(0)); in Triangulate()
380 pts->InsertPoint(1,this->Points->GetPoint(4)); in Triangulate()
381 pts->InsertPoint(2,this->Points->GetPoint(7)); in Triangulate()
408 this->Points->GetPoint(4, x4); in Triangulate()
409 this->Points->GetPoint(5, x5); in Triangulate()
410 this->Points->GetPoint(6, x6); in Triangulate()
411 this->Points->GetPoint(7, x7); in Triangulate()
[all …]
H A DvtkCubicLine.cxx137 this->Points->GetPoint(0, a0); in EvaluateLocation()
138 this->Points->GetPoint(1, a1); in EvaluateLocation()
281 pts->InsertPoint(0,this->Points->GetPoint(0)); in Triangulate()
284 pts->InsertPoint(1,this->Points->GetPoint(2)); in Triangulate()
288 pts->InsertPoint(2,this->Points->GetPoint(2)); in Triangulate()
291 pts->InsertPoint(3,this->Points->GetPoint(3)); in Triangulate()
296 pts->InsertPoint(4,this->Points->GetPoint(3)); in Triangulate()
321 this->Points->GetPoint(0, x0); in Derivatives()
322 this->Points->GetPoint(1, x1); in Derivatives()
323 this->Points->GetPoint(2, x2); in Derivatives()
[all …]
H A DvtkQuad.cxx68 self->Points->GetPoint(3,pt4); in ComputeNormal()
94 this->Points->GetPoint(0, pt1); in EvaluatePosition()
95 this->Points->GetPoint(1, pt2); in EvaluatePosition()
96 this->Points->GetPoint(2, pt3); in EvaluatePosition()
142 this->Points->GetPoint(i, pt); in EvaluatePosition()
219 this->Points->GetPoint(3, pt4); in EvaluatePosition()
286 this->Points->GetPoint(i, pt); in EvaluateLocation()
675 this->Points->GetPoint(0, x0); in Derivatives()
676 this->Points->GetPoint(1, x1); in Derivatives()
677 this->Points->GetPoint(2, x2); in Derivatives()
[all …]
/dports/math/vtk9/VTK-9.1.0/Common/DataModel/
H A DvtkQuadraticLinearQuad.cxx175 this->Points->GetPoint(i, pt); in EvaluateLocation()
264 this->Points->GetPoint(0, x0); in Triangulate()
265 this->Points->GetPoint(1, x1); in Triangulate()
266 this->Points->GetPoint(2, x2); in Triangulate()
267 this->Points->GetPoint(3, x3); in Triangulate()
268 this->Points->GetPoint(4, x4); in Triangulate()
269 this->Points->GetPoint(5, x5); in Triangulate()
276 pts->InsertPoint(0, this->Points->GetPoint(0)); in Triangulate()
348 this->Points->GetPoint(0, x0); in Derivatives()
349 this->Points->GetPoint(1, x1); in Derivatives()
[all …]
H A DvtkBiQuadraticQuad.cxx158 this->Points->GetPoint(i, pt); in EvaluateLocation()
251 pts->SetPoint(0, this->Points->GetPoint(0)); in Triangulate()
252 pts->SetPoint(1, this->Points->GetPoint(4)); in Triangulate()
253 pts->SetPoint(2, this->Points->GetPoint(7)); in Triangulate()
258 pts->SetPoint(3, this->Points->GetPoint(4)); in Triangulate()
259 pts->SetPoint(4, this->Points->GetPoint(1)); in Triangulate()
260 pts->SetPoint(5, this->Points->GetPoint(5)); in Triangulate()
265 pts->SetPoint(6, this->Points->GetPoint(5)); in Triangulate()
266 pts->SetPoint(7, this->Points->GetPoint(2)); in Triangulate()
267 pts->SetPoint(8, this->Points->GetPoint(6)); in Triangulate()
[all …]
H A DvtkQuadraticQuad.cxx105 this->Points->GetPoint(i, p); in Subdivide()
195 this->Points->GetPoint(i, pt); in EvaluateLocation()
254 this->Points->GetPoint(i, p); in InterpolateAttributes()
358 pts->InsertPoint(0, this->Points->GetPoint(0)); in Triangulate()
359 pts->InsertPoint(1, this->Points->GetPoint(4)); in Triangulate()
360 pts->InsertPoint(2, this->Points->GetPoint(7)); in Triangulate()
387 this->Points->GetPoint(4, x4); in Triangulate()
388 this->Points->GetPoint(5, x5); in Triangulate()
389 this->Points->GetPoint(6, x6); in Triangulate()
390 this->Points->GetPoint(7, x7); in Triangulate()
[all …]
H A DvtkCubicLine.cxx131 this->Points->GetPoint(0, a0); in EvaluateLocation()
132 this->Points->GetPoint(1, a1); in EvaluateLocation()
256 pts->InsertPoint(0, this->Points->GetPoint(0)); in Triangulate()
259 pts->InsertPoint(1, this->Points->GetPoint(2)); in Triangulate()
263 pts->InsertPoint(2, this->Points->GetPoint(2)); in Triangulate()
266 pts->InsertPoint(3, this->Points->GetPoint(3)); in Triangulate()
270 pts->InsertPoint(4, this->Points->GetPoint(3)); in Triangulate()
290 this->Points->GetPoint(0, x0); in Derivatives()
291 this->Points->GetPoint(1, x1); in Derivatives()
292 this->Points->GetPoint(2, x2); in Derivatives()
[all …]
H A DvtkQuad.cxx68 self->Points->GetPoint(3, pt4); in ComputeNormal()
93 this->Points->GetPoint(0, pt1); in EvaluatePosition()
94 this->Points->GetPoint(1, pt2); in EvaluatePosition()
95 this->Points->GetPoint(2, pt3); in EvaluatePosition()
280 this->Points->GetPoint(i, pt); in EvaluateLocation()
618 d1 = vtkMath::Distance2BetweenPoints(this->Points->GetPoint(0), this->Points->GetPoint(2)); in Triangulate()
619 d2 = vtkMath::Distance2BetweenPoints(this->Points->GetPoint(1), this->Points->GetPoint(3)); in Triangulate()
669 this->Points->GetPoint(0, x0); in Derivatives()
670 this->Points->GetPoint(1, x1); in Derivatives()
671 this->Points->GetPoint(2, x2); in Derivatives()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/core/crsr/
H A Dswcrsr.cxx811 *pFndRing->GetPoint() == *pCurrentCursor->GetPoint() && in lcl_FindSelection()
962 SwPaM aRegion( *GetPoint() ); in FindAll()
988 *GetPoint() = *pFndRing->GetPoint(); in FindAll()
1019 *GetPoint() = *pSav->GetPoint(); in FindAll()
1035 *GetPoint() = *pFndRing->GetPoint(); in FindAll()
1045 *GetPoint() = *pFndRing->GetPoint(); in FindAll()
1071 *GetPoint() = *pSav->GetPoint(); in FindAll()
1084 *GetPoint() = *pFndRing->GetPoint(); in FindAll()
1134 rPos = *GetPoint(); in FillFindPos()
1946 GetPoint(), &tmp); in LeftRight()
[all …]
H A Dfindfmt.cxx39 ? pPam->GetPoint()->nContent.GetIndex() == pPam->GetContentNode()->Len() in FindFormatImpl()
40 : !pPam->GetPoint()->nContent.GetIndex() ) in FindFormatImpl()
42 if( !(*fnMove.fnNds)( &pPam->GetPoint()->nNode, false )) in FindFormatImpl()
46 SwContentNode *pNd = pPam->GetPoint()->nNode.GetNode().GetContentNode(); in FindFormatImpl()
47 pPam->GetPoint()->nContent.Assign( pNd, bSrchForward ? 0 : pNd->Len() ); in FindFormatImpl()
71 *rSearchPam.GetPoint() = *pPam->GetPoint(); in FindFormatImpl()
78 *rSearchPam.GetPoint() = *pPam->GetPoint(); in FindFormatImpl()
80 pNode->MakeEndIndex( &rSearchPam.GetPoint()->nContent ); in FindFormatImpl()
/dports/math/vtk8/VTK-8.2.0/Filters/Verdict/
H A DvtkMeshQuality.cxx859 p->GetPoint(0, pc[0]); in TriangleArea()
860 p->GetPoint(1, pc[1]); in TriangleArea()
861 p->GetPoint(2, pc[2]); in TriangleArea()
871 p->GetPoint(0, pc[0]); in TriangleEdgeRatio()
872 p->GetPoint(1, pc[1]); in TriangleEdgeRatio()
873 p->GetPoint(2, pc[2]); in TriangleEdgeRatio()
883 p->GetPoint(0, pc[0]); in TriangleAspectRatio()
884 p->GetPoint(1, pc[1]); in TriangleAspectRatio()
885 p->GetPoint(2, pc[2]); in TriangleAspectRatio()
895 p->GetPoint(0, pc[0]); in TriangleRadiusRatio()
[all …]
/dports/math/vtk9/VTK-9.1.0/Filters/Verdict/
H A DvtkMeshQuality.cxx826 p->GetPoint(0, pc[0]); in TriangleArea()
827 p->GetPoint(1, pc[1]); in TriangleArea()
828 p->GetPoint(2, pc[2]); in TriangleArea()
838 p->GetPoint(0, pc[0]); in TriangleEdgeRatio()
839 p->GetPoint(1, pc[1]); in TriangleEdgeRatio()
840 p->GetPoint(2, pc[2]); in TriangleEdgeRatio()
850 p->GetPoint(0, pc[0]); in TriangleAspectRatio()
851 p->GetPoint(1, pc[1]); in TriangleAspectRatio()
852 p->GetPoint(2, pc[2]); in TriangleAspectRatio()
862 p->GetPoint(0, pc[0]); in TriangleRadiusRatio()
[all …]
/dports/math/vtk6/VTK-6.2.0/Filters/Verdict/
H A DvtkMeshQuality.cxx859 p->GetPoint(0, pc[0]); in TriangleArea()
860 p->GetPoint(1, pc[1]); in TriangleArea()
861 p->GetPoint(2, pc[2]); in TriangleArea()
871 p->GetPoint(0, pc[0]); in TriangleEdgeRatio()
872 p->GetPoint(1, pc[1]); in TriangleEdgeRatio()
873 p->GetPoint(2, pc[2]); in TriangleEdgeRatio()
883 p->GetPoint(0, pc[0]); in TriangleAspectRatio()
884 p->GetPoint(1, pc[1]); in TriangleAspectRatio()
885 p->GetPoint(2, pc[2]); in TriangleAspectRatio()
895 p->GetPoint(0, pc[0]); in TriangleRadiusRatio()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/core/crsr/
H A Dswcrsr.cxx783 *pFndRing->GetPoint() != *pCurrentCursor->GetPoint() || in lcl_FindSelection()
934 SwPaM aRegion( *GetPoint() ); in FindAll()
958 *GetPoint() = *pFndRing->GetPoint(); in FindAll()
989 *GetPoint() = *pSav->GetPoint(); in FindAll()
1005 *GetPoint() = *pFndRing->GetPoint(); in FindAll()
1015 *GetPoint() = *pFndRing->GetPoint(); in FindAll()
1041 *GetPoint() = *pSav->GetPoint(); in FindAll()
1054 *GetPoint() = *pFndRing->GetPoint(); in FindAll()
1104 rPos = *GetPoint(); in FillFindPos()
1871 GetPoint(), &tmp); in LeftRight()
[all …]
H A Dfindfmt.cxx39 ? pPam->GetPoint()->nContent.GetIndex() == pPam->GetContentNode()->Len() in FindFormatImpl()
40 : !pPam->GetPoint()->nContent.GetIndex() ) in FindFormatImpl()
42 if( !(*fnMove.fnNds)( &pPam->GetPoint()->nNode, false )) in FindFormatImpl()
46 SwContentNode *pNd = pPam->GetPoint()->nNode.GetNode().GetContentNode(); in FindFormatImpl()
47 pPam->GetPoint()->nContent.Assign( pNd, bSrchForward ? 0 : pNd->Len() ); in FindFormatImpl()
71 *rSearchPam.GetPoint() = *pPam->GetPoint(); in FindFormatImpl()
78 *rSearchPam.GetPoint() = *pPam->GetPoint(); in FindFormatImpl()
80 pNode->MakeEndIndex( &rSearchPam.GetPoint()->nContent ); in FindFormatImpl()
/dports/science/InsightToolkit/ITK-5.0.1/Modules/Core/QuadEdgeMesh/test/
H A DitkQuadEdgeMeshEulerOperatorFlipTest.cxx94 if ( mesh->GetPoint( 12 ).GetValence( ) != 5 ) in itkQuadEdgeMeshEulerOperatorFlipTest()
101 if ( mesh->GetPoint( 6 ).GetValence( ) != 5 ) in itkQuadEdgeMeshEulerOperatorFlipTest()
104 << mesh->GetPoint( 6 ).GetValence( ) in itkQuadEdgeMeshEulerOperatorFlipTest()
108 if ( mesh->GetPoint( 11 ).GetValence( ) != 7 ) in itkQuadEdgeMeshEulerOperatorFlipTest()
115 if ( mesh->GetPoint( 7 ).GetValence( ) != 7 ) in itkQuadEdgeMeshEulerOperatorFlipTest()
118 << mesh->GetPoint( 7 ).GetValence( ) in itkQuadEdgeMeshEulerOperatorFlipTest()
137 if ( mesh->GetPoint( 12 ).GetValence( ) != 6 ) in itkQuadEdgeMeshEulerOperatorFlipTest()
144 if ( mesh->GetPoint( 6 ).GetValence( ) != 6 ) in itkQuadEdgeMeshEulerOperatorFlipTest()
147 << mesh->GetPoint( 6 ).GetValence( ) in itkQuadEdgeMeshEulerOperatorFlipTest()
151 if ( mesh->GetPoint( 11 ).GetValence( ) != 6 ) in itkQuadEdgeMeshEulerOperatorFlipTest()
[all …]
/dports/devel/liblas/libLAS-1.8.1/test/unit/
H A Dzipreader_test.cpp72 liblas::Point p0_las = reader_las.GetPoint(); in test()
74 liblas::Point p1_las = reader_las.GetPoint(); in test()
76 liblas::Point p2_las = reader_las.GetPoint(); in test()
79 liblas::Point p0_laz = reader_laz.GetPoint(); in test()
81 liblas::Point p1_laz = reader_laz.GetPoint(); in test()
83 liblas::Point p2_laz = reader_laz.GetPoint(); in test()
116 liblas::Point p2_las = reader_las.GetPoint(); in test()
118 liblas::Point p1_las = reader_las.GetPoint(); in test()
120 liblas::Point p0_las = reader_las.GetPoint(); in test()
127 liblas::Point p2_laz = reader_laz.GetPoint(); in test()
[all …]

12345678910>>...98