9#ifndef __stir_IO_ExamData_H__
10#define __stir_IO_ExamData_H__
41 ExamData(
const shared_ptr<const ExamInfo>& _this_exam);
45 virtual const ExamInfo& get_exam_info()
const;
51 void set_exam_info_sptr(shared_ptr<const ExamInfo> new_exam_info_sptr);
54 shared_ptr<const ExamInfo> exam_info_sptr;
This file declares the class stir::ExamInfo.
ExamData()
ExamData.
Definition ExamData.cxx:21
virtual void set_exam_info(ExamInfo const &)
change exam info
Definition ExamData.cxx:33
virtual shared_ptr< const ExamInfo > get_exam_info_sptr() const
Get shared pointer to exam info.
Definition ExamData.cxx:51
a class for storing information about 1 exam (or scan)
Definition ExamInfo.h:42
Import of std::shared_ptr, std::dynamic_pointer_cast and std::static_pointer_cast into the stir names...