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

Method SetFixTiltByShearing

Modules/DICOM/src/mitkDICOMITKSeriesGDCMReader.cpp:116–120  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

114}
115
116void mitk::DICOMITKSeriesGDCMReader::SetFixTiltByShearing( bool on )
117{
118 this->Modified();
119 m_FixTiltByShearing = on;
120}
121
122bool mitk::DICOMITKSeriesGDCMReader::GetFixTiltByShearing() const
123{

Calls 1

ModifiedMethod · 0.45

Tested by

no test coverage detected