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

Method IsParallel

Filters/AMR/vtkAMRResampleFilter.cxx:1203–1211  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

1201
1202//------------------------------------------------------------------------------
1203bool vtkAMRResampleFilter::IsParallel()
1204{
1205 if (this->Controller == nullptr)
1206 {
1207 return false;
1208 }
1209
1210 return this->Controller->GetNumberOfProcesses() > 1;
1211}
1212
1213//------------------------------------------------------------------------------
1214vtkUniformGrid* vtkAMRResampleFilter::GetReferenceGrid(vtkOverlappingAMR* amrds)

Callers 2

GetRegionProcessIdMethod · 0.95
IsRegionMineMethod · 0.95

Calls 1

GetNumberOfProcessesMethod · 0.80

Tested by

no test coverage detected