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

Method GetCount

Parallel/Core/vtkMultiProcessController.h:1909–1916  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1907}
1908
1909inline vtkIdType vtkMultiProcessController::GetCount()
1910{
1911 if (this->Communicator)
1912 {
1913 return this->Communicator->GetCount();
1914 }
1915 return 0;
1916}
1917
1918VTK_ABI_NAMESPACE_END
1919#endif

Callers 1

ProcessRMIsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected