Lines Matching refs:GetPoint

69   this->Edge->Points->SetPoint(0, this->Points->GetPoint(edgeId));  in GetEdge()
70 this->Edge->Points->SetPoint(1, this->Points->GetPoint(p)); in GetEdge()
71 this->Edge->Points->SetPoint(2, this->Points->GetPoint(edgeId + 4)); in GetEdge()
91 this->Quad->Points->SetPoint(0, this->Points->GetPoint(LinearQuads[i][0])); in EvaluatePosition()
92 this->Quad->Points->SetPoint(1, this->Points->GetPoint(LinearQuads[i][1])); in EvaluatePosition()
93 this->Quad->Points->SetPoint(2, this->Points->GetPoint(LinearQuads[i][2])); in EvaluatePosition()
94 this->Quad->Points->SetPoint(3, this->Points->GetPoint(LinearQuads[i][3])); in EvaluatePosition()
158 this->Points->GetPoint(i, pt); in EvaluateLocation()
183 this->Quad->Points->SetPoint(j, this->Points->GetPoint(LinearQuads[i][j])); in Contour()
205 this->Quad->Points->SetPoint(j, this->Points->GetPoint(LinearQuads[i][j])); in Clip()
227 this->Quad->Points->SetPoint(0, this->Points->GetPoint(LinearQuads[i][0])); in IntersectWithLine()
228 this->Quad->Points->SetPoint(1, this->Points->GetPoint(LinearQuads[i][1])); in IntersectWithLine()
229 this->Quad->Points->SetPoint(2, this->Points->GetPoint(LinearQuads[i][2])); in IntersectWithLine()
230 this->Quad->Points->SetPoint(3, this->Points->GetPoint(LinearQuads[i][3])); in IntersectWithLine()
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()
272 pts->SetPoint(9, this->Points->GetPoint(6)); in Triangulate()
273 pts->SetPoint(10, this->Points->GetPoint(3)); in Triangulate()
274 pts->SetPoint(11, this->Points->GetPoint(7)); in Triangulate()
280 pts->SetPoint(12, this->Points->GetPoint(4)); in Triangulate()
281 pts->SetPoint(13, this->Points->GetPoint(8)); in Triangulate()
282 pts->SetPoint(14, this->Points->GetPoint(7)); in Triangulate()
287 pts->SetPoint(15, this->Points->GetPoint(4)); in Triangulate()
288 pts->SetPoint(16, this->Points->GetPoint(5)); in Triangulate()
289 pts->SetPoint(17, this->Points->GetPoint(8)); in Triangulate()
294 pts->SetPoint(18, this->Points->GetPoint(5)); in Triangulate()
295 pts->SetPoint(19, this->Points->GetPoint(6)); in Triangulate()
296 pts->SetPoint(20, this->Points->GetPoint(8)); in Triangulate()
301 pts->SetPoint(21, this->Points->GetPoint(6)); in Triangulate()
302 pts->SetPoint(22, this->Points->GetPoint(7)); in Triangulate()
303 pts->SetPoint(23, this->Points->GetPoint(8)); in Triangulate()
334 this->Points->GetPoint(i, p); in Derivatives()