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

Function RawSize

Parallel/Core/vtkMultiProcessStream.h:145–145  ·  view source on GitHub ↗

* Returns the size of the raw data returned by GetRawData. This * includes 1 byte to store the endian type. */

Source from the content-addressed store, hash-verified

143 * includes 1 byte to store the endian type.
144 */
145 int RawSize() { return (this->Size() + 1); }
146
147 /**
148 * Returns true iff the stream is empty.

Callers

nothing calls this directly

Calls 1

SizeMethod · 0.45

Tested by

no test coverage detected