|
msl 1.3.0
|
Graph-based sequence class.
This class provides a default implementation of a graph-based top-level sequence class. It encapsulates a root Node, and two samplings, one for the k-space trajectories to be run, one for the k-space trajectories to be checked.
The dictionary associated with the root must contain the following keys
#include <Sequence.h>
Protected Member Functions | |
| Sequence & | _setSampling (Sampling::Pointer sampling) |
| Set the active sampling and reset the trajectories counter. | |
Protected Attributes | |
| graph::Node::Pointer | _root |
| Root node of the sequence graph. | |
| DictionaryItem< Sampling::Pointer > | _activeSampling |
| Active sampling instance, either _runSampling or _checkSampling. | |
| DictionaryItem< Counter > | _trajectories |
| Counter for the trajectories of the current sampling. | |
| DictionaryItem< long > | _kernelMode |
| Current kernel mode, KERNEL_CHECK or KERNEL_IMAGE. | |
| Sampling::Pointer | _runSampling |
| Sampling instance used in run mode. | |
| Sampling::Pointer | _checkSampling |
| Sampling instance used in check mode. | |