MCPcopy Create free account
hub / github.com/Kitware/VTK / ComputeLinkMap

Method ComputeLinkMap

Parallel/DIY/vtkDIYGhostUtilities.cxx:6656–6660  ·  view source on GitHub ↗

----------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

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(

Callers

nothing calls this directly

Tested by

no test coverage detected