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

Method InternalScatter

Filters/Parallel/vtkPMaskPoints.cxx:59–62  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

57
58//------------------------------------------------------------------------------
59void vtkPMaskPoints::InternalScatter(unsigned long* a, unsigned long* b, int c, int d)
60{
61 this->Controller->Scatter(a, b, c, d);
62}
63
64//------------------------------------------------------------------------------
65void vtkPMaskPoints::InternalGather(unsigned long* a, unsigned long* b, int c, int d)

Callers 1

GetLocalSampleSizeMethod · 0.80

Calls 1

ScatterMethod · 0.45

Tested by

no test coverage detected