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

Function vtkXMLDataParserFreeAsciiBuffer

IO/XMLParser/vtkXMLDataParser.cxx:1299–1302  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1297//------------------------------------------------------------------------------
1298template <class T>
1299void vtkXMLDataParserFreeAsciiBuffer(T* buffer)
1300{
1301 delete[] buffer;
1302}
1303
1304//------------------------------------------------------------------------------
1305void vtkXMLDataParser::FreeAsciiBuffer()

Callers 1

FreeAsciiBufferMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected