#include <seqacqepi.h>

Public Member Functions | |
| 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) |
The default EPI driver
Definition at line 88 of file seqacqepi.h.
| double SeqEpiDriverDefault::get_gradduration | ( | ) | const [inline, virtual] |
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.
| fvector SeqEpiDriverDefault::get_gradintegral | ( | ) | const [virtual] |
Returns the integral vector of the gradient course
Implements SeqGradInterface.
| float SeqEpiDriverDefault::get_strength | ( | ) | const [inline, virtual] |
Returns the strength of the gradient object
Implements SeqGradInterface.
Definition at line 133 of file seqacqepi.h.
| SeqGradInterface& SeqEpiDriverDefault::invert_strength | ( | ) | [inline, virtual] |
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.
| SeqGradInterface& SeqEpiDriverDefault::set_gradrotmatrix | ( | const RotMatrix & | matrix | ) | [inline, virtual] |
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.
| SeqGradInterface& SeqEpiDriverDefault::set_strength | ( | float | gradstrength | ) | [inline, virtual] |
Changes the strength of the gradient object
Implements SeqGradInterface.
Definition at line 131 of file seqacqepi.h.
1.7.1