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

Method CloseFile

IO/Core/vtkJavaScriptDataWriter.cxx:63–67  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

61
62//------------------------------------------------------------------------------
63void vtkJavaScriptDataWriter::CloseFile()
64{
65 delete this->OutputFile;
66 this->OutputFile = nullptr;
67}
68
69//------------------------------------------------------------------------------
70bool vtkJavaScriptDataWriter::OpenFile()

Callers 3

OpenFileMethod · 0.95
WriteDataMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected