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

Method Size

Parallel/Core/vtkMultiProcessStream.cxx:168–171  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

166
167//------------------------------------------------------------------------------
168int vtkMultiProcessStream::Size()
169{
170 return (static_cast<int>(this->Internals->Data.size()));
171}
172
173//------------------------------------------------------------------------------
174bool vtkMultiProcessStream::Empty()

Callers 2

GetRawDataMethod · 0.95
RawSizeFunction · 0.45

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected