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

Method GetName

Modules/Multilabel/src/mitkLabel.cpp:241–246  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

239}
240
241std::string mitk::Label::GetName() const
242{
243 std::string name;
244 GetStringProperty("name", name);
245 return name;
246}
247
248std::string mitk::Label::GetTrackingID() const
249{

Callers 15

GetMandatoryPropertyMethod · 0.45
WriteMethod · 0.45
DoReadMethod · 0.45
DoReadMethod · 0.45
BuildMetaInfoHandlerMethod · 0.45
SerializeLabelToJSONMethod · 0.45
CreateNewLabelMethod · 0.45
MergeLabelsFunction · 0.45

Calls

no outgoing calls