| 1355 | } |
| 1356 | |
| 1357 | vtkStdString vtkScatterPlotMatrix::GetColumnName(int column) |
| 1358 | { |
| 1359 | assert(column < this->VisibleColumns->GetNumberOfTuples()); |
| 1360 | return this->VisibleColumns->GetValue(column); |
| 1361 | } |
| 1362 | |
| 1363 | vtkStdString vtkScatterPlotMatrix::GetRowName(int row) |
| 1364 | { |
no test coverage detected