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

Method BeginWriting

IO/ParallelXML/vtkXMLDataWriterHelper.cxx:50–53  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

48
49//----------------------------------------------------------------------------
50bool vtkXMLDataWriterHelper::BeginWriting()
51{
52 return this->Superclass::StartFile() != 0;
53}
54
55//----------------------------------------------------------------------------
56bool vtkXMLDataWriterHelper::EndWriting()

Callers 3

WriteSummaryXMLMethod · 0.80
WriteSummaryXMLMethod · 0.80
InitializeSinkWriterFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected