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

Method IsParallel

IO/AMR/vtkAMRBaseParticlesReader.cxx:156–159  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

154
155//------------------------------------------------------------------------------
156bool vtkAMRBaseParticlesReader::IsParallel()
157{
158 return this->Controller != nullptr && this->Controller->GetNumberOfProcesses() > 1;
159}
160
161//------------------------------------------------------------------------------
162bool vtkAMRBaseParticlesReader::IsBlockMine(int blkIdx)

Callers 3

IsBlockMineMethod · 0.95
GetBlockProcessIdMethod · 0.95
RequestDataMethod · 0.95

Calls 1

GetNumberOfProcessesMethod · 0.80

Tested by

no test coverage detected