| 34 | //------------------------------------------------------------------------------ |
| 35 | |
| 36 | vtkArrayData::~vtkArrayData() |
| 37 | { |
| 38 | this->ClearArrays(); |
| 39 | delete this->Implementation; |
| 40 | } |
| 41 | |
| 42 | //------------------------------------------------------------------------------ |
| 43 |
nothing calls this directly
no test coverage detected