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

Method Read

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

Source from the content-addressed store, hash-verified

1292 }
1293
1294 void Read(MessageStream& stream, Task& task)
1295 {
1296 task.Point->Read(stream);
1297 stream >> task.NumPeeks;
1298 stream >> task.NumHops;
1299 }
1300
1301 MessageBuffer& NewSendBuffer()
1302 {

Callers 1

ReceiveMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected