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

Method DeserializeDataArray

Parallel/Core/vtkFieldDataSerializer.cxx:354–363  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

352
353//------------------------------------------------------------------------------
354void vtkFieldDataSerializer::DeserializeDataArray(
355 vtkMultiProcessStream& bytestream, vtkDataArray*& dataArray)
356{
357 if (bytestream.Empty())
358 {
359 vtkGenericWarningMacro("Bytestream is empty!");
360 return;
361 }
362 bytestream.Pop(dataArray);
363}
364VTK_ABI_NAMESPACE_END

Callers

nothing calls this directly

Calls 2

EmptyMethod · 0.45
PopMethod · 0.45

Tested by

no test coverage detected