| 127 | } |
| 128 | |
| 129 | int QmitkImageStatisticsTreeItem::row() const |
| 130 | { |
| 131 | if (m_parentItem) |
| 132 | return m_parentItem->m_childItems.indexOf(const_cast<QmitkImageStatisticsTreeItem *>(this)); |
| 133 | |
| 134 | return 0; |
| 135 | } |
| 136 | |
| 137 | bool QmitkImageStatisticsTreeItem::isWIP() const |
| 138 | { |