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

Method Reset

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

Source from the content-addressed store, hash-verified

161 int GetLength() { return this->Head - this->Data; }
162
163 void Reset() { this->Head = this->Data; }
164
165private:
166 MyStream(const MyStream&) = delete;

Callers 15

RequestDataMethod · 0.45
RequestDataMethod · 0.45
PrependMethod · 0.45
ReceiveParticleIfAnyMethod · 0.45
RequestDataMethod · 0.45
RequestDataMethod · 0.45
ReduceToAllMethod · 0.45
ComputeGlobalBoundsMethod · 0.45
RequestDataMethod · 0.45
SaveMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected