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

Method GetFaceArray

Common/DataModel/vtkWedge.cxx:676–680  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

674
675//------------------------------------------------------------------------------
676const vtkIdType* vtkWedge::GetFaceArray(vtkIdType faceId)
677{
678 assert(faceId < vtkWedge::NumberOfFaces && "faceId too large");
679 return faces[faceId];
680}
681
682//------------------------------------------------------------------------------
683vtkCell* vtkWedge::GetFace(int faceId)

Callers 4

GetFacePointsMethod · 0.95
TessellateMethod · 0.45
TessellateFaceMethod · 0.45
TriangulateFaceMethod · 0.45

Calls 1

assertFunction · 0.50

Tested by

no test coverage detected