MCPcopy Create free account
hub / github.com/Kitware/VTK / GetFacePoints

Method GetFacePoints

Common/DataModel/vtkWedge.cxx:998–1003  ·  view source on GitHub ↗

------------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

996
997//------------------------------------------------------------------------------
998vtkIdType vtkWedge::GetFacePoints(vtkIdType faceId, const vtkIdType*& pts)
999{
1000 assert(faceId < vtkWedge::NumberOfFaces && "faceId too large");
1001 pts = this->GetFaceArray(faceId);
1002 return numberOfPointsInFace[faceId];
1003}
1004
1005static double vtkWedgeCellPCoords[18] = {
1006 0.0, 0.0, 0.0, //

Callers 4

IsInsideOutMethod · 0.45
InflateMethod · 0.45
GradientPrecomputeMethod · 0.45

Calls 2

GetFaceArrayMethod · 0.95
assertFunction · 0.50

Tested by

no test coverage detected