MCPcopy Create free account
hub / github.com/Kitware/ParaView / ParseStream

Method ParseStream

Remoting/ClientServerStream/vtkClientServerStream.cxx:1780–1785  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

1778
1779//----------------------------------------------------------------------------
1780unsigned char* vtkClientServerStream::ParseStream(
1781 int order, unsigned char* data, unsigned char* end)
1782{
1783 // Stream data are represented as an array of bytes.
1784 return this->ParseArray(order, data, end, 1);
1785}
1786
1787//----------------------------------------------------------------------------
1788void vtkClientServerStream::PerformByteSwap(

Callers 1

ParseDataMethod · 0.95

Calls 1

ParseArrayMethod · 0.95

Tested by

no test coverage detected