STIR 6.4.0
ProjDataInfoCylindricalArcCorr.inl
Go to the documentation of this file.
1//
2//
16/*
17 Copyright (C) 2000 PARAPET partners
18 Copyright (C) 2000- 2009, Hammersmith Imanet Ltd
19 This file is part of STIR.
20
21 SPDX-License-Identifier: Apache-2.0 AND License-ref-PARAPET-license
22
23 See STIR/LICENSE.txt for details
24*/
25
26#include "stir/Bin.h"
27
28START_NAMESPACE_STIR
29
30float
32{
33 return bin.tangential_pos_num() * bin_size;
34}
35
36float
41
42END_NAMESPACE_STIR
Declaration of class stir::Bin.
A class for storing coordinates and value of a single projection bin.
Definition Bin.h:49
int tangential_pos_num() const
get tangential position number
Definition Bin.inl:76
float get_s(const Bin &) const override
Get value of the tangential coordinate in the projection plane (in mm)
Definition ProjDataInfoCylindricalArcCorr.inl:31
float get_tangential_sampling() const
Get tangential sampling.
Definition ProjDataInfoCylindricalArcCorr.inl:37