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;
47 virtual shared_ptr<const ExamInfo> get_exam_info_sptr()
const;
50 virtual void set_exam_info(
ExamInfo 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.
Import of std::shared_ptr, std::dynamic_pointer_cast and std::static_pointer_cast (or corresponding b...
a class for storing information about 1 exam (or scan)
Definition: ExamInfo.h:41
base class for data objects such as ProjData etcProvides an ExamInfo member.
Definition: ExamData.h:33