msl 1.1.0
 
Loading...
Searching...
No Matches
Class Hierarchy
This inheritance list is sorted roughly, but not completely, alphabetically:
[detail level 123]
 Cmsl::graph::AbstractNodeBase class for all graph nodes
 Cmsl::graph::ActionNode calling a function when run is called
 Cmsl::graph::Block< T, Slices >Node encapsulating a block (anything respecting the API of SeqBuildBlock)
 Cmsl::graph::Case< T >Node encapsulating a switch/case structure based on a boolean key or a function key
 Cmsl::graph::NodeContainer node, prepare and run its children sequentially
 Cmsl::graph::IteratorTemplate< msl::ConstIterator< T > >
 Cmsl::graph::IteratorTemplate< msl::Iterator< T > >
 Cmsl::graph::IfNode running its children based on a boolean key or a function key
 Cmsl::graph::IteratorTemplate< T >Node encapsulating an msl::Iterator
 Cmsl::graph::LoopNode encapsulating a loop structure, using a Counter from the registry
 Cmsl::ConstIterator< T >Read-only iterator to a container
 Cmsl::Iterator< T >Read/write iterator to a container
 Cmsl::CounterCounter from 0 (included) to end (excluded)
 Cmsl::DictionaryGeneric key-value associative container
 Cmsl::GradientPulseTrapezoidal gradient pulse on three axes, with matching ramp and plateau durations on all axes and equal ramp up and ramp down durations
 Cmsl::GradientSpecsSpecifications of the gradient system
 Cmsl::KSpaceDescription of the discretized k-space geometry
 Cmsl::MaskA two dimensional mask
 Cmsl::NCOPairEncapsulation of a pair of NCO objects, setting and resetting the frequency and the phase of the NCO before and after a real-time event
 Cmsl::RealTimeEventsBase class for real-time events
 Cmsl::CartesianReadoutCartesian read-out along the X gradient, comprising the ADC, NCO manipulation, and read-out gradient
 CStdSeqIF
 Cmsl::SequenceGraph-based sequence class
 Cmsl::Vector< N, T >A vector of arithmetic types