MCPcopy Create free account
hub / github.com/MITK/MITK / columnCount

Method columnCount

Modules/ImageStatisticsUI/src/QmitkImageStatisticsTreeItem.cpp:58–61  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

56}
57
58int QmitkImageStatisticsTreeItem::columnCount() const
59{
60 return m_statisticNames.size() + 1;
61}
62
63struct StatValueVisitor : boost::static_visitor<QVariant>
64{

Callers 2

GetStringMethod · 0.45
IterateMethod · 0.45

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected