|
| System (const STD_string &object_label="unnamedSystem") |
|
| System (const System &s) |
|
System & | operator= (const System &s) |
|
odinPlatform | get_platform () const |
|
STD_string | get_platform_str () const |
|
STD_string | get_transmit_coil_name () const |
|
System & | set_transmit_coil_name (const STD_string &tcname) |
|
STD_string | get_receive_coil_name () const |
|
System & | set_receive_coil_name (const STD_string &rcname) |
|
STD_string | get_main_nucleus () const |
|
System & | set_main_nucleus (const STD_string &nucname) |
|
float | get_max_grad () const |
|
float | get_max_slew_rate () const |
|
float | get_grad_switch_time (float graddiff) const |
|
float | get_inter_grad_delay () const |
|
System & | set_scandir (const STD_string &dir) |
|
STD_string | get_scandir () const |
|
float | get_grad_shift_delay () const |
|
double | get_B0 () const |
|
System & | set_B0 (double b0) |
|
System & | set_B0_from_freq (double freq, const STD_string &nucName="") |
|
double | get_gamma (const STD_string &nucName="") const |
|
System & | set_reference_gain (float refgain) |
|
float | get_reference_gain () const |
|
double | get_nuc_freq (const STD_string &nucName="") const |
|
LDRenum | get_nuc_enum () const |
|
double | get_min_duration (objCategory c) const |
|
double | get_min_grad_rastertime () const |
|
double | get_rastertime (objCategory cat) const |
|
double | get_rasteredtime (objCategory cat, double time) const |
|
int | get_max_rf_samples () const |
|
int | get_max_grad_samples () const |
|
System & | set_data_type (const STD_string &type) |
|
STD_string | get_data_type () const |
|
bool | allowed_grad_freq (double freq, double &low, double &upp) const |
|
| 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 | write (const STD_string &filename, const LDRserBase &serializer=LDRserJDX()) const |
|
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) |
|
| Labeled (const STD_string &label="unnamed") |
|
Labeled & | set_label (const STD_string &label) |
|
const STD_string & | get_label () const |
|
Labeled & | operator= (const Labeled &l) |
|
| 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 |
|
System proxy.
This class is used to hold all information/configuration of the spectrometer
Definition at line 91 of file system.h.