| 1029 | } |
| 1030 | |
| 1031 | void vtkStringArray::InsertVariantValue(vtkIdType id, vtkVariant value) |
| 1032 | { |
| 1033 | this->InsertValue(id, value.ToString()); |
| 1034 | } |
| 1035 | |
| 1036 | vtkIdType vtkStringArray::InsertNextValue(const char* value) |
| 1037 | { |
nothing calls this directly
no test coverage detected