------------------------------------------------------------------------------
| 371 | |
| 372 | //------------------------------------------------------------------------------ |
| 373 | unsigned char vtkCartesianGrid::IsPointVisible(vtkIdType pointId) |
| 374 | { |
| 375 | return vtkStructuredData::IsPointVisible(pointId, this->GetPointGhostArray()); |
| 376 | } |
| 377 | |
| 378 | //------------------------------------------------------------------------------ |
| 379 | // Return non-zero if the specified cell is visible (i.e., not blanked) |