MCPcopy Create free account
hub / github.com/commontk/CTK / arrayFromIndex

Method arrayFromIndex

Libs/Visualization/VTK/Widgets/ctkVTKDataSetArrayComboBox.cpp:87–91  ·  view source on GitHub ↗

--------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

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

Callers 3

arrayNameFromIndexMethod · 0.95
currentArrayMethod · 0.45
onCurrentIndexChangedMethod · 0.45

Calls 2

dataSetModelMethod · 0.95
indexMethod · 0.45

Tested by

no test coverage detected