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

Method RequiresExplicitFaceRepresentation

Common/DataModel/vtkGenericCell.cxx:128–131  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

126
127//------------------------------------------------------------------------------
128int vtkGenericCell::RequiresExplicitFaceRepresentation() VTK_FUTURE_CONST
129{
130 return this->Cell->RequiresExplicitFaceRepresentation();
131}
132
133//------------------------------------------------------------------------------
134int vtkGenericCell::SetCellFaces(vtkCellArray* faces)

Callers 4

GetCellMethod · 0.80
GetCellMethod · 0.80
TestOneCellFunction · 0.80
TestCellFunction · 0.80

Calls

no outgoing calls

Tested by 2

TestOneCellFunction · 0.64
TestCellFunction · 0.64