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

Function IsEmpty

Modules/Core/include/mitkPropertyList.h:438–438  ·  view source on GitHub ↗

* \brief Check whether the property list contains no properties. * * \return \c true if the list is empty, \c false otherwise. */

Source from the content-addressed store, hash-verified

436 * \return \c true if the list is empty, \c false otherwise.
437 */
438 bool IsEmpty() const { return m_Properties.empty(); }
439
440 /**
441 * \brief Remove all properties from the list.

Callers 3

GetSelectedDataNodesMethod · 0.50
IsEmptyMethod · 0.50

Calls 1

emptyMethod · 0.45

Tested by

no test coverage detected