MCPcopy Create free account
hub / github.com/Kitware/VTK / StartWriting

Method StartWriting

IO/Core/vtkOutputStream.cxx:29–37  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

27
28//------------------------------------------------------------------------------
29int 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//------------------------------------------------------------------------------
40int vtkOutputStream::EndWriting()

Callers 6

WriteBufferAndViewMethod · 0.45
ImageInfoMethod · 0.45
WriteBinaryDataMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected