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