----------------------------------------------------------------------------
| 2155 | |
| 2156 | //---------------------------------------------------------------------------- |
| 2157 | void vtkClientServerStream::Print(ostream& os) const |
| 2158 | { |
| 2159 | vtkIndent indent; |
| 2160 | this->Print(os, indent); |
| 2161 | } |
| 2162 | |
| 2163 | //---------------------------------------------------------------------------- |
| 2164 | void vtkClientServerStream::Print(ostream& os, vtkIndent indent) const |
no test coverage detected