STIR 6.4.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
18namespace stir
19{
20template <int num_dimensions, typename elemT>
21class Array;
22
24template <int num_dimensions, typename elemT>
26} // namespace stir
This class defines multi-dimensional (numeric) arrays.
Definition Array.h:78
basic configuration include file
Namespace for the STIR library (and some/most of its applications)
Definition General_Reconstruction.h:19
Array< num_dimensions, elemT > ArrayType
type alias for future-proofing for "large" rectangular arrays
Definition ArrayFwd.h:25