|
ODIN
|
3 simultaneous trapezoids More...
#include <seqgradtrapez.h>

Public Member Functions | |
| SeqGradTrapezParallel (const STD_string &object_label, float gradintegral_read, float gradintegral_phase, float gradintegral_slice, float maxgradstrength, double timestep=0.01, rampType type=linear, double minrampduration=0.0) | |
| SeqGradTrapezParallel (const SeqGradTrapezParallel &sgtp) | |
| SeqGradTrapezParallel (const STD_string &object_label="unnamedSeqGradTrapezParallel") | |
| SeqGradTrapezParallel & | operator= (const SeqGradTrapezParallel &sgtp) |
Public Member Functions inherited from SeqGradChanParallel | |
| SeqGradChanParallel (const STD_string &object_label="unnamedSeqGradChanParallel") | |
| SeqGradChanParallel (const SeqGradChanParallel &sgcp) | |
| ~SeqGradChanParallel () | |
| SeqGradChanParallel & | operator= (const SeqGradChanParallel &sgcp) |
| SeqGradChanParallel & | operator/= (SeqGradChan &sgc) |
| SeqGradChanParallel & | operator/= (SeqGradChanList &sgcl) |
| STD_string | get_program (programContext &context) const |
| STD_string | get_properties () const |
| unsigned int | event (eventContext &context) const |
| void | query (queryContext &context) const |
| 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) |
| SeqGradChanParallel & | operator+= (SeqGradChan &sgc) |
| SeqGradChanParallel & | operator+= (SeqGradChanList &sgcl) |
| SeqGradChanParallel & | operator+= (SeqGradChanParallel &sgcp) |
| void | clear () |
Public Member Functions inherited from SeqGradObjInterface | |
| double | get_duration () 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 SeqTreeObj | |
| 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 |
Static Protected Member Functions inherited from SeqClass | |
| static void | clear_temporary () |
| static void | clear_containers () |
3 simultaneous trapezoids
A class to place 3 synchronous gradient pulses with trapezoidal shape on all 3 axes simultaneously.
Definition at line 359 of file seqgradtrapez.h.
| SeqGradTrapezParallel::SeqGradTrapezParallel | ( | const STD_string & | object_label, |
| float | gradintegral_read, | ||
| float | gradintegral_phase, | ||
| float | gradintegral_slice, | ||
| float | maxgradstrength, | ||
| double | timestep = 0.01, |
||
| rampType | type = linear, |
||
| double | minrampduration = 0.0 |
||
| ) |
Constructs a gradient pulse labeled 'object_label' with the following properties:
| SeqGradTrapezParallel::SeqGradTrapezParallel | ( | const SeqGradTrapezParallel & | sgtp | ) |
Constructs a copy of 'sgtp'
| SeqGradTrapezParallel::SeqGradTrapezParallel | ( | const STD_string & | object_label = "unnamedSeqGradTrapezParallel" | ) |
Construct an empty gradient pulse with the given label
| SeqGradTrapezParallel& SeqGradTrapezParallel::operator= | ( | const SeqGradTrapezParallel & | sgtp | ) |
Assignment operator that makes this gradient pulse become a copy of 'sgtp'