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