\brief Return an iterator to the first contour model in the set. * \return Iterator pointing to the beginning of the container. */
| 52 | * \return Iterator pointing to the beginning of the container. |
| 53 | */ |
| 54 | virtual ContourModelSetIterator Begin() { return this->m_Contours.begin(); } |
| 55 | |
| 56 | /** \brief Return an iterator past the last contour model in the set. |
| 57 | * \return Iterator pointing past the end of the container. |
no test coverage detected