------------------------------------------------------------------------------
| 1494 | |
| 1495 | //------------------------------------------------------------------------------ |
| 1496 | void vtkCellArray::Squeeze() |
| 1497 | { |
| 1498 | this->Dispatch(SqueezeImpl{}); |
| 1499 | |
| 1500 | // Just delete the legacy buffer. |
| 1501 | this->LegacyData->Initialize(); |
| 1502 | } |
| 1503 | |
| 1504 | //------------------------------------------------------------------------------ |
| 1505 | bool vtkCellArray::IsValid() |
no test coverage detected