STIR  6.2.0
Public Member Functions | Protected Attributes | List of all members
stir::ExamData Class Reference

base class for data objects such as ProjData etcProvides an ExamInfo member. More...

#include "stir/ExamData.h"

Inheritance diagram for stir::ExamData:
Inheritance graph
[legend]

Public Member Functions

 ExamData ()
 ExamData. More...
 
 ExamData (const shared_ptr< const ExamInfo > &_this_exam)
 
virtual const ExamInfoget_exam_info () const
 
virtual shared_ptr< const ExamInfoget_exam_info_sptr () const
 Get shared pointer to exam info.
 
virtual void set_exam_info (ExamInfo const &)
 change exam info More...
 
void set_exam_info_sptr (shared_ptr< const ExamInfo > new_exam_info_sptr)
 

Protected Attributes

shared_ptr< const ExamInfoexam_info_sptr
 

Detailed Description

base class for data objects such as ProjData etc

Provides an ExamInfo member.

Constructor & Destructor Documentation

◆ ExamData()

stir::ExamData::ExamData ( )

ExamData.

Default constructor

Member Function Documentation

◆ set_exam_info()

void stir::ExamData::set_exam_info ( ExamInfo const &  new_exam_info)
virtual

The documentation for this class was generated from the following files: