------------------------------------------------------------------------------
| 742 | |
| 743 | //------------------------------------------------------------------------------ |
| 744 | void vtkVariantArray::SetVariantValue(vtkIdType id, ValueType value) |
| 745 | { |
| 746 | this->SetValue(id, value); |
| 747 | } |
| 748 | |
| 749 | //------------------------------------------------------------------------------ |
| 750 | void vtkVariantArray::InsertVariantValue(vtkIdType id, ValueType value) |