STIR 6.4.0
BoundaryConditions.h
Go to the documentation of this file.
1//
2//
12/*
13 Copyright (C) 2009- 2009, Hammersmith Imanet Ltd
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#include "stir/common.h"
22
23START_NAMESPACE_STIR
24
29{
30public:
31 enum BC
32 {
33 zero,
34 constant,
35 periodic
36 };
37};
38
39END_NAMESPACE_STIR
Preliminary class to specify boundary conditions for filters.
Definition BoundaryConditions.h:29
basic configuration include file