------------------------------------------------------------------------------
| 324 | |
| 325 | //------------------------------------------------------------------------------ |
| 326 | unsigned char vtkStructuredGrid::IsPointVisible(vtkIdType pointId) |
| 327 | { |
| 328 | return vtkStructuredData::IsPointVisible(pointId, this->GetPointGhostArray()); |
| 329 | } |
| 330 | |
| 331 | //------------------------------------------------------------------------------ |
| 332 | // Return non-zero if the specified cell is visible (i.e., not blanked) |
no test coverage detected