ODIN
|
#include <seqacqepi.h>
Additional Inherited Members | |
Public Types inherited from List< SeqObjBase, const SeqObjBase *, const SeqObjBase & > | |
typedef STD_list< const SeqObjBase * >::iterator | iter |
typedef STD_list< const SeqObjBase * >::const_iterator | constiter |
Protected Member Functions inherited from SeqObjList | |
void | clear_container () |
bool | prep () |
Protected Member Functions inherited from SeqClass | |
void | marshall_error () const |
Static Protected Member Functions inherited from SeqClass | |
static void | clear_temporary () |
static void | clear_containers () |
The default EPI driver
Definition at line 88 of file seqacqepi.h.
|
virtual |
Returns the the duration from the the beginnig of the acquisition object to the middle of the acquisition window.
Reimplemented from SeqAcqInterface.
|
virtual |
Returns the the duration from the the beginnig of the acquisition object to the beginnig of the acquisition window (the point of time where data starts to be acquired).
Reimplemented from SeqAcqInterface.
|
inlinevirtual |
Returns the duration of the gradient object. This function returns only the effective duration during whichthe gradient is active, any delays before and after the gradient are omitted.
Implements SeqGradInterface.
Definition at line 135 of file seqacqepi.h.
|
virtual |
Returns the integral vector of the gradient course
Implements SeqGradInterface.
|
inlinevirtual |
Returns the strength of the gradient object
Implements SeqGradInterface.
Definition at line 133 of file seqacqepi.h.
|
inlinevirtual |
Changes the polarity of the gradient, i.e. inverts the sign of the gradient strength
Implements SeqGradInterface.
Definition at line 132 of file seqacqepi.h.
|
inlinevirtual |
This function can be used to specify a rotation of the gradient object in the spatial domain, the rotation will be applied to this object only rather than to the whole sequence.
Implements SeqGradInterface.
Definition at line 136 of file seqacqepi.h.
|
inlinevirtual |
Changes the strength of the gradient object
Implements SeqGradInterface.
Definition at line 131 of file seqacqepi.h.
|
virtual |
Sets the template mode of this acquisition object. This is also relevant for automatic reconstruction.
Reimplemented from SeqAcqInterface.