--------------------------------------------------------------------------
| 85 | |
| 86 | // -------------------------------------------------------------------------- |
| 87 | vtkAbstractArray* ctkVTKDataSetArrayComboBoxPrivate::arrayFromIndex(int index)const |
| 88 | { |
| 89 | return this->dataSetModel()->arrayFromIndex( |
| 90 | this->dataSetModel()->index(index, 0)); |
| 91 | } |
| 92 | |
| 93 | // -------------------------------------------------------------------------- |
| 94 | QString ctkVTKDataSetArrayComboBoxPrivate::arrayNameFromIndex(int index)const |
no test coverage detected