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

Method Push

Parallel/Core/vtkMultiProcessStream.cxx:190–193  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

188
189//------------------------------------------------------------------------------
190void vtkMultiProcessStream::Push(char array[], unsigned int size)
191{
192 this->PushArray(array, size);
193}
194
195//------------------------------------------------------------------------------
196void vtkMultiProcessStream::Push(signed char array[], unsigned int size)

Callers 12

PushArrayMethod · 0.45
operator()Method · 0.45
SerializeMethod · 0.45
SerializeTuplesMethod · 0.45
SerializeSubExtentMethod · 0.45
SerializeDataArrayMethod · 0.45
ReceiveTaggedMethod · 0.45
TestThreadedTaskQueueFunction · 0.45
RunThreadsFunction · 0.45
TestSharedFuturesFunction · 0.45

Calls 9

PushArrayMethod · 0.95
assertFunction · 0.50
stringClass · 0.50
ExecuteFunction · 0.50
operator<<Method · 0.45
GetNameMethod · 0.45
GetNumberOfComponentsMethod · 0.45
GetNumberOfTuplesMethod · 0.45
GetDataTypeMethod · 0.45

Tested by 4

TestThreadedTaskQueueFunction · 0.36
RunThreadsFunction · 0.36
TestSharedFuturesFunction · 0.36