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

Method Cleanup

Common/DataModel/vtkPolyData.cxx:560–569  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

558
559//------------------------------------------------------------------------------
560void vtkPolyData::Cleanup()
561{
562 this->Verts = nullptr;
563 this->Lines = nullptr;
564 this->Polys = nullptr;
565 this->Strips = nullptr;
566
567 this->Cells = nullptr;
568 this->Links = nullptr;
569}
570
571//------------------------------------------------------------------------------
572// Restore object to initial state. Release memory back to system.

Callers 1

InitializeMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected