------------------------------------------------------------------------------
| 27 | |
| 28 | //------------------------------------------------------------------------------ |
| 29 | int vtkOutputStream::StartWriting() |
| 30 | { |
| 31 | if (!this->Stream) |
| 32 | { |
| 33 | vtkErrorMacro("StartWriting() called with no Stream set."); |
| 34 | return 0; |
| 35 | } |
| 36 | return 1; |
| 37 | } |
| 38 | |
| 39 | //------------------------------------------------------------------------------ |
| 40 | int vtkOutputStream::EndWriting() |
no outgoing calls
no test coverage detected