MCPcopy Create free account
hub / github.com/Kitware/VTK / rowCount

Method rowCount

Examples/GUI/Qt/CellGridSource/ArrayGroupModel.cxx:79–83  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

77}
78
79int ArrayGroupModel::rowCount(const QModelIndex& parent) const
80{
81 (void)parent;
82 return this->CurrentTable ? this->CurrentTable->GetNumberOfTuples() : 0;
83}
84
85int ArrayGroupModel::columnCount(const QModelIndex& parent) const
86{

Callers 2

dataMethod · 0.95
setDataMethod · 0.95

Calls 1

GetNumberOfTuplesMethod · 0.45

Tested by

no test coverage detected