|
ODIN
|
#include <reco.h>

Public Member Functions | |
| bool | parsevalstring (const STD_string &parstring, const LDRserBase *ser=0) |
| STD_string | printvalstring (const LDRserBase *ser=0) const |
| STD_ostream & | print2stream (STD_ostream &os, const LDRserBase &serializer) const |
| STD_string | get_typeInfo (bool parx_equivtype=false) const |
| LDRbase * | create_copy () const |
Public Member Functions inherited from ValList< int > | |
| ValList (const STD_string &object_label="unnamedValList", unsigned int repetitions=1) | |
| ValList (int value) | |
| ValList (const ValList< int > &vl) | |
| ValList & | operator= (const ValList< int > &vl) |
| ValList & | set_value (int value) |
| ValList & | add_sublist (const ValList< int > &vl) |
| ValList & | multiply_repetitions (unsigned int reptimes) |
| STD_vector< int > | get_values_flat () const |
| STD_vector< int > | get_elements_flat () const |
| bool | operator== (const ValList< int > &vl) const |
| bool | operator< (const ValList< int > &vl) const |
| int | operator[] (unsigned int i) const |
| unsigned int | size () const |
| STD_string | printvallist () const |
| bool | parsevallist (const STD_string &str) |
| STD_ostream & | print2stream (STD_ostream &os) const |
| void | clear () |
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 LDRbase | |
| virtual STD_string | print (const LDRserBase &serializer=LDRserJDX()) const |
| virtual int | write (const STD_string &filename, const LDRserBase &serializer=LDRserJDX()) const |
| virtual bool | parse (STD_string &parstring, const LDRserBase &serializer=LDRserJDX()) |
| virtual int | load (const STD_string &filename, const LDRserBase &serializer=LDRserJDX()) |
| 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 LDRbase & | set_parmode (parameterMode parameter_mode) |
| virtual fileMode | get_filemode () const |
| virtual LDRbase & | set_filemode (fileMode file_mode) |
| virtual GuiProps | get_gui_props () const |
| virtual LDRbase & | set_gui_props (const GuiProps &) |
| virtual STD_string | get_parx_code (parxCodeType type) const |
| JcampDxProps | get_jdx_props () const |
| LDRbase & | set_jdx_props (const JcampDxProps &jp) |
This class holds the assignment of consecutive ADCs to k-space positions
|
inlinevirtual |
|
inlinevirtual |
|
virtual |
Parses and assigns the value in the given string, optionally using format 'ser'
Implements LDRbase.
|
virtual |
Passes the parameter in ASCII format to the ostream 'os' using format 'serializer'
Reimplemented from LDRbase.
|
virtual |
Returns the value of the parameter as a string, optionally using format 'ser'
Implements LDRbase.