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

Method currentArray

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

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

Source from the content-addressed store, hash-verified

123
124// --------------------------------------------------------------------------
125vtkAbstractArray* ctkVTKDataSetArrayComboBox::currentArray()const
126{
127 Q_D(const ctkVTKDataSetArrayComboBox);
128 return d->arrayFromIndex(this->currentIndex());
129}
130
131// --------------------------------------------------------------------------
132QString ctkVTKDataSetArrayComboBox::currentArrayName()const

Callers 1

currentArrayNameMethod · 0.95

Calls 2

currentIndexMethod · 0.80
arrayFromIndexMethod · 0.45

Tested by

no test coverage detected