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

Method SetName

Modules/Multilabel/src/mitkLabel.cpp:236–239  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

234}
235
236void mitk::Label::SetName(const std::string &name)
237{
238 SetStringProperty("name", name.c_str());
239}
240
241std::string mitk::Label::GetName() const
242{

Callers 15

LabelMethod · 0.95
CreateQtPartControlMethod · 0.45
CreateQtPartControlMethod · 0.45
showEigenvectorsMethod · 0.45
OnComputeCoGMethod · 0.45
OnConvertToRGBAImageMethod · 0.45
CreateQtPartControlMethod · 0.45
mainFunction · 0.45
LoadDicomMethod · 0.45
RunTestMethod · 0.45

Calls

no outgoing calls

Tested by 15

RunTestMethod · 0.36
generateModelFitTestNodeFunction · 0.36
setUpMethod · 0.36
setUpMethod · 0.36
BuildSegWithRuleFunction · 0.36
TestSetNameMethod · 0.36
TestCloneMethod · 0.36
TestAddLayerMethod · 0.36
TestGetActiveLabelSetMethod · 0.36
TestGetActiveLabelMethod · 0.36