STIR  6.2.0
ViewSegmentNumbers.h
Go to the documentation of this file.
1 //
2 //
12 /*
13  Copyright (C) 2023, University College London
14  This file is part of STIR.
15 
16  SPDX-License-Identifier: Apache-2.0
17 
18  See STIR/LICENSE.txt for details
19 */
20 
21 #ifndef __stir_ViewSegmentNumbers_h__
22 #define __stir_ViewSegmentNumbers_h__
23 
24 #include "stir/ViewgramIndices.h"
25 
26 START_NAMESPACE_STIR
28 
34 {
35 public:
36  using ViewgramIndices::ViewgramIndices;
37  // default constructor (needed for Visual Studio)
39  : ViewgramIndices()
40  {}
42  : ViewgramIndices(ind)
43  {}
44 };
45 
46 END_NAMESPACE_STIR
47 
48 #endif
Definition of class stir::ViewgramIndices.
alias for ViewgramIndices
Definition: ViewSegmentNumbers.h:33
A very simple class to store all dincies to get a (2D) Viewgram.
Definition: ViewgramIndices.h:32