STIR 6.4.0
SpatialTransformation.h
Go to the documentation of this file.
1//
2/*
3 Copyright (C) 2009 - 2013, King's 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 */
17
18#ifndef __stir_spatial_transformation_SpatialTransformation_H__
19#define __stir_spatial_transformation_SpatialTransformation_H__
20
23
24START_NAMESPACE_STIR
25
31class SpatialTransformation : public RegisteredObject<SpatialTransformation>
32{
33public:
34 static const char* const registered_name;
37
39 ~SpatialTransformation() override;
40
41 virtual Succeeded set_up() = 0;
42};
43
44END_NAMESPACE_STIR
45
46#endif //__stir_spatial_transformation_SpatialTransformation_H__
Declaration of class stiir::RegisteredObject.
Declaration of class stir::RegisteredParsingObject.
SpatialTransformation()
default constructor
Definition SpatialTransformation.cxx:27
a class containing an enumeration type that can be used by functions to signal successful operation o...
Definition Succeeded.h:44