#include <protocol.h>

Public Member Functions | |
| Protocol (const STD_string &label="unnamedProtocol") | |
| Protocol (const Protocol &p) | |
| Protocol & | operator= (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 |
Class to hold the whole MR Protocol, that is system, geometry and seqpars
Definition at line 33 of file protocol.h.
| 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.
| 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.
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.
1.5.6