\brief Return an iterator past the last contour model in the set. * \return Iterator pointing past the end of the container. */
| 57 | * \return Iterator pointing past the end of the container. |
| 58 | */ |
| 59 | virtual ContourModelSetIterator End() { return this->m_Contours.end(); } |
| 60 | |
| 61 | /** \brief Return the number of contour models in the set. |
| 62 | * \return Number of contained ContourModel instances. |
no test coverage detected