25 template <
int num_dimensions,
class T>
26 class BasicCoordinate;
27 template <
class elemT>
29 template <
class elemT>
30 class SegmentBySinogram;
55 const ProjData& proj_data_in,
57 const bool remove_interleaving =
false);
59 const ProjData& proj_data_in,
60 const BasicCoordinate<3, BSpline::BSplineType>& these_types,
61 const bool remove_interleaving);
BSplineType
enum providing constants to define the type of B-Spline used for interpolation
Definition: BSplines.h:37
Succeeded interpolate_projdata(ProjData &proj_data_out, const ProjData &proj_data_in, const BSpline::BSplineType these_types, const bool remove_interleaving)
Perform B-Splines Interpolation.
Definition: interpolate_projdata.cxx:158
Implementation of the basic components and declarations for B-Splines Interpolation.