STIR  6.3.0
ArrayFwd.h
Go to the documentation of this file.
1 
2 /*
3  Copyright (C) 2025, University College London
4  This file is part of STIR.
5 
6  SPDX-License-Identifier: Apache-2.0
7 
8  See STIR/LICENSE.txt for details
9 */
10 
16 #include "stir/common.h"
17 
18 namespace stir
19 {
20 template <int num_dimensions, typename elemT>
21 class Array;
22 
24 template <int num_dimensions, typename elemT>
26 } // namespace stir
Namespace for the STIR library (and some/most of its applications)
Definition: General_Reconstruction.cxx:6
basic configuration include file
This class defines multi-dimensional (numeric) arrays.
Definition: Array.h:77