----------------------------------------------------------------------------
| 6654 | |
| 6655 | //---------------------------------------------------------------------------- |
| 6656 | ::LinkMap vtkDIYGhostUtilities::ComputeLinkMap( |
| 6657 | const diy::Master& master, std::vector<vtkImageData*>& inputs, int outputGhostLevels) |
| 6658 | { |
| 6659 | return ::ComputeLinkMapForStructuredData(master, inputs, outputGhostLevels); |
| 6660 | } |
| 6661 | |
| 6662 | //---------------------------------------------------------------------------- |
| 6663 | ::LinkMap vtkDIYGhostUtilities::ComputeLinkMap( |
nothing calls this directly
no test coverage detected