| 177 | } |
| 178 | |
| 179 | void mitk::Annotation::SetName(const std::string &name) |
| 180 | { |
| 181 | this->SetStringProperty("name", name); |
| 182 | } |
| 183 | |
| 184 | bool mitk::Annotation::GetName(std::string &nodeName, const std::string &propertyKey) const |
| 185 | { |
no test coverage detected