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

Method SerializeDataArray

Parallel/Core/vtkFieldDataSerializer.cxx:312–316  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

310
311//------------------------------------------------------------------------------
312void vtkFieldDataSerializer::SerializeDataArray(
313 vtkDataArray* dataArray, vtkMultiProcessStream& bytestream)
314{
315 bytestream.Push(dataArray);
316}
317
318//------------------------------------------------------------------------------
319void vtkFieldDataSerializer::Deserialize(vtkMultiProcessStream& bytestream, vtkFieldData* fieldData)

Callers

nothing calls this directly

Calls 1

PushMethod · 0.45

Tested by

no test coverage detected