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

Method Cleanup

Common/DataModel/vtkUnstructuredGrid.cxx:324–333  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

322
323//------------------------------------------------------------------------------
324void vtkUnstructuredGrid::Cleanup()
325{
326 this->Connectivity = nullptr;
327 this->Links = nullptr;
328 this->Types = nullptr;
329 this->DistinctCellTypes = nullptr;
330 this->DistinctCellTypesUpdateMTime = 0;
331 this->Faces = nullptr;
332 this->FaceLocations = nullptr;
333}
334
335//------------------------------------------------------------------------------
336void vtkUnstructuredGrid::Initialize()

Callers 1

InitializeMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected