|
| SeqSat (const STD_string &object_label="unnamedSeqSat", satNucleus nuc=fat, float bandwidth=0.3, unsigned int npulses=1) |
|
| SeqSat (const SeqSat &spg) |
|
SeqSat & | operator= (const SeqSat &spg) |
|
SeqGradInterface & | set_strength (float gradstrength) |
|
SeqGradInterface & | invert_strength () |
|
float | get_strength () const |
|
fvector | get_gradintegral () const |
|
double | get_gradduration () const |
|
SeqGradInterface & | set_gradrotmatrix (const RotMatrix &matrix) |
|
| 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 |
|
virtual SeqPulsInterface & | set_pulsduration (float pulsduration) |
|
virtual double | get_pulsduration () const |
|
virtual float | get_flipangle () const |
|
virtual SeqPulsInterface & | set_flipangle (float flipangle) |
|
SeqPulsInterface & | set_flipangles (const fvector &flipangles) |
|
fvector | get_flipangles () const |
|
virtual SeqPulsInterface & | set_power (float pulspower) |
|
virtual float | get_power () const |
|
virtual SeqPulsInterface & | set_rel_magnetic_center (float center) |
|
virtual float | get_rel_magnetic_center () const |
|
virtual float | get_magnetic_center () const |
|
virtual SeqPulsInterface & | set_pulse_type (pulseType type) |
|
virtual pulseType | get_pulse_type () const |
|
virtual SeqPulsInterface & | set_flipangle_reorder_scheme (reorderScheme scheme, unsigned int nsegments) |
|
virtual const SeqVector & | get_flipangle_vector () const |
|
virtual const SeqVector & | get_flipangle_reorder_vector () const |
|
virtual SeqFreqChanInterface & | set_nucleus (const STD_string &nucleus) |
|
virtual SeqFreqChanInterface & | set_freqlist (const dvector &freqlist) |
|
virtual SeqFreqChanInterface & | set_phaselist (const dvector &phaselist) |
|
virtual const SeqVector & | get_freqlist_vector () const |
|
virtual const SeqVector & | get_phaselist_vector () 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) |
|
float | get_gradintegral_norm () const |
|