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

Method Read

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

Source from the content-addressed store, hash-verified

399 int GetSize() override { return PStreamTracerPoint::GetSize() + 2 * sizeof(int); }
400
401 void Read(MyStream& stream) override
402 {
403 PStreamTracerPoint::Read(stream);
404 stream >> Level;
405 stream >> GridId;
406 }
407 void Write(MyStream& stream) override
408 {
409 PStreamTracerPoint::Write(stream);

Callers

nothing calls this directly

Calls 1

ReadFunction · 0.50

Tested by

no test coverage detected