STIR 6.4.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*/
17
18#ifndef __stir_ParseAndCreateParametricDiscretisedDensityFrom_H__
19#define __stir_ParseAndCreateParametricDiscretisedDensityFrom_H__
20
24START_NAMESPACE_STIR
25
26class KeyParser;
27
29
33template <class elemT, class ExamDataT>
36{
37public:
39 inline output_type* create(const ExamDataT&) const;
40};
41
42END_NAMESPACE_STIR
43
45#endif
Declaration of class stir::ParametricDiscretisedDensity.
implementation of the stir::ParseAndCreateFrom class for stir:ParametricDiscretisedDensity
Definition of the stir::ParseDiscretisedDensityParameters class.
defines the stir::VoxelsOnCartesianGrid class
Class to store parametric images.
Definition ParametricDiscretisedDensity.h:65
template for adding keywords to a parser and creating an object
Definition ParseAndCreateFrom.h:53
Class for adding parameters relevant to DiscretisedDensity to a parser.
Definition ParseDiscretisedDensityParameters.h:40
This class is used to represent voxelised densities on a cuboid grid (3D).
Definition VoxelsOnCartesianGrid.h:46