20 #ifndef __stir_modelling_OneParamModel_H__ 21 #define __stir_modelling_OneParamModel_H__ 31 inline OneParamModel();
34 inline OneParamModel(
const int starting_frame,
const int last_frame);
37 inline ModelMatrix<1> get_unit_matrix(
const int starting_frame,
const int last_frame);
40 inline ~OneParamModel();
43 ModelMatrix<1> _unit_matrix;
46 bool _matrix_is_stored;
51 #include "stir_experimental/modelling/OneParamModel.inl" 53 #endif //__stir_modelling_OneParamModel_H__ Declaration of class stir::ModelMatrix<num_param>