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

Method rowCount

Modules/RTUI/src/QmitkIsoDoseLevelSetModel.cpp:44–54  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

42};
43
44int
45 QmitkIsoDoseLevelSetModel::
46 rowCount(const QModelIndex &parent) const
47{
48 if(parent.isValid())
49 {
50 return 0;
51 }
52
53 return m_DoseSet->Size();
54}
55
56int
57 QmitkIsoDoseLevelSetModel::

Callers

nothing calls this directly

Calls 1

SizeMethod · 0.45

Tested by

no test coverage detected