20 #ifndef __stir_recon_buildblock_ParallelprojHelper_h__ 21 #define __stir_recon_buildblock_ParallelprojHelper_h__ 29 template <
int num_dimensions,
class elemT>
30 class DiscretisedDensity;
47 std::array<float, 3> voxsize;
48 std::array<int, 3> imgdim;
49 std::array<float, 3> origin;
50 std::vector<float> xstart;
51 std::vector<float> xend;
53 long long num_image_voxel;
57 float tofcenter_offset;
66 #endif // __stir_recon_buildblock_ParallelprojHelper_h__ basic configuration include file
Helper class for Parallelproj's projectors.
Definition: ParallelprojHelper.h:40
An (abstract base) class that contains information on the projection data.
Definition: ProjDataInfo.h:69