|
| SeqDecoupling (const STD_string &object_label, const STD_string &nucleus, float decpower, const dvector &freqlist=0, const STD_string decprog="", float decpulsduration=0.0) |
|
| SeqDecoupling (const SeqDecoupling &sd) |
|
| SeqDecoupling (const STD_string &object_label="unnamedSeqDecoupling") |
|
SeqDecoupling & | operator() (const SeqObjBase &so) |
|
float | get_decpower () const |
|
void | set_decpower (float p) |
|
STD_string | get_program () const |
|
void | set_program (const STD_string &p) |
|
double | get_pulsduration () const |
|
void | set_pulsduration (float d) |
|
SeqDecoupling & | operator= (const SeqDecoupling &sd) |
|
double | get_duration () const |
|
unsigned int | event (eventContext &context) const |
|
STD_string | get_program (programContext &context) const |
|
double | get_freqchan_duration () const |
|
unsigned int | get_freqlistindex () const |
|
const SeqVector & | get_freqlist_vector () const |
|
SeqValList | get_freqvallist (freqlistAction action) const |
|
void | clear_container () |
|
| SeqObjList (const STD_string &object_label="unnamedSeqObjList") |
|
| SeqObjList (const SeqObjList &so) |
|
SeqObjList & | operator= (const SeqObjList &so) |
|
SeqObjList & | operator= (const SeqObjLoop &sl) |
|
SeqObjList & | operator= (const SeqDecoupling &sd) |
|
SeqObjList & | operator= (const SeqObjBase &soa) |
|
SeqObjList & | operator= (SeqGradObjInterface &sgoa) |
|
SeqObjList & | operator= (SeqGradChan &sgc) |
|
SeqObjList & | operator= (SeqGradChanList &sgcl) |
|
SeqObjList & | operator+= (const SeqObjBase &soa) |
|
SeqObjList & | operator+= (SeqGradObjInterface &sgoa) |
|
SeqObjList & | operator+= (SeqGradChan &sgc) |
|
SeqObjList & | operator+= (SeqGradChanList &sgcl) |
|
SeqObjList & | set_gradrotmatrixvector (const SeqRotMatrixVector &matrixVec) |
|
STD_string | get_program (programContext &context) const |
|
unsigned int | event (eventContext &context) const |
|
double | get_duration () const |
|
STD_string | get_properties () const |
|
void | query (queryContext &context) const |
|
RecoValList | get_recovallist (unsigned int reptimes, LDRkSpaceCoords &coords) const |
|
SeqValList | get_freqvallist (freqlistAction action) const |
|
SeqValList | get_delayvallist () const |
|
double | get_rf_energy () const |
|
bool | contains (const SeqTreeObj *sto) const |
|
void | tree (SeqTreeCallbackAbstract *display) const |
|
SeqClass & | set_temporary () |
|
| 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 (const SeqObjBase & item) |
|
List & | remove (const SeqObjBase & item) |
|
unsigned int | size () const |
|
iter | get_begin () |
|
iter | get_end () |
|
constiter | get_const_begin () const |
|
constiter | get_const_end () const |
|
| SeqFreqChan (const STD_string &object_label="unnamedSeqFreqChan") |
|
| SeqFreqChan (const STD_string &object_label, const STD_string &nucleus, const dvector &freqlist=0, const dvector &phaselist=0) |
|
| SeqFreqChan (const SeqFreqChan &sfc) |
|
virtual | ~SeqFreqChan () |
|
SeqFreqChan & | operator= (const SeqFreqChan &sfc) |
|
int | get_channel () const |
|
dvector | get_freqlist () const |
|
double | get_phase () const |
|
virtual double | get_frequency () const |
|
unsigned int | get_phaselistindex () const |
|
STD_string | get_iteratorcommand (objCategory cat) const |
|
SeqFreqChanInterface & | set_nucleus (const STD_string &nucleus) |
|
SeqFreqChanInterface & | set_freqlist (const dvector &freqlist) |
|
SeqFreqChanInterface & | set_phaselist (const dvector &phaselist) |
|
const SeqVector & | get_freqlist_vector () const |
|
const SeqVector & | get_phaselist_vector () const |
|
unsigned int | get_vectorsize () const |
|
bool | prep_iteration () const |
|
bool | is_qualvector () const |
|
svector | get_vector_commands (const STD_string &iterator) const |
|
| SeqVector (const STD_string &object_label="unnamedSeqVector") |
|
| SeqVector (const STD_string &object_label, unsigned int nindices, int slope=1, int offset=0) |
|
| SeqVector (const SeqVector &sv) |
|
virtual | ~SeqVector () |
|
SeqVector & | operator= (const SeqVector &sv) |
|
virtual unsigned int | get_numof_iterations () const |
|
virtual bool | needs_unrolling_check () const |
|
virtual int | get_current_index () const |
|
int | get_acq_index () const |
|
virtual bool | is_acq_vector () const |
|
virtual bool | is_obj_vector () const |
|
virtual STD_string | get_loopcommand () const |
|
SeqVector & | set_indexvec (const ivector &iv) |
|
ivector | get_indexvec () const |
|
SeqVector & | set_reorder_scheme (reorderScheme scheme, unsigned int nsegments=1) |
|
SeqVector & | set_encoding_scheme (encodingScheme scheme) |
|
const SeqVector & | get_reorder_vector () const |
|
virtual nestingRelation | get_nesting_relation () const |
|
iarray | get_index_matrix () const |
|
int | get_current_reord_index () const |
|
STD_string | get_reord_iterator (const STD_string &iterator) const |
|
| operator const SeqVector & () const |
|
virtual SeqFreqChanInterface & | set_encoding_scheme (encodingScheme scheme) |
|
virtual SeqFreqChanInterface & | set_reorder_scheme (reorderScheme scheme, unsigned int nsegments=1) |
|
virtual const SeqVector & | get_reorder_vector () const |
|
virtual SeqFreqChanInterface & | set_phaselist_encoding_scheme (encodingScheme scheme) |
|
virtual SeqFreqChanInterface & | set_phaselist_reorder_scheme (reorderScheme scheme, unsigned int nsegments=1) |
|
virtual const SeqVector & | get_phaselist_reorder_vector () const |
|
SeqFreqChanInterface & | set_freqoffset (double freqoffset) |
|
SeqFreqChanInterface & | set_phase (double phaseval) |
|
SeqFreqChanInterface & | set_phasespoiling (unsigned int size=80, double incr=117.0, double offset=0.0) |
|
Decoupling period.
This class represents a decoupling container which can hold a part of the sequence where decoupling is switched on.
Definition at line 70 of file seqdec.h.