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

Method SetName

Modules/Core/src/Rendering/mitkAnnotation.cpp:179–182  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

177}
178
179void mitk::Annotation::SetName(const std::string &name)
180{
181 this->SetStringProperty("name", name);
182}
183
184bool mitk::Annotation::GetName(std::string &nodeName, const std::string &propertyKey) const
185{

Callers 2

AnnotationMethod · 0.95
RequestDataMethod · 0.45

Calls 1

SetStringPropertyMethod · 0.95

Tested by

no test coverage detected