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

Function NO_NAME_VALUE

Modules/Core/include/mitkDataNode.h:613–616  ·  view source on GitHub ↗

* \brief Sentinel value indicating that a node name has not been set yet. * \return The string "No Name!". */

Source from the content-addressed store, hash-verified

611 * \return The string "No Name!".
612 */
613 static std::string NO_NAME_VALUE()
614 {
615 return "No Name!";
616 }
617
618 /**
619 * \brief Extra convenience access method to set the name of an object.

Calls

no outgoing calls

Tested by

no test coverage detected