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

Method GetStringFromType

Remoting/ClientServerStream/vtkClientServerStream.cxx:2043–2046  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

2041
2042//----------------------------------------------------------------------------
2043const char* vtkClientServerStream::GetStringFromType(vtkClientServerStream::Types type)
2044{
2045 return vtkClientServerStream::GetStringFromType(type, 0);
2046}
2047
2048//----------------------------------------------------------------------------
2049const char* vtkClientServerStream::GetStringFromType(vtkClientServerStream::Types type, int index)

Callers 3

ArgumentToStringMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected