MCPcopy Create free account
hub / github.com/MITK/MITK / Begin

Function Begin

Modules/ContourModel/include/mitkContourModelSet.h:54–54  ·  view source on GitHub ↗

\brief Return an iterator to the first contour model in the set. * \return Iterator pointing to the beginning of the container. */

Source from the content-addressed store, hash-verified

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.

Callers 3

GetSelectedDataNodesMethod · 0.85
BeginMethod · 0.85

Calls 1

beginMethod · 0.45

Tested by

no test coverage detected