------------------------------------------------------------------------------
| 1563 | |
| 1564 | //------------------------------------------------------------------------------ |
| 1565 | void vtkStructuredAMRGridConnectivity::FillGhostArrays( |
| 1566 | int gridId, vtkUnsignedCharArray* nodesArray, vtkUnsignedCharArray* cellsArray) |
| 1567 | { |
| 1568 | this->FillNodesGhostArray(gridId, nodesArray); |
| 1569 | this->FillCellsGhostArray(gridId, cellsArray); |
| 1570 | } |
| 1571 | |
| 1572 | //------------------------------------------------------------------------------ |
| 1573 | void vtkStructuredAMRGridConnectivity::RegisterGrid(int gridIdx, int level, int extents[6], |
no test coverage detected