remove RegionOfInterest
* refactor IDetector to have built-in, n-dim ROI support * add methods for implicit ROI handling (no distinction to be made on caller's side) * add docu for ROI * refactor CoordSystem classes to not use detector and its ROI related things internally, but at caller's side. This eases transition handled in issue #71 ("Further consolidate ICoordSystem")
parent
67154285
No related branches found
No related tags found
Showing
- Core/Export/SimulationToPython.cpp 9 additions, 9 deletionsCore/Export/SimulationToPython.cpp
- Core/Simulation/OffSpecularSimulation.cpp 20 additions, 5 deletionsCore/Simulation/OffSpecularSimulation.cpp
- Device/Detector/IDetector.cpp 94 additions, 12 deletionsDevice/Detector/IDetector.cpp
- Device/Detector/IDetector.h 77 additions, 12 deletionsDevice/Detector/IDetector.h
- Device/Detector/IDetector2D.cpp 46 additions, 11 deletionsDevice/Detector/IDetector2D.cpp
- Device/Detector/IDetector2D.h 3 additions, 6 deletionsDevice/Detector/IDetector2D.h
- Device/Detector/RectangularDetector.cpp 8 additions, 17 deletionsDevice/Detector/RectangularDetector.cpp
- Device/Detector/SpecularDetector1D.h 0 additions, 5 deletionsDevice/Detector/SpecularDetector1D.h
- Device/Instrument/CoordSystem2D.cpp 44 additions, 57 deletionsDevice/Instrument/CoordSystem2D.cpp
- Device/Instrument/CoordSystem2D.h 17 additions, 12 deletionsDevice/Instrument/CoordSystem2D.h
- Device/Instrument/Instrument.cpp 6 additions, 4 deletionsDevice/Instrument/Instrument.cpp
- Device/ProDetector/RegionOfInterest.cpp 0 additions, 141 deletionsDevice/ProDetector/RegionOfInterest.cpp
- Device/ProDetector/RegionOfInterest.h 0 additions, 94 deletionsDevice/ProDetector/RegionOfInterest.h
- GUI/Models/InstrumentItems.cpp 26 additions, 16 deletionsGUI/Models/InstrumentItems.cpp
- GUI/Models/TransformFromDomain.cpp 11 additions, 11 deletionsGUI/Models/TransformFromDomain.cpp
- Tests/UnitTests/Core/Instrument/OffSpecularConverterTest.cpp 55 additions, 47 deletionsTests/UnitTests/Core/Instrument/OffSpecularConverterTest.cpp
- Tests/UnitTests/Core/Instrument/RectangularConverterTest.cpp 7 additions, 3 deletionsTests/UnitTests/Core/Instrument/RectangularConverterTest.cpp
- Tests/UnitTests/Core/Instrument/SpecularDetector1DTest.cpp 1 addition, 1 deletionTests/UnitTests/Core/Instrument/SpecularDetector1DTest.cpp
- Tests/UnitTests/Core/Instrument/SphericalConverterTest.cpp 2 additions, 2 deletionsTests/UnitTests/Core/Instrument/SphericalConverterTest.cpp
- Tests/UnitTests/Core/Instrument/SphericalDetectorTest.cpp 11 additions, 12 deletionsTests/UnitTests/Core/Instrument/SphericalDetectorTest.cpp
Loading
Please register or sign in to comment