------------------------------------------------------------------------------
| 1008 | |
| 1009 | //------------------------------------------------------------------------------ |
| 1010 | bool vtkDataSet::HasAnyGhostPoints() |
| 1011 | { |
| 1012 | return this->PointData->HasAnyGhostBitSet(vtkDataSetAttributes::DUPLICATEPOINT); |
| 1013 | } |
| 1014 | |
| 1015 | //------------------------------------------------------------------------------ |
| 1016 | bool vtkDataSet::HasAnyGhostCells() |
no test coverage detected