STIR 6.4.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
25
26START_NAMESPACE_STIR
28
33class ViewSegmentNumbers : public ViewgramIndices
34{
35public:
37 // default constructor (needed for Visual Studio)
38 ViewSegmentNumbers()
40 {}
41 ViewSegmentNumbers(const ViewgramIndices& ind)
42 : ViewgramIndices(ind)
43 {}
44};
45
46END_NAMESPACE_STIR
47
48#endif
Definition of class stir::ViewgramIndices.
ViewgramIndices()
an empty constructor (sets everything to 0)
Definition ViewgramIndices.inl:25
ViewgramIndices()
an empty constructor (sets everything to 0)
Definition ViewgramIndices.inl:25