------------------------------------------------------------------------------
| 827 | |
| 828 | //------------------------------------------------------------------------------ |
| 829 | vtkIdType vtkStringArray::LookupValue(vtkVariant var) |
| 830 | { |
| 831 | return this->LookupValue(var.ToString()); |
| 832 | } |
| 833 | |
| 834 | //------------------------------------------------------------------------------ |
| 835 | void vtkStringArray::LookupValue(vtkVariant var, vtkIdList* ids) |
nothing calls this directly
no test coverage detected