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

Class Array

Remoting/ClientServerStream/vtkClientServerStream.h:239–245  ·  view source on GitHub ↗

@{ * Proxy-object returned by InsertArray and used to insert * array data into the stream. */

Source from the content-addressed store, hash-verified

237 * array data into the stream.
238 */
239 struct Array
240 {
241 Types Type;
242 vtkTypeUInt32 Length;
243 vtkTypeUInt32 Size;
244 const void* Data;
245 };
246 ///@}
247
248 ///@{

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected