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

Method SerializeDataArray

Filters/ParallelGeometry/vtkPStructuredGridConnectivity.cxx:807–811  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

805
806//------------------------------------------------------------------------------
807void vtkPStructuredGridConnectivity::SerializeDataArray(
808 vtkDataArray* dataArray, vtkMultiProcessStream& bytestream)
809{
810 bytestream.Push(dataArray);
811}
812
813//------------------------------------------------------------------------------
814void vtkPStructuredGridConnectivity::DeserializeDataArray(vtkDataArray*& dataArray,

Callers

nothing calls this directly

Calls 1

PushMethod · 0.45

Tested by

no test coverage detected