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

Method GetRawData

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

Source from the content-addressed store, hash-verified

158 }
159
160 char* GetRawData() { return this->Data; }
161 int GetLength() { return this->Head - this->Data; }
162
163 void Reset() { this->Head = this->Data; }

Callers 10

SerializeGhostDataMethod · 0.45
AllocateBuffersMethod · 0.45
SendMethod · 0.45
ReceiveMethod · 0.45
SendParticleMethod · 0.45
ReceiveParticleIfAnyMethod · 0.45
SendParticleIdMethod · 0.45
GenerateParticlesMethod · 0.45
ReduceToAllMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected