15 #ifndef BORNAGAIN_CORE_DETECTOR_IDETECTORRESOLUTION_H
16 #define BORNAGAIN_CORE_DETECTOR_IDETECTORRESOLUTION_H
Defines and implements the standard mix-in ICloneable.
Defines and implements template class OutputData.
Interface for polymorphic classes that should not be copied, except by explicit cloning.
Interface for detector resolution algorithms.
void applyDetectorResolutionPol(OutputData< Eigen::Matrix2d > *p_matrix_intensity) const
Applies the detector resolution to the matrix-valued intensity data.
virtual void applyDetectorResolution(OutputData< double > *p_intensity_map) const =0
Apply the resolution function to the intensity data.
Base class for tree-like structures containing parameterized objects.