----------------------------------------------------------------------------
| 2461 | |
| 2462 | //---------------------------------------------------------------------------- |
| 2463 | void vtkClientServerStream::ArgumentToString(ostream& os, int m, int a) const |
| 2464 | { |
| 2465 | vtkIndent indent; |
| 2466 | this->ArgumentToString(os, m, a, indent); |
| 2467 | } |
| 2468 | |
| 2469 | //---------------------------------------------------------------------------- |
| 2470 | void vtkClientServerStream::ArgumentToString(ostream& os, int m, int a, vtkIndent indent) const |
no test coverage detected