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

Method DeletePositionArrays

IO/XML/vtkXMLTableWriter.cxx:231–237  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

229
230//------------------------------------------------------------------------------
231void vtkXMLTableWriter::DeletePositionArrays()
232{
233 delete[] this->NumberOfColsPositions;
234 delete[] this->NumberOfRowsPositions;
235 this->NumberOfColsPositions = nullptr;
236 this->NumberOfRowsPositions = nullptr;
237}
238
239//------------------------------------------------------------------------------
240int vtkXMLTableWriter::WriteHeader()

Callers 4

ProcessRequestMethod · 0.95
WriteHeaderMethod · 0.95
WriteAPieceMethod · 0.95
WriteFooterMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected