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

Method SetStringProperty

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

Source from the content-addressed store, hash-verified

163}
164
165void mitk::Annotation::SetStringProperty(const std::string &propertyKey, const std::string &stringValue)
166{
167 this->m_PropertyList->SetProperty(propertyKey, mitk::StringProperty::New(stringValue));
168 Modified();
169}
170
171std::string mitk::Annotation::GetName() const
172{

Callers 15

SetNameMethod · 0.95
setUpMethod · 0.45
ReadMethod · 0.45
GenerateDataMethod · 0.45

Calls 3

ModifiedFunction · 0.85
NewFunction · 0.50
SetPropertyMethod · 0.45