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

Method GetName

Modules/Core/test/mitkPropertyExtensionsTest.cpp:32–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30 mitkNewMacro1Param(Self, const std::string &);
31
32 std::string GetName() const { return m_Name; }
33private:
34 explicit TestPropertyExtension(const std::string &name) : m_Name(name) {}
35 ~TestPropertyExtension() override {}

Callers 15

TestPropertyListMethod · 0.45
infosAreEqualMethod · 0.45
GetInfoMethod · 0.45
GetInfoByKeyMethod · 0.45
CheckDefaultInfoMethod · 0.45
SetNameMethod · 0.45
SetNameAndKeyMethod · 0.45
UseRegExMethod · 0.45
UseRegEx2Method · 0.45
UnRegExByNameMethod · 0.45
UnRegExByKeyMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected