STIR  6.2.0
ParseAndCreateParametricDiscretisedDensityFrom.h
Go to the documentation of this file.
1 /*
2  Copyright (C) 2019, University College London
3  This file is part of STIR.
4 
5  SPDX-License-Identifier: Apache-2.0
6 
7  See STIR/LICENSE.txt for details
8 */
18 #ifndef __stir_ParseAndCreateParametricDiscretisedDensityFrom_H__
19 #define __stir_ParseAndCreateParametricDiscretisedDensityFrom_H__
20 
24 START_NAMESPACE_STIR
25 
26 class KeyParser;
27 
29 
33 template <class elemT, class ExamDataT>
36 {
37 public:
39  inline output_type* create(const ExamDataT&) const;
40 };
41 
42 END_NAMESPACE_STIR
43 
45 #endif
This class is used to represent voxelised densities on a cuboid grid (3D).
Definition: FBP3DRPReconstruction.h:43
implementation of the stir::ParseAndCreateFrom class for stir:ParametricDiscretisedDensity ...
Class to store parametric images.
Definition: ECAT7ParametricDensityOutputFileFormat.h:36
Definition of the stir::ParseDiscretisedDensityParameters class.
template for adding keywords to a parser and creating an object
Definition: ParseAndCreateFrom.h:52
Class for adding parameters relevant to DiscretisedDensity to a parser.
Definition: ParseDiscretisedDensityParameters.h:39
Declaration of class stir::ParametricDiscretisedDensity.
defines the stir::VoxelsOnCartesianGrid class