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

Method EndWriting

IO/Core/vtkOutputStream.cxx:40–43  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

38
39//------------------------------------------------------------------------------
40int vtkOutputStream::EndWriting()
41{
42 return 1;
43}
44
45//------------------------------------------------------------------------------
46int vtkOutputStream::Write(void const* data, size_t length)

Callers 6

WriteBufferAndViewMethod · 0.45
ImageInfoMethod · 0.45
WriteBinaryDataMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected