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

Method ~vtkJSONImageWriter

IO/Image/vtkJSONImageWriter.cxx:33–37  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

31
32//------------------------------------------------------------------------------
33vtkJSONImageWriter::~vtkJSONImageWriter()
34{
35 this->SetFileName(nullptr);
36 this->SetArrayName(nullptr);
37}
38
39//------------------------------------------------------------------------------
40void vtkJSONImageWriter::PrintSelf(ostream& os, vtkIndent indent)

Callers

nothing calls this directly

Calls 2

SetFileNameMethod · 0.45
SetArrayNameMethod · 0.45

Tested by

no test coverage detected