Lines Matching refs:PointIds

41   this->PointIds->SetNumberOfIds(8);  in vtkLagrangeHexahedron()
45 this->PointIds->SetId(i,-1); in vtkLagrangeHexahedron()
74 result->PointIds->SetNumberOfIds(npts); in GetEdge()
78 result->PointIds->SetId(sn, this->PointIds->GetId(eidx[i])); in GetEdge()
97 result->PointIds->SetId(sn, this->PointIds->GetId(offset + jj)); in GetEdge()
118 result->PointIds->SetNumberOfIds(npts); in GetFace()
127 result->PointIds->SetId(sn, this->PointIds->GetId(corners[ii])); in GetFace()
135 result->PointIds->SetId((5 - sn) % 4, this->PointIds->GetId(corners[ii])); in GetFace()
163 result->PointIds->SetId(sn, this->PointIds->GetId(offset + jj)); in GetFace()
188 result->PointIds->SetId(sn, this->PointIds->GetId(offset + order[pp] - jj - 2)); in GetFace()
196 result->PointIds->SetId(sn, this->PointIds->GetId(offset + jj)); in GetFace()
216 result->PointIds->SetId(sn, this->PointIds->GetId(offset + ii)); in GetFace()
227 result->PointIds->SetId(sn, this->PointIds->GetId(offset + ii + jj * delta)); in GetFace()
263 pts->SetId(0,this->PointIds->GetId(0)); in CellBoundary()
264 pts->SetId(1,this->PointIds->GetId(1)); in CellBoundary()
265 pts->SetId(2,this->PointIds->GetId(2)); in CellBoundary()
266 pts->SetId(3,this->PointIds->GetId(3)); in CellBoundary()
271 pts->SetId(0,this->PointIds->GetId(1)); in CellBoundary()
272 pts->SetId(1,this->PointIds->GetId(2)); in CellBoundary()
273 pts->SetId(2,this->PointIds->GetId(6)); in CellBoundary()
274 pts->SetId(3,this->PointIds->GetId(5)); in CellBoundary()
279 pts->SetId(0,this->PointIds->GetId(0)); in CellBoundary()
280 pts->SetId(1,this->PointIds->GetId(1)); in CellBoundary()
281 pts->SetId(2,this->PointIds->GetId(5)); in CellBoundary()
282 pts->SetId(3,this->PointIds->GetId(4)); in CellBoundary()
287 pts->SetId(0,this->PointIds->GetId(4)); in CellBoundary()
288 pts->SetId(1,this->PointIds->GetId(5)); in CellBoundary()
289 pts->SetId(2,this->PointIds->GetId(6)); in CellBoundary()
290 pts->SetId(3,this->PointIds->GetId(7)); in CellBoundary()
295 pts->SetId(0,this->PointIds->GetId(0)); in CellBoundary()
296 pts->SetId(1,this->PointIds->GetId(4)); in CellBoundary()
297 pts->SetId(2,this->PointIds->GetId(7)); in CellBoundary()
298 pts->SetId(3,this->PointIds->GetId(3)); in CellBoundary()
303 pts->SetId(0,this->PointIds->GetId(2)); in CellBoundary()
304 pts->SetId(1,this->PointIds->GetId(3)); in CellBoundary()
305 pts->SetId(2,this->PointIds->GetId(7)); in CellBoundary()
306 pts->SetId(3,this->PointIds->GetId(6)); in CellBoundary()
639 this->ApproxPD->CopyData(pd, this->PointIds->GetId(pp), pp); in PrepareApproxData()
680 approx->PointIds->SetId(ic, doScalars ? corner : this->PointIds->GetId(corner)); in GetApproximateHex()