--------------------------------------------------------------------------
| 909 | |
| 910 | // -------------------------------------------------------------------------- |
| 911 | void mitkCommandLineParser::setArgumentPrefix(const string &longPrefix, const string &shortPrefix) |
| 912 | { |
| 913 | this->Internal->LongPrefix = longPrefix; |
| 914 | this->Internal->ShortPrefix = shortPrefix; |
| 915 | } |
| 916 | |
| 917 | // -------------------------------------------------------------------------- |
| 918 | void mitkCommandLineParser::setStrictModeEnabled(bool strictMode) |
no outgoing calls
no test coverage detected