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

Method DeletePositionArrays

IO/XML/vtkXMLStatisticalModelWriter.cxx:364–370  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

362}
363
364void vtkXMLStatisticalModelWriter::DeletePositionArrays()
365{
366 // delete[] this->NumberOfColsPositions;
367 // delete[] this->NumberOfRowsPositions;
368 // this->NumberOfColsPositions = nullptr;
369 // this->NumberOfRowsPositions = nullptr;
370}
371
372VTK_ABI_NAMESPACE_END

Callers 2

WriteAPieceMethod · 0.95
WriteFooterMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected