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

Function reportModelTree

Filters/ParallelStatistics/vtkGenerateStatistics.cxx:152–158  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

150}
151
152void reportModelTree(vtkPartitionedDataSetCollection* pdc)
153{
154 vtkIndent indent(4);
155 auto* da = pdc->GetDataAssembly();
156 int nodeId = 0;
157 reportNode(pdc, da, 0, indent);
158}
159
160void reportRanks(const std::string& msg, vtkPartitionedDataSetCollection* pdc,
161 vtkMultiProcessController* controller)

Callers 1

reportRanksFunction · 0.85

Calls 2

reportNodeFunction · 0.85
GetDataAssemblyMethod · 0.80

Tested by

no test coverage detected