------------------------------------------------------------------------------
| 748 | |
| 749 | //------------------------------------------------------------------------------ |
| 750 | void vtkVariantArray::InsertVariantValue(vtkIdType id, ValueType value) |
| 751 | { |
| 752 | this->InsertValue(id, value); |
| 753 | } |
| 754 | |
| 755 | //------------------------------------------------------------------------------ |
| 756 | vtkIdType vtkVariantArray::InsertNextValue(ValueType value) |
nothing calls this directly
no test coverage detected