19#ifndef __stir_modelling_PlasmaSample_H__
20#define __stir_modelling_PlasmaSample_H__
48 inline PlasmaSample(
const double sample_time,
const float plasma_sample_counts,
const float blood_sample_counts);
Implementations of inline functions of class stir::PlasmaData.
void set_blood_counts_in_kBq(const float blood_counts)
set the blood counts of the sample
Definition PlasmaSample.inl:53
void set_time_in_s(const double time)
set the time of the sample
Definition PlasmaSample.inl:39
PlasmaSample()
default constructor
Definition PlasmaSample.inl:23
double get_time_in_s() const
get the time of the sample
Definition PlasmaSample.inl:46
float get_plasma_counts_in_kBq() const
get the plasma counts of the sample
Definition PlasmaSample.inl:74
float get_blood_counts_in_kBq() const
get the blood counts of the sample
Definition PlasmaSample.inl:60
void set_plasma_counts_in_kBq(const float plasma_counts)
set the plasma counts of the sample
Definition PlasmaSample.inl:67
basic configuration include file