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

Method InCurrentProcess

Filters/ParallelFlowPaths/vtkPStreamTracer.cxx:474–474  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

472 vtkSetObjectMacro(Controller, vtkMultiProcessController);
473
474 bool InCurrentProcess(double* p) { return InBB(p, GetBoundingBox(Rank)); }
475 int FindNextProcess(double* p)
476 {
477 for (int rank = CNext(this->Rank, this->NumProcs); rank != Rank;

Callers 1

InitializeMethod · 0.80

Calls 2

InBBFunction · 0.85
GetBoundingBoxFunction · 0.85

Tested by

no test coverage detected