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

Method Reset

Parallel/Core/vtkMultiProcessStream.cxx:162–165  ·  view source on GitHub ↗

------------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

160
161//------------------------------------------------------------------------------
162void vtkMultiProcessStream::Reset()
163{
164 this->Internals->Data.clear();
165}
166
167//------------------------------------------------------------------------------
168int vtkMultiProcessStream::Size()

Callers 3

BroadcastMethod · 0.45
ReceiveMethod · 0.45
ClearMethod · 0.45

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected