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

Method Empty

Parallel/Core/vtkMultiProcessStream.cxx:174–177  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

172
173//------------------------------------------------------------------------------
174bool vtkMultiProcessStream::Empty()
175{
176 return (this->Internals->Data.empty());
177}
178
179//------------------------------------------------------------------------------
180template <typename T>

Callers 4

DeserializeMetaDataMethod · 0.45
DeserializeMethod · 0.45
DeserializeDataArrayMethod · 0.45
TestFieldDataFunction · 0.45

Calls 1

emptyMethod · 0.45

Tested by 1

TestFieldDataFunction · 0.36