STIR  6.2.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 
23 START_NAMESPACE_STIR
24 
29 {
30 public:
31  enum BC
32  {
33  zero,
34  constant,
35  periodic
36  };
37 };
38 
39 END_NAMESPACE_STIR
Preliminary class to specify boundary conditions for filters.
Definition: BoundaryConditions.h:28
basic configuration include file