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