| 73 | //------------------------------------------------------------------------------ |
| 74 | |
| 75 | vtkSparseArrayToTable::~vtkSparseArrayToTable() |
| 76 | { |
| 77 | this->SetValueColumn(nullptr); |
| 78 | } |
| 79 | |
| 80 | //------------------------------------------------------------------------------ |
| 81 |
nothing calls this directly
no test coverage detected