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

Method IsPrimary

Testing/GenericBridge/vtkBridgeCell.cxx:202–205  ·  view source on GitHub ↗

------------------------------------------------------------------------------ Description: Is the cell primary (i.e. not composite) ?

Source from the content-addressed store, hash-verified

200// Description:
201// Is the cell primary (i.e. not composite) ?
202int vtkBridgeCell::IsPrimary()
203{
204 return this->Cell->IsPrimaryCell();
205}
206
207//------------------------------------------------------------------------------
208// Description:

Callers

nothing calls this directly

Calls 1

IsPrimaryCellMethod · 0.80

Tested by

no test coverage detected