MCPcopy Create free account
hub / github.com/Kitware/VTK / ~vtkJavaScriptDataWriter

Method ~vtkJavaScriptDataWriter

IO/Core/vtkJavaScriptDataWriter.cxx:36–41  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

34
35//------------------------------------------------------------------------------
36vtkJavaScriptDataWriter::~vtkJavaScriptDataWriter()
37{
38 this->SetFileName(nullptr);
39 this->SetVariableName(nullptr);
40 this->CloseFile();
41}
42
43//------------------------------------------------------------------------------
44int vtkJavaScriptDataWriter::FillInputPortInformation(int vtkNotUsed(port), vtkInformation* info)

Callers

nothing calls this directly

Calls 2

CloseFileMethod · 0.95
SetFileNameMethod · 0.45

Tested by

no test coverage detected