ODIN
|
Flow-Compensated Phase Encoding. More...
#include <seqgradphase.h>
Public Member Functions | |
SeqGradPhaseEncFlowComp (const STD_string &object_label, double t0, unsigned int nsteps, float fov, direction gradchannel, float gradstrength, encodingScheme scheme=linearEncoding, reorderScheme reorder=noReorder, unsigned int nsegments=1, unsigned int reduction=1, unsigned int acl_bands=DEFAULT_ACL_BANDS, float partial_fourier=0.0, const STD_string &nucleus="") | |
SeqGradPhaseEncFlowComp (const STD_string &object_label="unnamedSeqGradPhaseEncFlowComp") | |
SeqGradPhaseEncFlowComp (const SeqGradPhaseEncFlowComp &sgpefc) | |
SeqGradPhaseEncFlowComp & | operator= (const SeqGradPhaseEncFlowComp &sgpefc) |
operator const SeqVector & () const | |
Public Member Functions inherited from SeqGradChanList | |
SeqGradChanList (const STD_string &object_label="unnamedSeqGradChanList") | |
SeqGradChanList (const SeqGradChanList &sgcl) | |
~SeqGradChanList () | |
SeqGradChanList & | operator= (const SeqGradChanList &sgcl) |
double | get_duration () const |
STD_string | get_properties () const |
unsigned int | event (eventContext &context) const |
void | query (queryContext &context) const |
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) |
direction | get_channel () const |
SeqGradChanList & | operator+= (SeqGradChanList &sgcl) |
SeqGradChanList & | operator+= (SeqGradChan &sgc) |
Public Member Functions inherited from List< SeqGradChan, SeqGradChan *, SeqGradChan & > | |
List () | |
~List () | |
List & | operator= (const List &l) |
List & | clear () |
List & | append (SeqGradChan & item) |
List & | remove (SeqGradChan & item) |
unsigned int | size () const |
iter | get_begin () |
iter | get_end () |
constiter | get_const_begin () const |
constiter | get_const_end () const |
Public Member Functions inherited from SeqGradInterface | |
float | get_gradintegral_norm () const |
Public Member Functions inherited from SeqClass | |
SeqClass & | set_temporary () |
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 SeqTreeObj | |
virtual STD_string | get_program (programContext &context) const |
virtual RecoValList | get_recovallist (unsigned int reptimes, LDRkSpaceCoords &coords) const |
bool | contains (const SeqTreeObj *sto) const |
void | tree (SeqTreeCallbackAbstract *display) const |
virtual SeqValList | get_freqvallist (freqlistAction action) const |
virtual SeqValList | get_delayvallist () const |
virtual double | get_rf_energy () const |
Additional Inherited Members | |
Public Types inherited from List< SeqGradChan, SeqGradChan *, SeqGradChan & > | |
typedef STD_list< SeqGradChan * >::iterator | iter |
typedef STD_list< SeqGradChan * >::const_iterator | constiter |
Protected Member Functions inherited from SeqClass | |
void | marshall_error () const |
virtual bool | prep () |
Static Protected Member Functions inherited from SeqClass | |
static void | clear_temporary () |
static void | clear_containers () |
Flow-Compensated Phase Encoding.
A phase encoding gradient with 1st order flow compensation
Definition at line 113 of file seqgradphase.h.
SeqGradPhaseEncFlowComp::SeqGradPhaseEncFlowComp | ( | const STD_string & | object_label, |
double | t0, | ||
unsigned int | nsteps, | ||
float | fov, | ||
direction | gradchannel, | ||
float | gradstrength, | ||
encodingScheme | scheme = linearEncoding , |
||
reorderScheme | reorder = noReorder , |
||
unsigned int | nsegments = 1 , |
||
unsigned int | reduction = 1 , |
||
unsigned int | acl_bands = DEFAULT_ACL_BANDS , |
||
float | partial_fourier = 0.0 , |
||
const STD_string & | nucleus = "" |
||
) |
Constructs a flow-compensated phase encoding gradient labeled 'object_label' with the following properties:
|
inline |
Constructs an empty flow-compensated phase encoding gradient labeled 'object_label'
Definition at line 142 of file seqgradphase.h.
|
inline |
Constructs a copy of 'sgpefc'
Definition at line 147 of file seqgradphase.h.
|
inline |
conversion operator for loop insertion
Definition at line 157 of file seqgradphase.h.
SeqGradPhaseEncFlowComp& SeqGradPhaseEncFlowComp::operator= | ( | const SeqGradPhaseEncFlowComp & | sgpefc | ) |
Assignment operator that makes this object become a copy of 'sgpefc'