* @brief Get the number of marker databases */
| 2706 | * @brief Get the number of marker databases |
| 2707 | */ |
| 2708 | unsigned int num_rdbs () const |
| 2709 | { |
| 2710 | return (unsigned int) m_rdbs.size (); |
| 2711 | } |
| 2712 | |
| 2713 | /** |
| 2714 | * @brief Open the RDB browser for a given database and associated cv index |