Skip to content
Snippets Groups Projects
Commit d1bcb4cf authored by Wuttke, Joachim's avatar Wuttke, Joachim
Browse files

comments

parent 6f2dbdd4
No related branches found
No related tags found
No related merge requests found
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
// BornAgain: simulate and fit scattering at grazing incidence // BornAgain: simulate and fit scattering at grazing incidence
// //
//! @file Base/Pixel/IPixel.h //! @file Base/Pixel/IPixel.h
//! @brief Defines pure virtual interface IPixel (has no cpp file) //! @brief Defines and implements pure virtual interface IPixel.
//! //!
//! @homepage http://www.bornagainproject.org //! @homepage http://www.bornagainproject.org
//! @license GNU General Public License v3 or higher (see COPYING) //! @license GNU General Public License v3 or higher (see COPYING)
...@@ -18,6 +18,7 @@ ...@@ -18,6 +18,7 @@
#include "Base/Vector/Vectors3D.h" #include "Base/Vector/Vectors3D.h"
//! Interface for a function that maps [0,1]x[0,1] to the kvectors in a pixel. //! Interface for a function that maps [0,1]x[0,1] to the kvectors in a pixel.
//! Pure virtual base class for SphericalPixel and RectangularPixel.
//! @ingroup detector //! @ingroup detector
class IPixel class IPixel
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment