BornAgain
1.18.0
Simulate and fit neutron and x-ray scattering at grazing incidence
|
Public Member Functions | |
virtual | ~IPixel () |
virtual IPixel * | clone () const =0 |
virtual IPixel * | createZeroSizePixel (double x, double y) const =0 |
virtual kvector_t | getK (double x, double y, double wavelength) const =0 |
virtual double | getIntegrationFactor (double x, double y) const =0 |
virtual double | getSolidAngle () const =0 |
Interface for a function that maps [0,1]x[0,1] to the kvectors in a pixel.
|
pure virtual |
Implemented in SphericalPixel, and RectangularPixel.
|
pure virtual |
Implemented in SphericalPixel, and RectangularPixel.
|
pure virtual |
Implemented in SphericalPixel, and RectangularPixel.
|
pure virtual |
Implemented in SphericalPixel, and RectangularPixel.
|
pure virtual |
Implemented in SphericalPixel, and RectangularPixel.