20#ifndef __stir_recon_buildblock_ParallelprojHelper_h__
21#define __stir_recon_buildblock_ParallelprojHelper_h__
30template <
int num_dimensions,
class elemT>
31class DiscretisedDensity;
41class ParallelprojHelper
44 ~ParallelprojHelper();
48 std::array<float, 3> voxsize;
49 std::array<int, 3> imgdim;
50 std::array<float, 3> origin;
54 long long num_image_voxel;
58 float tofcenter_offset;
This abstract class is the basis for all image representations.
Definition DiscretisedDensity.h:99
An (abstract base) class that contains information on the projection data.
Definition ProjDataInfo.h:70
basic configuration include file