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

Function GetNamedNode

Modules/Core/include/mitkDataStorage.h:226–226  ·  view source on GitHub ↗

* \brief Convenience method to get the first node with a given name (std::string overload). * * \param[in] name The node name to search for. * \return The first matching DataNode, or nullptr if not found. * \sa GetNamedNode(const char*) */

Source from the content-addressed store, hash-verified

224 * \sa GetNamedNode(const char*)
225 */
226 DataNode *GetNamedNode(const std::string& name) const { return this->GetNamedNode(name.c_str()); }
227
228 /**
229 * \brief Convenience method to get the first node with a given name that is derived from a source node.

Callers

nothing calls this directly

Calls 1

GetNamedNodeMethod · 0.80

Tested by

no test coverage detected