ODIN
|
Input trigger. More...
#include <seqtrigg.h>
Public Member Functions | |
SeqHalt (const STD_string &object_label="unnamedSeqHalt") | |
SeqHalt (const SeqHalt &sh) | |
SeqHalt & | operator= (const SeqHalt &sh) |
STD_string | get_program (programContext &context) const |
double | get_duration () const |
unsigned int | event (eventContext &context) const |
Public Member Functions inherited from SeqTreeObj | |
virtual STD_string | get_properties () 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 |
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) |
Additional Inherited Members | |
Protected Member Functions inherited from SeqTreeObj | |
virtual void | query (queryContext &context) const |
Protected Member Functions inherited from SeqClass | |
void | marshall_error () const |
virtual void | clear_container () |
Static Protected Member Functions inherited from SeqClass | |
static void | clear_temporary () |
static void | clear_containers () |
Input trigger.
Halt sequence until an input trigger is received (e.g. cardiac gating).
Definition at line 121 of file seqtrigg.h.
SeqHalt::SeqHalt | ( | const STD_string & | object_label = "unnamedSeqHalt" | ) |
Constructs a trigger labeled 'object_label'
|
inline |
Constructs a trigger which is a copy of 'sh'
Definition at line 133 of file seqtrigg.h.
|
virtual |
Queries the sequence tree for events, returns the number of events executed
Reimplemented from SeqTreeObj.
|
virtual |
Returns the duration of the sequence object.
Implements SeqTreeObj.
|
virtual |
Returns the part in the pulse/gradient program of this sequence object. 'context' holds data about how the program should be generated, e.g. type of program and formatting.
Reimplemented from SeqTreeObj.
This assignment operator will make this object become an exact copy of 'sh'.