v2.0.0
Loading...
Searching...
No Matches
mri_cor_io.h
Go to the documentation of this file.
1//=============================================================================================================
46
47#ifndef MRI_COR_IO_H
48#define MRI_COR_IO_H
49
50//=============================================================================================================
51// INCLUDES
52//=============================================================================================================
53
54#include "mri_global.h"
55#include "mri_vol_data.h"
56
57//=============================================================================================================
58// QT INCLUDES
59//=============================================================================================================
60
61#include <QString>
62#include <QVector>
63
64//=============================================================================================================
65// DEFINE NAMESPACE MRILIB
66//=============================================================================================================
67
68namespace MRILIB {
69
70//=============================================================================================================
82{
83public:
84 //=========================================================================================================
97 static bool read(const QString& dir,
98 QVector<MriSlice>& slices,
99 bool verbose = false);
100};
101
102} // namespace MRILIB
103
104#endif // MRI_COR_IO_H
MRI library export/import macros.
#define MRISHARED_EXPORT
Definition mri_global.h:50
MriVolData class declaration.
MRI volume and coordinate-system I/O (volumes, voxel geometry, transforms).
FreeSurfer COR slice file reader.
Definition mri_cor_io.h:82
static bool read(const QString &dir, QVector< MriSlice > &slices, bool verbose=false)