Protocol Class Reference
[MR Parameters (odinpara library)]

Protcol proxy. More...

#include <protocol.h>

Inheritance diagram for Protocol:

Inheritance 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
JcampDxBlock methpars
Study study

Friends

class SeqMethod


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 configuration

Definition at line 73 of file protocol.h.

geometry

Definition at line 78 of file protocol.h.

sequence parameters

Definition at line 83 of file protocol.h.

method-specific parameters

Definition at line 88 of file protocol.h.

study information

Definition at line 93 of file protocol.h.


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

Generated on Wed Sep 30 15:33:09 2009 by  doxygen 1.5.6