Celeritas
0.5.0-56+6b053cd
|
Trace each pixel along a line. More...
#include <Raytracer.hh>
Public Types | |
Type aliases | |
using | result_type = int |
Public Member Functions | |
CELER_FUNCTION | Raytracer (GTV &&geo, F &&calc_id, ImageLineView const &image) |
Construct from geo track view, function to calculate ID, and image. | |
CELER_FUNCTION 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 |