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

Method GetDescription

Modules/Multilabel/src/mitkLabel.cpp:296–301  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

294}
295
296std::string mitk::Label::GetDescription() const
297{
298 std::string description = "";
299 GetStringProperty("description", description);
300 return description;
301}
302
303void mitk::Label::SetDescription(const std::string& description)
304{

Callers 9

WriteMethod · 0.45
BuildMetaInfoHandlerMethod · 0.45
SerializeLabelToJSONMethod · 0.45
ClearGroupImageMethod · 0.45
ClearGroupImagesMethod · 0.45
EraseLabelMethod · 0.45

Calls

no outgoing calls