--------------------------------------------------------------------------
| 830 | |
| 831 | // -------------------------------------------------------------------------- |
| 832 | void mitkCommandLineParser::beginGroup(const string &description) |
| 833 | { |
| 834 | this->Internal->CurrentGroup = description; |
| 835 | } |
| 836 | |
| 837 | // -------------------------------------------------------------------------- |
| 838 | void mitkCommandLineParser::endGroup() |
no outgoing calls
no test coverage detected