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

Method ~vtkXMLDataParser

IO/XMLParser/vtkXMLDataParser.cxx:72–85  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

70
71//------------------------------------------------------------------------------
72vtkXMLDataParser::~vtkXMLDataParser()
73{
74 this->FreeAllElements();
75 delete[] this->OpenElements;
76 this->InlineDataStream->Delete();
77 this->AppendedDataStream->Delete();
78 delete[] this->BlockCompressedSizes;
79 delete[] this->BlockStartOffsets;
80 this->SetCompressor(nullptr);
81 if (this->AsciiDataBuffer)
82 {
83 this->FreeAsciiBuffer();
84 }
85}
86
87//------------------------------------------------------------------------------
88void vtkXMLDataParser::PrintSelf(ostream& os, vtkIndent indent)

Callers

nothing calls this directly

Calls 3

FreeAllElementsMethod · 0.95
FreeAsciiBufferMethod · 0.95
DeleteMethod · 0.65

Tested by

no test coverage detected