v2.0.0
Loading...
Searching...
No Matches
mri_cor_io.h
Go to the documentation of this file.
1//=============================================================================================================
35
36#ifndef MRI_COR_IO_H
37#define MRI_COR_IO_H
38
39//=============================================================================================================
40// INCLUDES
41//=============================================================================================================
42
43#include "mri_global.h"
44#include "mri_vol_data.h"
45
46//=============================================================================================================
47// QT INCLUDES
48//=============================================================================================================
49
50#include <QString>
51#include <QVector>
52
53//=============================================================================================================
54// DEFINE NAMESPACE MRILIB
55//=============================================================================================================
56
57namespace MRILIB {
58
59//=============================================================================================================
74{
75public:
76 //=========================================================================================================
89 static bool read(const QString& dir,
90 QVector<MriSlice>& slices,
91 bool verbose = false);
92};
93
94} // namespace MRILIB
95
96#endif // MRI_COR_IO_H
Export/import macros and build-info accessors for MRILIB.
#define MRISHARED_EXPORT
Definition mri_global.h:39
Format-agnostic in-memory representation of a 3D MRI volume plus its slice decomposition.
Volume I/O, voxel geometry and slice resampling for structural MRI data inside mne-cpp.
Stateless reader for the FreeSurfer COR-NNN directory layout.
Definition mri_cor_io.h:74
static bool read(const QString &dir, QVector< MriSlice > &slices, bool verbose=false)