Protocol Class Reference
[MR Parameters (odinpara library)]

Protcol proxy. More...

#include <protocol.h>

Inheritance diagram for Protocol:

Inheritance graph
[legend]
Collaboration diagram for Protocol:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 Protocol (const STD_string &label="unnamedProtocol")
 Protocol (const Protocol &p)
Protocoloperator= (const Protocol &p)
bool operator< (const Protocol &rhs) const
bool operator== (const Protocol &rhs) const

Public Attributes

System system
Geometry geometry
SeqPars seqpars
Study study

Detailed Description

Protcol proxy.

Class to hold the whole MR Protocol, that is system, geometry and seqpars

Definition at line 33 of file protocol.h.


Constructor & Destructor Documentation

Protocol::Protocol ( const STD_string &  label = "unnamedProtocol"  ) 

Create a default protocol with the given label for the sequence with label 'seqid'

Protocol::Protocol ( const Protocol p  )  [inline]

Copy constructor

Definition at line 46 of file protocol.h.


Member Function Documentation

Protocol& Protocol::operator= ( const Protocol p  ) 

Assignment operator

bool Protocol::operator< ( const Protocol rhs  )  const

Special comparison operator for Protocol which does not consider 'AcquisitionStart' and 'offsetSlice' so that tempo-spatial data has the 'same' protocol. This behaviour is required in FileIO::autoread.

bool Protocol::operator== ( const Protocol rhs  )  const [inline]

Special comparison operator for Protocol which does not consider 'AcquisitionStart' and 'offsetSlice' so that tempo-spatial data has the 'same' protocol. This behaviour is required in FileIO::autoread.

Definition at line 67 of file protocol.h.


Member Data Documentation

System Protocol::system

system configuration

Definition at line 73 of file protocol.h.

Geometry Protocol::geometry

geometry

Definition at line 78 of file protocol.h.

SeqPars Protocol::seqpars

sequence parameters

Definition at line 83 of file protocol.h.

Study Protocol::study

study information

Definition at line 89 of file protocol.h.


The documentation for this class was generated from the following file:
Generated on Sat Jun 14 12:31:52 2008 by  doxygen 1.5.1