------------------------------------------------------------------------------
| 612 | |
| 613 | //------------------------------------------------------------------------------ |
| 614 | void vtkVariantArray::Squeeze() |
| 615 | { |
| 616 | this->ResizeAndExtend(this->MaxId + 1); |
| 617 | } |
| 618 | |
| 619 | //------------------------------------------------------------------------------ |
| 620 | vtkTypeBool vtkVariantArray::Resize(vtkIdType sz) |
nothing calls this directly
no test coverage detected