Lines Matching refs:GetPoint

88     this->LinEdge->Points->SetPoint(0, this->Points->GetPoint(LinearQuadEdges[edgeId][0]));  in GetEdge()
89 this->LinEdge->Points->SetPoint(1, this->Points->GetPoint(LinearQuadEdges[edgeId][1])); in GetEdge()
100 this->Edge->Points->SetPoint(0, this->Points->GetPoint(LinearQuadEdges[edgeId][0])); in GetEdge()
101 this->Edge->Points->SetPoint(1, this->Points->GetPoint(LinearQuadEdges[edgeId][1])); in GetEdge()
102 this->Edge->Points->SetPoint(2, this->Points->GetPoint(LinearQuadEdges[edgeId][2])); in GetEdge()
120 this->Quad->Points->SetPoint(0, this->Points->GetPoint(LinearQuads[i][0])); in EvaluatePosition()
121 this->Quad->Points->SetPoint(1, this->Points->GetPoint(LinearQuads[i][1])); in EvaluatePosition()
122 this->Quad->Points->SetPoint(2, this->Points->GetPoint(LinearQuads[i][2])); in EvaluatePosition()
123 this->Quad->Points->SetPoint(3, this->Points->GetPoint(LinearQuads[i][3])); in EvaluatePosition()
175 this->Points->GetPoint(i, pt); in EvaluateLocation()
199 this->Quad->Points->SetPoint(j, this->Points->GetPoint(LinearQuads[i][j])); in Contour()
219 this->Quad->Points->SetPoint(j, this->Points->GetPoint(LinearQuads[i][j])); in Clip()
240 this->Quad->Points->SetPoint(0, this->Points->GetPoint(LinearQuads[i][0])); in IntersectWithLine()
241 this->Quad->Points->SetPoint(1, this->Points->GetPoint(LinearQuads[i][1])); in IntersectWithLine()
242 this->Quad->Points->SetPoint(2, this->Points->GetPoint(LinearQuads[i][2])); in IntersectWithLine()
243 this->Quad->Points->SetPoint(3, this->Points->GetPoint(LinearQuads[i][3])); in IntersectWithLine()
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()
277 pts->InsertPoint(1, this->Points->GetPoint(4)); in Triangulate()
278 pts->InsertPoint(2, this->Points->GetPoint(5)); in Triangulate()
283 pts->InsertPoint(3, this->Points->GetPoint(0)); in Triangulate()
284 pts->InsertPoint(4, this->Points->GetPoint(5)); in Triangulate()
285 pts->InsertPoint(5, this->Points->GetPoint(3)); in Triangulate()
292 pts->InsertPoint(0, this->Points->GetPoint(0)); in Triangulate()
293 pts->InsertPoint(1, this->Points->GetPoint(4)); in Triangulate()
294 pts->InsertPoint(2, this->Points->GetPoint(3)); in Triangulate()
299 pts->InsertPoint(3, this->Points->GetPoint(4)); in Triangulate()
300 pts->InsertPoint(4, this->Points->GetPoint(5)); in Triangulate()
301 pts->InsertPoint(5, this->Points->GetPoint(3)); in Triangulate()
309 pts->InsertPoint(6, this->Points->GetPoint(4)); in Triangulate()
310 pts->InsertPoint(7, this->Points->GetPoint(1)); in Triangulate()
311 pts->InsertPoint(8, this->Points->GetPoint(2)); in Triangulate()
316 pts->InsertPoint(9, this->Points->GetPoint(4)); in Triangulate()
317 pts->InsertPoint(10, this->Points->GetPoint(2)); in Triangulate()
318 pts->InsertPoint(11, this->Points->GetPoint(5)); in Triangulate()
325 pts->InsertPoint(6, this->Points->GetPoint(4)); in Triangulate()
326 pts->InsertPoint(7, this->Points->GetPoint(1)); in Triangulate()
327 pts->InsertPoint(8, this->Points->GetPoint(5)); in Triangulate()
332 pts->InsertPoint(9, this->Points->GetPoint(1)); in Triangulate()
333 pts->InsertPoint(10, this->Points->GetPoint(2)); in Triangulate()
334 pts->InsertPoint(11, this->Points->GetPoint(5)); in Triangulate()
348 this->Points->GetPoint(0, x0); in Derivatives()
349 this->Points->GetPoint(1, x1); in Derivatives()
350 this->Points->GetPoint(2, x2); in Derivatives()