------------------------------------------------------------------------------
| 672 | |
| 673 | //------------------------------------------------------------------------------ |
| 674 | bool vtkStructuredGridConnectivity::IsNodeOnBoundary(int i, int j, int k) |
| 675 | { |
| 676 | return (this->IsNodeOnBoundaryOfExtent(i, j, k, this->WholeExtent)); |
| 677 | } |
| 678 | |
| 679 | //------------------------------------------------------------------------------ |
| 680 | void vtkStructuredGridConnectivity::EstablishNeighbors(int i, int j) |
no test coverage detected