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

Method Pop

Parallel/Core/vtkMultiProcessStream.cxx:395–398  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

393
394//------------------------------------------------------------------------------
395void vtkMultiProcessStream::Pop(char*& array, unsigned int& size)
396{
397 this->PopArray(array, size);
398}
399
400//------------------------------------------------------------------------------
401void vtkMultiProcessStream::Pop(signed char*& array, unsigned int& size)

Callers 8

PopArrayMethod · 0.45
operator()Method · 0.45
DeserializeMethod · 0.45
DeserializeDataArrayMethod · 0.45
TestThreadedTaskQueueFunction · 0.45

Calls 14

PopArrayMethod · 0.95
CreateDataArrayFunction · 0.50
assertFunction · 0.50
ExecuteFunction · 0.50
NewFunction · 0.50
operator>>Method · 0.45
SetNameMethod · 0.45
c_strMethod · 0.45
SetNumberOfComponentsMethod · 0.45
SetNumberOfTuplesMethod · 0.45
GetNameMethod · 0.45
GetNumberOfComponentsMethod · 0.45

Tested by 1

TestThreadedTaskQueueFunction · 0.36