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

Method AddSortingElement

Modules/DICOM/src/mitkDICOMITKSeriesGDCMReader.cpp:495–508  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

493}
494
495void mitk::DICOMITKSeriesGDCMReader::AddSortingElement( DICOMDatasetSorter* sorter, bool atFront )
496{
497 assert( sorter );
498
499 if ( atFront )
500 {
501 m_Sorter.push_front( sorter );
502 }
503 else
504 {
505 m_Sorter.push_back( sorter );
506 }
507 this->Modified();
508}
509
510mitk::DICOMITKSeriesGDCMReader::ConstSorterList
511 mitk::DICOMITKSeriesGDCMReader::GetFreelyConfiguredSortingElements() const

Calls 1

ModifiedMethod · 0.45

Tested by 1