|
Celeritas 0.7.0-dev.245+develop.a7be925e
|
Trace each pixel along a line. More...
#include <Raytracer.hh>
Public Types | |
Type aliases | |
| using | result_type = int |
Public Member Functions | |
| Raytracer (GTV &&geo, F &&calc_id, ImageLineView const &image) | |
| Construct from geo track view, function to calculate ID, and image. | |
| result_type | operator() (size_type pix) |
| Calculate the value for a single pixel. | |
Trace each pixel along a line.
| GTV | Geometry Track View |
| F | Calculate the pixel value (result_type) given GTV |