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

Function End

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

\brief Return an iterator past the last contour model in the set. * \return Iterator pointing past the end of the container. */

Source from the content-addressed store, hash-verified

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.

Callers 5

GetMaxIdMethod · 0.85
InsertPointMethod · 0.85
GetSelectedDataNodesMethod · 0.85
EndMethod · 0.85

Calls 1

endMethod · 0.45

Tested by

no test coverage detected