| 1036 | Title = title; |
| 1037 | } |
| 1038 | void mitkCommandLineParser::setContributor(string contributor) |
| 1039 | { |
| 1040 | Contributor = contributor; |
| 1041 | } |
| 1042 | |
| 1043 | void mitkCommandLineParser::setCategory(string category) |
| 1044 | { |
no outgoing calls
no test coverage detected