|
ODIN
|
#include <seqgradobj.h>

Public Member Functions | |
| double | get_duration () const |
Public Member Functions inherited from SeqGradInterface | |
| virtual SeqGradInterface & | set_strength (float gradstrength)=0 |
| virtual SeqGradInterface & | invert_strength ()=0 |
| virtual float | get_strength () const =0 |
| virtual fvector | get_gradintegral () const =0 |
| float | get_gradintegral_norm () const |
| virtual double | get_gradduration () const =0 |
| virtual SeqGradInterface & | set_gradrotmatrix (const RotMatrix &matrix)=0 |
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 STD_string | get_properties () const |
| virtual unsigned int | event (eventContext &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 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 () |
This is the abstract base class for all gradient objects that can be part of a sequence
Definition at line 40 of file seqgradobj.h.
|
virtual |
Returns the duration of the sequence object.
Implements SeqTreeObj.