STIR 6.4.0
SinglesRates.inl
Go to the documentation of this file.
1//
2//
3/*
4 Copyright (C) 2000- 2005, Hammersmith Imanet Ltd
5 This file is part of STIR.
6
7 SPDX-License-Identifier: Apache-2.0
8
9 See STIR/LICENSE.txt for details
10*/
19
20START_NAMESPACE_STIR
21
22const Scanner*
24{
25 return scanner_sptr.get();
26}
27
28const Scanner*
30{
31 return _scanner_sptr.get();
32}
33
34END_NAMESPACE_STIR
const Scanner * get_scanner_ptr() const
Get the scanner information.
Definition SinglesRates.inl:29
A class for storing some info on the scanner.
Definition Scanner.h:108
shared_ptr< Scanner > scanner_sptr
Generate a FramesSinglesRate - containing the average rates.
Definition SinglesRates.h:166
const Scanner * get_scanner_ptr() const
Get the scanner pointer.
Definition SinglesRates.inl:23