| 1046 | } |
| 1047 | |
| 1048 | void mitkCommandLineParser::setDescription(string description) |
| 1049 | { |
| 1050 | Description = description; |
| 1051 | } |
| 1052 | |
| 1053 | void mitkCommandLineParser::changeParameterGroup(string name, string tooltip) |
| 1054 | { |
no outgoing calls
no test coverage detected