STIR
6.3.0
home
sirfuser
devel
STIRdistrib
STIR
src
include
stir
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>
25
using
ArrayType
=
Array<num_dimensions, elemT>
;
26
}
// namespace stir
stir
Namespace for the STIR library (and some/most of its applications)
Definition:
General_Reconstruction.cxx:6
common.h
basic configuration include file
stir::Array
This class defines multi-dimensional (numeric) arrays.
Definition:
Array.h:77
Generated on Fri Oct 31 2025 13:54:41 for STIR by
1.8.13