MCPcopy Create free account
hub / github.com/Kitware/VTK / ~vtkArrayData

Method ~vtkArrayData

Common/DataModel/vtkArrayData.cxx:36–40  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

34//------------------------------------------------------------------------------
35
36vtkArrayData::~vtkArrayData()
37{
38 this->ClearArrays();
39 delete this->Implementation;
40}
41
42//------------------------------------------------------------------------------
43

Callers

nothing calls this directly

Calls 1

ClearArraysMethod · 0.95

Tested by

no test coverage detected