MCPcopy Create free account
hub / github.com/computationalpathologygroup/ASAP / size

Method size

ASAP/worklist_interface/Data/DataTable.cpp:244–247  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

242 }
243
244 size_t DataTable::size(void) const
245 {
246 return (!m_data.empty() && !m_column_order.empty()) ? m_data.size() / m_column_order.size() : 0;
247 }
248
249 void DataTable::convertColumnsToLower(std::vector<std::string>& columns)
250 {

Callers 15

convertMethod · 0.80
cn_PnPolyMethod · 0.80
wn_PnPolyMethod · 0.80
isClockwiseMethod · 0.80
getAreaMethod · 0.80
getNumberOfPointsMethod · 0.80
loadFromRepoMethod · 0.80
loadFromRepoMethod · 0.80
lowerFunction · 0.80
upperFunction · 0.80
trimFunction · 0.80
replaceAllFunction · 0.80

Calls 1

emptyMethod · 0.80

Tested by

no test coverage detected