#include <seqdiffweight.h>

Public Member Functions | |
| SeqDiffWeightFlowComp (const STD_string &object_label, const fvector &bvals, float maxgradstrength, direction chan, double stimdelay=1.0, const STD_string &nucleus="") | |
| SeqDiffWeightFlowComp (const STD_string &object_label="unnamedSeqDiffWeightFlowComp") | |
| SeqDiffWeightFlowComp (const SeqDiffWeightFlowComp &sgdwfc) | |
| SeqDiffWeightFlowComp & | operator= (const SeqDiffWeightFlowComp &sgdwfc) |
| void | clear_container () |
| bool | is_qualvector () const |
A flow-compensated gradient train for diffusion weighting
Definition at line 160 of file seqdiffweight.h.
| SeqDiffWeightFlowComp::SeqDiffWeightFlowComp | ( | const STD_string & | object_label, | |
| const fvector & | bvals, | |||
| float | maxgradstrength, | |||
| direction | chan, | |||
| double | stimdelay = 1.0, |
|||
| const STD_string & | nucleus = "" | |||
| ) |
Constructs a flow-compensated gradient train labeled 'object_label' with the following properties:
| SeqDiffWeightFlowComp::SeqDiffWeightFlowComp | ( | const STD_string & | object_label = "unnamedSeqDiffWeightFlowComp" |
) |
Default constructor
| SeqDiffWeightFlowComp::SeqDiffWeightFlowComp | ( | const SeqDiffWeightFlowComp & | sgdwfc | ) | [inline] |
Copy constructor
Definition at line 185 of file seqdiffweight.h.
| SeqDiffWeightFlowComp& SeqDiffWeightFlowComp::operator= | ( | const SeqDiffWeightFlowComp & | sgdwfc | ) |
Assignment operator
| void SeqDiffWeightFlowComp::clear_container | ( | ) | [inline, virtual] |
Overload this function in case the class is a container object, i.e. it contains other sequence objects. The function should clear all references to other sequence objects, i.e. to thos it contains.
Reimplemented from SeqGradChanList.
Definition at line 194 of file seqdiffweight.h.
| bool SeqDiffWeightFlowComp::is_qualvector | ( | ) | const [inline, virtual] |
Overload this function to tell whether the vector qualitatively alters the sequence concerning timings and RF power deposition. This is useful for accelerating duration and SAR calculations (Siemens).
Reimplemented from SeqSimultanVector.
Definition at line 198 of file seqdiffweight.h.
1.5.6