#include <index.h>
List of all members.
Public Member Functions |
| | RecoCoord () |
| bool | operator< (const RecoCoord &rc) const |
| bool | operator== (const RecoCoord &rc) const |
| bool | compatible (const RecoCoord &rc) const |
| bool | prep_count (const RecoCoord &mask) |
| STD_string | print (RecoIndex::printMode printmode=RecoIndex::brief) const |
| RecoCoord & | set_uniform_mode (RecoIndex::indexMode m) |
| RecoCoord & | set_mode (RecoIndex::indexMode m, recoDim d1=n_recoDims, recoDim d2=n_recoDims, recoDim d3=n_recoDims, recoDim d4=n_recoDims, recoDim d5=n_recoDims, recoDim d6=n_recoDims, recoDim d7=n_recoDims, recoDim d8=n_recoDims) |
| unsigned short | numof (recoDim dim) const |
Static Public Member Functions |
| static RecoCoord | any () |
| static RecoCoord | coord_with_mode (RecoIndex::indexMode m, recoDim d1=n_recoDims, recoDim d2=n_recoDims, recoDim d3=n_recoDims, recoDim d4=n_recoDims, recoDim d5=n_recoDims, recoDim d6=n_recoDims, recoDim d7=n_recoDims, recoDim d8=n_recoDims) |
Public Attributes |
| RecoIndex | index [n_recoDims] |
| unsigned char | flags |
| const ReadoutShape * | readoutShape |
| const KspaceTraj * | kspaceTraj |
| const ComplexData< 1 > * | weightVec |
| double | dwellTime |
| float | overSamplingFactor |
| float | relCenterPos |
| unsigned short | adcstart |
| unsigned short | adcend |
| float | gridScaleFactor |
| unsigned short | echopos |
| unsigned short | echotrain |
Detailed Description
Holds reconstruction coordinate of one acquisition frame, i.e. position of reconstruction data in multiple dimensions.
Definition at line 158 of file index.h.
Constructor & Destructor Documentation
| RecoCoord::RecoCoord |
( |
|
) |
[inline] |
Construct default coordinate
Definition at line 164 of file index.h.
Member Function Documentation
| static RecoCoord RecoCoord::any |
( |
|
) |
[inline, static] |
Convenience function: Returns coordinate with all dimensions mode set to 'any'
Definition at line 219 of file index.h.
| bool RecoCoord::compatible |
( |
const RecoCoord & |
rc |
) |
const [inline] |
Returns true if two coordinates are compatible when chaining functors.
Definition at line 191 of file index.h.
Convenience function: Returns coordinate with specified dimensions set to mode 'm'
Definition at line 254 of file index.h.
| unsigned short RecoCoord::numof |
( |
recoDim |
dim |
) |
const [inline] |
Convenience function: Returns the number of indices in dimension 'dim'
Definition at line 263 of file index.h.
| bool RecoCoord::operator< |
( |
const RecoCoord & |
rc |
) |
const [inline] |
Comparison operator for indexing
Definition at line 170 of file index.h.
| bool RecoCoord::operator== |
( |
const RecoCoord & |
rc |
) |
const [inline] |
Equality operator
Definition at line 183 of file index.h.
| bool RecoCoord::prep_count |
( |
const RecoCoord & |
mask |
) |
[inline] |
Returns true if this is in the range of 'mask'. Prepares this for count map.
Definition at line 202 of file index.h.
Converts the coordinate to a string according to 'printmode'
Convenience function: Sets specified dimensions to mode 'm'
Definition at line 238 of file index.h.
Convenience function: Sets all dimensions to mode 'm'
Definition at line 229 of file index.h.
Member Data Documentation
Last index in readout direction actually measured
Definition at line 320 of file index.h.
First index in readout direction actually measured
Definition at line 315 of file index.h.
Dwell time of the signal data
Definition at line 300 of file index.h.
Echo-train index in a multi-echo readout, e.g. an CPMG or EPI echo train. Use this for non-phasecorr template scans and set echo index to zero.
Definition at line 331 of file index.h.
EPI echo-train index for 3D multi-EPI readout and EPI navigator correction.
Definition at line 336 of file index.h.
Combination of recoFlags
Definition at line 275 of file index.h.
Scale factor for gridding reconstruction
Definition at line 325 of file index.h.
The index in each dimension
Definition at line 269 of file index.h.
Explicit k-space trajectory for gridding. Protect acess by mutex.
Definition at line 289 of file index.h.
Oversampling factor in readout direction
Definition at line 305 of file index.h.
Readout shape for regridding, is zero, if none available. Protect acess by mutex.
Definition at line 282 of file index.h.
Relative position of k-space center in readout direction
Definition at line 310 of file index.h.
Complex weighting of ADC, is zero, if none available.
Definition at line 294 of file index.h.
The documentation for this struct was generated from the following file: