| 134 | } |
| 135 | |
| 136 | void |
| 137 | mitk::DICOMFileReader |
| 138 | ::PrintConfiguration(std::ostream& os) const |
| 139 | { |
| 140 | os << "---- Configuration of " << this->GetNameOfClass() <<" " << (void*)this << " ----"<< std::endl; |
| 141 | this->InternalPrintConfiguration(os); |
| 142 | os << "---- End of configuration ----" << std::endl; |
| 143 | } |
| 144 | |
| 145 | |
| 146 | void |
no test coverage detected