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

Method HasAnyGhostCells

Common/DataModel/vtkExplicitStructuredGrid.cxx:730–733  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

728
729//------------------------------------------------------------------------------
730bool vtkExplicitStructuredGrid::HasAnyGhostCells()
731{
732 return this->CellData->HasAnyGhostBitSet(vtkDataSetAttributes::DUPLICATECELL);
733}
734
735//------------------------------------------------------------------------------
736void vtkExplicitStructuredGrid::Crop(const int* updateExtent)

Callers

nothing calls this directly

Calls 1

HasAnyGhostBitSetMethod · 0.80

Tested by

no test coverage detected