ODIN
|
Gradient delay. More...
#include <seqgradconst.h>
Public Member Functions | |
SeqGradDelay (const STD_string &object_label, direction gradchannel, double gradduration) | |
SeqGradDelay (const SeqGradDelay &sgd) | |
SeqGradDelay (const STD_string &object_label="unnamedSeqGradDelay") | |
SeqGradDelay & | operator= (const SeqGradDelay &sgd) |
float | get_strength () const |
Public Member Functions inherited from SeqGradChan | |
SeqGradChan (const STD_string &object_label, direction gradchannel, float gradstrength, double gradduration) | |
SeqGradChan (const STD_string &object_label="unnamedSeqGradChan") | |
SeqGradChan (const SeqGradChan &sgc) | |
virtual | ~SeqGradChan () |
SeqGradChan & | operator= (const SeqGradChan &sgc) |
virtual direction | get_channel () const |
virtual int | get_wavesize () const |
virtual void | resize (unsigned int newsize) |
SeqGradInterface & | set_strength (float gradstrength) |
SeqGradInterface & | invert_strength () |
double | get_gradduration () const |
SeqGradInterface & | set_gradrotmatrix (const RotMatrix &matrix) |
fvector | get_gradintegral () const |
STD_string | get_properties () const |
unsigned int | event (eventContext &context) 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 SeqDur | |
SeqDur (const STD_string &object_label, float duration) | |
SeqDur (const STD_string &object_label="unnamedSeqDur") | |
SeqDur (const SeqDur &sd) | |
SeqDur & | set_duration (float duration) |
double | get_duration () const |
SeqDur & | operator= (const SeqDur &sd) |
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 | |
Protected Member Functions inherited from SeqGradChan | |
float | get_grdfactor (direction chan) const |
fvector | get_grdfactors_norot () const |
Protected Member Functions inherited from SeqClass | |
void | marshall_error () const |
virtual void | clear_container () |
virtual bool | prep () |
Protected Member Functions inherited from SeqTreeObj | |
virtual void | query (queryContext &context) const |
Static Protected Member Functions inherited from SeqClass | |
static void | clear_temporary () |
static void | clear_containers () |
Gradient delay.
This class represents a gradient delay which can be inserted into a list of gradient objects
Definition at line 84 of file seqgradconst.h.
SeqGradDelay::SeqGradDelay | ( | const STD_string & | object_label, |
direction | gradchannel, | ||
double | gradduration | ||
) |
Constructs a constant gradient field labeled 'object_label' with the following properties:
SeqGradDelay::SeqGradDelay | ( | const SeqGradDelay & | sgd | ) |
Constructs a copy of 'sgd'
SeqGradDelay::SeqGradDelay | ( | const STD_string & | object_label = "unnamedSeqGradDelay" | ) |
Construct an empty gradient object with the given label
|
inlinevirtual |
Returns the strength of the gradient object
Reimplemented from SeqGradChan.
Definition at line 112 of file seqgradconst.h.
SeqGradDelay& SeqGradDelay::operator= | ( | const SeqGradDelay & | sgd | ) |
Assignment operator that makes this gradient channel object become a copy of 'sgd'