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

Method DeletePositionArrays

IO/XML/vtkXMLUnstructuredDataWriter.cxx:267–271  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

265
266//------------------------------------------------------------------------------
267void vtkXMLUnstructuredDataWriter::DeletePositionArrays()
268{
269 delete[] this->NumberOfPointsPositions;
270 this->NumberOfPointsPositions = nullptr;
271}
272
273//------------------------------------------------------------------------------
274int vtkXMLUnstructuredDataWriter::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