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

Method GetRawData

Parallel/Core/vtkMultiProcessStream.cxx:915–920  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

913
914//------------------------------------------------------------------------------
915std::vector<unsigned char> vtkMultiProcessStream::GetRawData() const
916{
917 std::vector<unsigned char> data;
918 this->GetRawData(data);
919 return data;
920}
921
922//------------------------------------------------------------------------------
923void vtkMultiProcessStream::GetRawData(std::vector<unsigned char>& data) const

Callers 5

MasterStartRenderMethod · 0.45
GatherMethod · 0.45
AllGatherMethod · 0.45
BroadcastMethod · 0.45
SendMethod · 0.45

Calls 8

SizeMethod · 0.95
assertFunction · 0.50
clearMethod · 0.45
push_backMethod · 0.45
resizeMethod · 0.45
sizeMethod · 0.45
beginMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected