MCPcopy Create free account
hub / github.com/Kitware/VTK / ~TaskManager

Method ~TaskManager

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

Source from the content-addressed store, hash-verified

1166 }
1167
1168 ~TaskManager()
1169 {
1170 for (BufferList::iterator itr = SendBuffers.begin(); itr != SendBuffers.end(); ++itr)
1171 {
1172 MessageBuffer* buf = *itr;
1173 AssertNe(buf->GetRequest().Test(), 0);
1174 delete buf;
1175 }
1176 if (this->ReceiveBuffer)
1177 {
1178 this->ReceiveBuffer->GetRequest().Cancel();
1179 delete ReceiveBuffer;
1180 }
1181 this->SetController(nullptr);
1182 }
1183
1184 void SetController(vtkMPIController* controller)
1185 {

Callers

nothing calls this directly

Calls 5

SetControllerMethod · 0.95
CancelMethod · 0.80
beginMethod · 0.45
endMethod · 0.45
TestMethod · 0.45

Tested by

no test coverage detected