STIR
6.2.0
|
Declaration of stir::RayTraceVoxelsOnCartesianGrid. More...
#include "stir/common.h"
Go to the source code of this file.
Classes | |
class | stir::CartesianCoordinate3D< coordT > |
a templated class for 3-dimensional coordinates. More... | |
Namespaces | |
stir | |
Namespace for the STIR library (and some/most of its applications) | |
Functions | |
void | stir::RayTraceVoxelsOnCartesianGrid (ProjMatrixElemsForOneBin &lor, const CartesianCoordinate3D< float > &start_point, const CartesianCoordinate3D< float > &end_point, const CartesianCoordinate3D< float > &voxel_size, const float normalisation_constant=1.F) |
RayTraceVoxelsOnCartesianGrid finds the Length of Intersections (LOIs) of an LOR with a grid of voxels and appends them to the ProjMatrixElemsForOneBin object. More... | |
Declaration of stir::RayTraceVoxelsOnCartesianGrid.