MCPcopy Create free account
hub / github.com/MITK/MITK / PrintConfiguration

Method PrintConfiguration

Modules/DICOM/src/mitkDICOMFileReader.cpp:136–143  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

134}
135
136void
137mitk::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
146void

Callers 4

mainFunction · 0.45
mainFunction · 0.45

Calls 2

GetNameOfClassMethod · 0.45

Tested by

no test coverage detected