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

Method HasAnyBlankCells

Common/DataModel/vtkExplicitStructuredGrid.cxx:684–687  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

682
683//------------------------------------------------------------------------------
684bool vtkExplicitStructuredGrid::HasAnyBlankCells()
685{
686 return this->CellData->HasAnyGhostBitSet(vtkDataSetAttributes::HIDDENCELL);
687}
688
689//------------------------------------------------------------------------------
690// Turn off a particular data cell.

Callers

nothing calls this directly

Calls 1

HasAnyGhostBitSetMethod · 0.80

Tested by

no test coverage detected