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