MCPcopy Create free account
hub / github.com/GeoDaCenter/geoda / GetSelectedCols

Method GetSelectedCols

DataViewer/TableBase.cpp:789–795  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

787}
788
789void TableBase::GetSelectedCols(std::vector<int>& sel_cols)
790{
791 sel_cols.clear();
792 for (int i=0; i<hs_col.size(); i++) {
793 if (hs_col[i]) sel_cols.push_back(i);
794 }
795}
796
797// pure virtual method implementation for wxGridTableBase
798int TableBase::GetNumberRows()

Callers 2

DisplayPopupMenuMethod · 0.80
OnGroupVariablesMethod · 0.80

Calls 2

clearMethod · 0.45
sizeMethod · 0.45

Tested by

no test coverage detected