Lines Matching refs:GetPoint

77   this->Edge->Points->SetPoint(0, this->Points->GetPoint(edgeId));  in GetEdge()
78 this->Edge->Points->SetPoint(1, this->Points->GetPoint(p)); in GetEdge()
79 this->Edge->Points->SetPoint(2, this->Points->GetPoint(edgeId + 4)); in GetEdge()
105 this->Points->GetPoint(i, p); in Subdivide()
129 this->Quad->Points->SetPoint(0, this->Points->GetPoint(LinearQuads[i][0])); in EvaluatePosition()
130 this->Quad->Points->SetPoint(1, this->Points->GetPoint(LinearQuads[i][1])); in EvaluatePosition()
131 this->Quad->Points->SetPoint(2, this->Points->GetPoint(LinearQuads[i][2])); in EvaluatePosition()
132 this->Quad->Points->SetPoint(3, this->Points->GetPoint(LinearQuads[i][3])); in EvaluatePosition()
195 this->Points->GetPoint(i, pt); in EvaluateLocation()
254 this->Points->GetPoint(i, p); in InterpolateAttributes()
281 this->Quad->Points->SetPoint(j, this->Points->GetPoint(LinearQuads[i][j])); in Contour()
305 this->Quad->Points->SetPoint(j, this->Points->GetPoint(LinearQuads[i][j])); in Clip()
331 this->Quad->Points->SetPoint(0, this->Points->GetPoint(LinearQuads[i][0])); in IntersectWithLine()
332 this->Quad->Points->SetPoint(1, this->Points->GetPoint(LinearQuads[i][1])); in IntersectWithLine()
333 this->Quad->Points->SetPoint(2, this->Points->GetPoint(LinearQuads[i][2])); in IntersectWithLine()
334 this->Quad->Points->SetPoint(3, this->Points->GetPoint(LinearQuads[i][3])); in IntersectWithLine()
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()
365 pts->InsertPoint(3, this->Points->GetPoint(4)); in Triangulate()
366 pts->InsertPoint(4, this->Points->GetPoint(1)); in Triangulate()
367 pts->InsertPoint(5, this->Points->GetPoint(5)); in Triangulate()
372 pts->InsertPoint(6, this->Points->GetPoint(5)); in Triangulate()
373 pts->InsertPoint(7, this->Points->GetPoint(2)); in Triangulate()
374 pts->InsertPoint(8, this->Points->GetPoint(6)); in Triangulate()
379 pts->InsertPoint(9, this->Points->GetPoint(6)); in Triangulate()
380 pts->InsertPoint(10, this->Points->GetPoint(3)); in Triangulate()
381 pts->InsertPoint(11, 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()
397 pts->InsertPoint(12, this->Points->GetPoint(4)); in Triangulate()
398 pts->InsertPoint(13, this->Points->GetPoint(6)); in Triangulate()
399 pts->InsertPoint(14, this->Points->GetPoint(7)); in Triangulate()
404 pts->InsertPoint(15, this->Points->GetPoint(4)); in Triangulate()
405 pts->InsertPoint(16, this->Points->GetPoint(5)); in Triangulate()
406 pts->InsertPoint(17, this->Points->GetPoint(6)); in Triangulate()
413 pts->InsertPoint(12, this->Points->GetPoint(5)); in Triangulate()
414 pts->InsertPoint(13, this->Points->GetPoint(6)); in Triangulate()
415 pts->InsertPoint(14, this->Points->GetPoint(7)); in Triangulate()
420 pts->InsertPoint(15, this->Points->GetPoint(5)); in Triangulate()
421 pts->InsertPoint(16, this->Points->GetPoint(7)); in Triangulate()
422 pts->InsertPoint(17, this->Points->GetPoint(4)); in Triangulate()
453 this->Points->GetPoint(i, p); in Derivatives()