* @brief Obtain the number of cellviews */
| 1694 | * @brief Obtain the number of cellviews |
| 1695 | */ |
| 1696 | unsigned int cellviews () const |
| 1697 | { |
| 1698 | return (unsigned int) m_cellviews.size (); |
| 1699 | } |
| 1700 | |
| 1701 | /** |
| 1702 | * @brief Obtain the cellviews as a vector |
no test coverage detected