ODIN
|
#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 Member Functions inherited from LDRblock | |
LDRblock (const STD_string &title="Parameter List") | |
LDRblock (const LDRblock &block) | |
~LDRblock () | |
LDRblock & | operator= (const LDRblock &block) |
LDRblock & | merge (LDRblock &block, bool onlyUserPars=true) |
LDRblock & | unmerge (LDRblock &block) |
STD_string | printval (const STD_string ¶meterName, bool append_unit=false) const |
bool | parseval (const STD_string ¶meterName, const STD_string &value) |
int | parseblock (const STD_string &source, const LDRserBase &serializer=LDRserJDX()) |
unsigned int | numof_pars () const |
LDRbase * | get_parameter (const STD_string &ldrlabel) |
bool | parameter_exists (const STD_string &ldrlabel) const |
LDRblock & | set_prefix (const STD_string &prefix) |
LDRblock & | set_embedded (bool embedded) |
bool | is_embedded () const |
LDRbase & | operator[] (unsigned int i) |
const LDRbase & | operator[] (unsigned int i) const |
LDRbase & | get_parameter_by_id (int id) |
LDRblock & | create_copy (const LDRblock &src) |
LDRblock & | append_copy (const LDRbase &src) |
LDRblock & | copy_ldr_vals (const LDRblock &src) |
bool | operator== (const LDRblock &rhs) const |
bool | operator< (const LDRblock &rhs) const |
bool | compare (const LDRblock &rhs, const STD_list< STD_string > *exclude=0, double accuracy=0.0) const |
STD_string | print (const LDRserBase &serializer=LDRserJDX()) const |
LDRbase & | set_parmode (parameterMode parameter_mode) |
LDRbase & | set_filemode (fileMode file_mode) |
STD_string | get_parx_code (parxCodeType type) const |
STD_ostream & | print2stream (STD_ostream &os, const LDRserBase &serializer) const |
bool | parsevalstring (const STD_string &, const LDRserBase *ser=0) |
bool | parse (STD_string &parstring, const LDRserBase &serializer) |
STD_string | printvalstring (const LDRserBase *ser=0) const |
LDRbase * | create_copy () const |
STD_string | get_typeInfo (bool parx_equivtype=false) const |
int | load (const STD_string &filename, const LDRserBase &serializer=LDRserJDX()) |
int | write (const STD_string &filename, const LDRserBase &serializer=LDRserJDX()) const |
Public Member Functions inherited from LDRbase | |
virtual double | get_minval () const |
virtual double | get_maxval () const |
bool | has_minmax () const |
const STD_string & | get_description () const |
LDRbase & | set_description (const STD_string &descr) |
virtual svector | get_alternatives () const |
const STD_string & | get_unit () const |
LDRbase & | set_unit (const STD_string &un) |
virtual parameterMode | get_parmode () const |
virtual fileMode | get_filemode () const |
virtual GuiProps | get_gui_props () const |
virtual LDRbase & | set_gui_props (const GuiProps &) |
JcampDxProps | get_jdx_props () const |
LDRbase & | set_jdx_props (const JcampDxProps &jp) |
Public Member Functions inherited from Labeled | |
Labeled (const STD_string &label="unnamed") | |
Labeled & | set_label (const STD_string &label) |
const STD_string & | get_label () const |
Labeled & | operator= (const Labeled &l) |
Public Member Functions inherited from List< I, P, R > | |
List () | |
~List () | |
List & | operator= (const List &l) |
List & | clear () |
List & | append (R item) |
List & | remove (R item) |
unsigned int | size () const |
iter | get_begin () |
iter | get_end () |
constiter | get_const_begin () const |
constiter | get_const_end () const |
Public Attributes | |
System | system |
Geometry | geometry |
SeqPars | seqpars |
LDRblock | methpars |
Study | study |
Friends | |
class | SeqMethod |
Additional Inherited Members | |
Public Types inherited from List< I, P, R > | |
typedef STD_list< P >::iterator | iter |
typedef STD_list< P >::const_iterator | constiter |
Protected Member Functions inherited from LDRblock | |
LDRblock & | append_member (LDRbase &ldr, const STD_string ldrlabel="") |
Protocol proxy.
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'
|
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.
|
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.
Geometry Protocol::geometry |
geometry
Definition at line 83 of file protocol.h.
LDRblock Protocol::methpars |
method-specific parameters
Definition at line 93 of file protocol.h.
SeqPars Protocol::seqpars |
sequence parameters
Definition at line 88 of file protocol.h.
Study Protocol::study |
study information
Definition at line 98 of file protocol.h.
System Protocol::system |
system configuration
Definition at line 78 of file protocol.h.