msl 1.3.0
Loading...
Searching...
No Matches
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 123]
 NmslTop-level namespace of the msl library
 NgraphGraph-related objects and functions
 CAbstractNodeBase class for all graph nodes
 CActionNode calling a function when run is called
 CBlockNode encapsulating a block (anything respecting the API of SeqBuildBlock)
 CCaseNode encapsulating a switch/case structure based on a boolean key or a function key
 CFlexibleFunctionAdapterAdapt a FlexibleFunction to its nominal form
 CIfNode running its children based on a boolean key, a function key, or a function stored in the node
 CIteratorTemplateNode encapsulating an msl::Iterator
 CLoopNode encapsulating a loop structure, using a Counter from the registry
 CNodeContainer node, prepare and run its children sequentially
 NreadoutsNamespace for all Readout-derived objects
 CLinearLinear readout defined by its start and end points
 CSpiralWHIRLED PEAS spiral readout
 Nrf_pulsesPre-defined RF pulses and pulse modifiers
 CExternalExternal RF pulse
 CRectRectangular RF pulse
 CSelectiveSelective RF pulse, i.e. played with a gradient pulse
 CSimpleRFPulseRF pulse composed of a simple sRF_PULSE-derived object and an NCO
 CSincSinc RF pulse
 NsamplingsNamespace for all Readout-derived objects
 CCartesianCartesian sampling with an iPAT mask (used in Image-only mode if iPAT is disabled)
 CStackOfSpiralsStack of spirals in the kx-ky plane, stacked on the kz axis
 CStackOfStarsStack-of-stars sampling scheme in the (kx, ky) plane using full spokes
 CCartesianReadoutCartesian read-out along the X gradient, comprising the ADC, NCO manipulation, and read-out gradient
 CCounterCounter from 0 (included) to end (excluded)
 CDictionaryGeneric key-value associative container
 CDictionaryItemTyped accessor for a dictionary item
 CGradientPulseTrapezoidal or arbitrary gradient pulse on three axes
 CGradientSpecsSpecifications of the gradient system
 CiPATMaskA two dimensional indicator of iPAT status
 CConstIteratorRead-only iterator to a container
 CIteratorRead/write iterator to a container
 CKSpaceDescription of the discretized k-space geometry
 CMaskA two dimensional binary mask
 CMaskBaseBase class for masks, boolean and non-boolean
 CNCOPairEncapsulation of a pair of NCO objects, setting and resetting the frequency and the phase of the NCO before and after a real-time event
 CPhaseCyclingCompute phase cycling with linear and quadratic increments
 CReadoutReadout object, composed of an ADC, a gradient pulse and a pair of NCO
 CRealTimeEventsBase class for real-time events
 CRFPulseBase class for RF pulses
 CSamplingAbstract sampling scheme of the k-space
 CSequenceGraph-based sequence class
 CSynchronizationRun a synchronization event
 CVectorA vector of arithmetic types