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

Method GetNumberOfMessages

Remoting/ClientServerStream/vtkClientServerStream.cxx:1833–1836  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

1831
1832//----------------------------------------------------------------------------
1833int vtkClientServerStream::GetNumberOfMessages() const
1834{
1835 return static_cast<int>(this->Internal->MessageIndexes.size());
1836}
1837
1838//----------------------------------------------------------------------------
1839int vtkClientServerStream::GetNumberOfValues(int message) const

Callers 15

GetNumberOfValuesMethod · 0.95
PrintMethod · 0.95
StreamToStringMethod · 0.95
ComputeVisibleBoundsMethod · 0.80
PullMethod · 0.80
OnInterpreterErrorMethod · 0.80
ExecuteStreamMethod · 0.80
ExecuteStreamMethod · 0.80
ProcessStreamMethod · 0.80
ProcessOneMessageMethod · 0.80

Calls 1

sizeMethod · 0.45

Tested by 1

GetResultMessageDataMethod · 0.64